Package: isync Version: 1.0.4-1 Severity: serious Tags: patch Hi,
Attached is the diff for my isync 1.0.4-1.1 NMU which updates the libdb4.4-dev build dependency to libdb-dev as we want to get rid of db4.4 before the release. Please tell me whether you expect any problems with it or if I should upload. Cheers Luk
diff -u isync-1.0.4/debian/control isync-1.0.4/debian/control --- isync-1.0.4/debian/control +++ isync-1.0.4/debian/control @@ -4,7 +4,7 @@ Maintainer: Nicolas Boullis <[EMAIL PROTECTED]> Uploaders: Theodore Y. Ts'o <[EMAIL PROTECTED]> Standards-Version: 3.7.3 -Build-Depends: libssl-dev (>= 0.9.8), debhelper (>= 4.1.16), dpkg-dev (>= 1.9.0), libdb4.4-dev, po-debconf +Build-Depends: libssl-dev (>= 0.9.8), debhelper (>= 4.1.16), dpkg-dev (>= 1.9.0), libdb-dev, po-debconf Package: isync Architecture: any diff -u isync-1.0.4/debian/changelog isync-1.0.4/debian/changelog --- isync-1.0.4/debian/changelog +++ isync-1.0.4/debian/changelog @@ -1,3 +1,10 @@ +isync (1.0.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Update db build dependency to libdb-dev. + + -- Luk Claes <[EMAIL PROTECTED]> Tue, 16 Sep 2008 19:49:15 +0200 + isync (1.0.4-1) unstable; urgency=low * The second "thanks Christian" release.

