Package: dhcp3 Version: 3.1.1-1 Severity: minor Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu ubuntu-patch intrepid
Hi,
the build-stamp rule creates client/scripts/debian, thus the clean
rule should remove it again:
--- dhcp3-3.1.1/debian/rules
+++ dhcp3-3.1.1/debian/rules
@@ -100,7 +100,7 @@
[ ! -f Makefile ] || $(MAKE) distclean
# Remove leftover junk...
- rm -Rf work.*/
+ rm -Rf work.*/ client/scripts/debian
rm -Rf patched-ldap
debconf-updatepo
This avoids putting client/scripts/debian into the package diff.gz and
enlarging it unnecessarily.
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
signature.asc
Description: Digital signature

