Since this is an RC bug, I've gone ahead and uploaded an NMU. This qualifies as a 0-day NMU, but since this bug has just been submitted and the maintainer is not on the LowThresholdNMU list, I've elected to upload to DELAYED/7-day instead. Patch is attached.
If you would like to prevent this upload from hitting unstable, you may upload an MU within the next 7 days.
diff -u etpan-ng-0.7.1/debian/changelog etpan-ng-0.7.1/debian/changelog --- etpan-ng-0.7.1/debian/changelog +++ etpan-ng-0.7.1/debian/changelog @@ -1,3 +1,11 @@ +etpan-ng (0.7.1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Define LDAP_DEPRECATED to continue use of deprecated LDAP functions. + (closes: #473648) + + -- dann frazier <[EMAIL PROTECTED]> Mon, 31 Mar 2008 14:46:42 -0600 + etpan-ng (0.7.1-5) unstable; urgency=low * Menu section change from Apps/Net to Applications/Network/Communication. only in patch2: unchanged: --- etpan-ng-0.7.1.orig/src/etpan-ldap.c +++ etpan-ng-0.7.1/src/etpan-ldap.c @@ -45,6 +45,7 @@ #ifdef HAVE_LBER_H #include <lber.h> #endif +#define LDAP_DEPRECATED 1 #include <ldap.h> #ifndef LDAP_OPT_SUCCESS #define LDAP_OPT_SUCCESS LDAP_SUCCESS