Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Hi Release Team, Please unblock package libetpan for fixing RC bug #773036 “libetpan-dbg: unhandled symlink to directory conversion: /usr/share/doc/PACKAGE” Full debdiff to testing version attached. Thanks in advance, unblock libetpan/1.5-2 -- System Information: Debian Release: 8.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: armel (armv5tel)
diff -Nru libetpan-1.5/debian/changelog libetpan-1.5/debian/changelog --- libetpan-1.5/debian/changelog 2014-06-11 18:38:34.000000000 +0200 +++ libetpan-1.5/debian/changelog 2015-01-07 22:23:43.000000000 +0100 @@ -1,3 +1,15 @@ +libetpan (1.5-2) unstable; urgency=high + + [ Vincent Cheng ] + * Fix unhandled symlink to directory conversion. (Closes: #773036) + + [ Ricardo Mones ] + * Change Vincent's patch versions and changelog entry to make it a + regular upload and thank him very much for the patch! :) + * Raise urgency because of RC bug. + + -- Ricardo Mones <[email protected]> Wed, 07 Jan 2015 14:10:56 +0100 + libetpan (1.5-1) unstable; urgency=medium * New upstream release: not really, identical to 1.4.1 but version diff -Nru libetpan-1.5/debian/control libetpan-1.5/debian/control --- libetpan-1.5/debian/control 2014-06-11 18:38:34.000000000 +0200 +++ libetpan-1.5/debian/control 2015-01-07 22:23:43.000000000 +0100 @@ -28,6 +28,7 @@ Section: libdevel Priority: extra Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, libetpan17 (= ${binary:Version}), libgnutls28-dev, liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (>= 7.16.4-5) @@ -56,6 +57,7 @@ Architecture: any Multi-Arch: same Priority: extra +Pre-Depends: ${misc:Pre-Depends} Depends: libetpan17 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libetpan libEtPan! is a mail library. It may be used for low-level mail handling: diff -Nru libetpan-1.5/debian/libetpan-dbg.maintscript libetpan-1.5/debian/libetpan-dbg.maintscript --- libetpan-1.5/debian/libetpan-dbg.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ libetpan-1.5/debian/libetpan-dbg.maintscript 2015-01-07 22:23:43.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/libetpan-dbg /usr/share/doc/libetpan15 1.5-2~ diff -Nru libetpan-1.5/debian/libetpan-dev.maintscript libetpan-1.5/debian/libetpan-dev.maintscript --- libetpan-1.5/debian/libetpan-dev.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ libetpan-1.5/debian/libetpan-dev.maintscript 2015-01-07 22:23:43.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/libetpan-dev /usr/share/doc/libetpan15 1.5-2~

