Package: zope-extfile Version: 1.4.4-1 Severity: normal Tags: patch Hi,
Attached is the diff for my zope-extfile 1.4.4-1.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-extfile-1.4.4/debian/changelog zope-extfile-1.4.4/debian/changelog --- zope-extfile-1.4.4/debian/changelog +++ zope-extfile-1.4.4/debian/changelog @@ -1,3 +1,13 @@ +zope-extfile (1.4.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Add zope alternatives (Closes: #368187). + * Fix lintian errors: + - Move debhelper to Build-Depends, po-debconf is a dependency of debhelper + - Include required build target in debian/rules. + + -- Luk Claes <[EMAIL PROTECTED]> Tue, 6 Jun 2006 20:04:27 +0200 + zope-extfile (1.4.4-1) unstable; urgency=low * New upstream version diff -u zope-extfile-1.4.4/debian/control zope-extfile-1.4.4/debian/control --- zope-extfile-1.4.4/debian/control +++ zope-extfile-1.4.4/debian/control @@ -4,12 +4,12 @@ Maintainer: Andreas Tille <[EMAIL PROTECTED]> Uploaders: Debian Zope team <[EMAIL PROTECTED]> Standards-Version: 3.6.2.1 -Build-Depends-Indep: debhelper (>= 4.1.16), po-debconf +Build-Depends: debhelper (>= 4.1.16) XBCS-URL: http://zope.org/Members/shh/ExtFile/ Package: zope-extfile Architecture: all -Depends: zope (>= 2.6.2) | zope2.7, python2.2-imaging | python2.3-imaging, debconf | debconf-2.0, ${misc:Depends} +Depends: zope (>= 2.6.2) | zope2.7 | zope2.8 | zope2.9 | zope3, python2.2-imaging | python2.3-imaging, debconf | debconf-2.0, ${misc:Depends} Suggests: zope-testcase Description: Stores large files outside Zope database The ExtFile Product stores large files in an external file-repository and is diff -u zope-extfile-1.4.4/debian/rules zope-extfile-1.4.4/debian/rules --- zope-extfile-1.4.4/debian/rules +++ zope-extfile-1.4.4/debian/rules @@ -9,6 +9,12 @@ pkg=zope-extfile upstreamname=ExtFile +build: build-stamp +build-stamp: + dh_testdir + + touch build-stamp + clean: dh_testdir dh_testroot
signature.asc
Description: Digital signature

