Package: syncbbdb Version: 2.3-6 Severity: normal Tags: patch Hi,
Attached is the diff for my syncbbdb 2.3-6.1 NMU. -- ยท''`. Policy is your friend. Trust the Policy. : :' : Love the Policy. Obey the Policy. -- Lars Wirzenius `. `' Proudly running unstable Debian GNU/Linux `- www.amayita.com www.malapecora.com www.chicasduras.com
diff -u syncbbdb-2.3/debian/changelog syncbbdb-2.3/debian/changelog --- syncbbdb-2.3/debian/changelog +++ syncbbdb-2.3/debian/changelog @@ -1,3 +1,11 @@ +syncbbdb (2.3-6.1) unstable; urgency=low + + * Non-maintainer upload. + * Get rid of the /usr/doc link in postinst (Closes: #359586). + * Fix typo in debian/control (Closes: #279617). + + -- Amaya Rodrigo Sastre <[EMAIL PROTECTED]> Tue, 18 Jul 2006 00:28:13 +0200 + syncbbdb (2.3-6) unstable; urgency=low * Updated dependencies to support new libpda-pilot-perl package. @@ -44 +51,0 @@ - diff -u syncbbdb-2.3/debian/control syncbbdb-2.3/debian/control --- syncbbdb-2.3/debian/control +++ syncbbdb-2.3/debian/control @@ -3,12 +3,12 @@ Priority: extra Maintainer: Chris Waters <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 3.0.18) +Build-Depends: debhelper (>= 3.0.18) Standards-Version: 3.5.0 Package: syncbbdb Architecture: all Depends: pilot-manager (>= 1.107-3), perl (>= 5.6.0-16), libdigest-md5-perl, pilot-link-perl | libpda-pilot-perl Recommends: bbdb -Description: BBDB to PalmOS Pilot Manger conduit +Description: BBDB to PalmOS Pilot Manager conduit Transfer address records between a PalmOS device like a Palm Pilot or a Visor, using a perl BBDB to PalmOS Pilot Manager conduit. only in patch2: unchanged: --- syncbbdb-2.3.orig/debian/postinst +++ syncbbdb-2.3/debian/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a -h /usr/doc/syncbbdb -a -d /usr/share/doc/syncbbdb ]; then + rm -f /usr/doc/syncbbdb + fi +fi + +#DEBHELPER#