Package: zope-docfindertab Version: 0.5.0-2 Severity: normal Tags: patch Hi,
Attached is the diff for my zope-docfindertab 0.5.0-2.1 NMU. -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u zope-docfindertab-0.5.0/debian/changelog zope-docfindertab-0.5.0/debian/changelog --- zope-docfindertab-0.5.0/debian/changelog +++ zope-docfindertab-0.5.0/debian/changelog @@ -1,3 +1,14 @@ +zope-docfindertab (0.5.0-2.1) unstable; urgency=high + + * Non-maintainer upload. + * Add alternative zope dependencies (Closes: #368188). + * Add debconf-2.0 alternative (Closes: #332171). + * Fix lintian errors: + - Use invoke-rc.d instead of /etc/init.d directly. + - Put debhelper in Build-Depends instead of Build-Depends-Indep. + + -- Luk Claes <[EMAIL PROTECTED]> Tue, 6 Jun 2006 19:48:17 +0200 + zope-docfindertab (0.5.0-2) unstable; urgency=low * Depend explicitly on zope2.7 as an alternative to the versioned dependency diff -u zope-docfindertab-0.5.0/debian/control zope-docfindertab-0.5.0/debian/control --- zope-docfindertab-0.5.0/debian/control +++ zope-docfindertab-0.5.0/debian/control @@ -3,12 +3,12 @@ Priority: extra Maintainer: Federico Sevilla III <[EMAIL PROTECTED]> Standards-Version: 3.6.1.1 -Build-Depends-Indep: debhelper (>= 4.1.16) +Build-Depends: debhelper (>= 4.1.16) XBCS-URL: http://www.zope.org/Members/shh/DocFinderTab Package: zope-docfindertab Architecture: all -Depends: debconf, zope (>= 2.5.1-2.7) | zope2.7 +Depends: debconf | debconf-2.0, zope (>= 2.5.1-2.7) | zope2.7 | zope2.8 | zope2.9 | zope3 Provides: zope-docfindereverywhere Conflicts: zope-docfindereverywhere Replaces: zope-docfindereverywhere diff -u zope-docfindertab-0.5.0/debian/postrm zope-docfindertab-0.5.0/debian/postrm --- zope-docfindertab-0.5.0/debian/postrm +++ zope-docfindertab-0.5.0/debian/postrm @@ -18,7 +18,7 @@ case "$1" in remove) - /etc/init.d/zope restart + invoke-rc.d zope restart ;; purge) ;;
signature.asc
Description: Digital signature

