-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Package: dh-make
Version: 0.44
Severity: normal
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
The following change was introduced in 0.44 in lib/debian?/rules:
- - -#CLEAN#
+ #CLEAN#
This will break the clean target if 'make distclean' (for whatever
reason) is not callable. I could not find any documentation for the
change, so I suppose it might have slipped in.
Have a nice day,
Daniel
*** /tmp/tmp7CDwo3
In Ubuntu, we've applied the attached patch to achieve the following:
* lib/debian?/rules: changed #CLEAN# back to -#CLEAN# (as in
0.43). Otherwise every clean target where 'make distclean' is not
callable will be broken.
We thought you might be interested in doing the same.
- -- System Information:
Debian Release: lenny/sid
APT prefers hardy-updates
APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500,
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.24-10-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHyTHXRjrlnQWd1esRAoudAJ99NNzjQqDNl0R5o3wG81ma8lh+9wCbBERC
jeCRIpCOIPWYAlYi1xK941A=
=RGTX
-----END PGP SIGNATURE-----
diff -Nru /tmp/IxKM0Oljo6/dh-make-0.44/lib/debiank/rules
/tmp/Gi1UDP5eVS/dh-make-0.44ubuntu1/lib/debiank/rules
--- dh-make-0.44/lib/debiank/rules 2007-08-01 01:54:42.000000000 +0200
+++ dh-make-0.44ubuntu1/lib/debiank/rules 2008-02-29 17:59:36.000000000
+0100
@@ -117,7 +117,7 @@
rm -f build-arch-stamp build-indep-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- #CLEAN#
+ -#CLEAN#
dh_clean
diff -Nru /tmp/IxKM0Oljo6/dh-make-0.44/lib/debianl/rules
/tmp/Gi1UDP5eVS/dh-make-0.44ubuntu1/lib/debianl/rules
--- dh-make-0.44/lib/debianl/rules 2007-08-01 01:54:52.000000000 +0200
+++ dh-make-0.44ubuntu1/lib/debianl/rules 2008-02-29 18:00:53.000000000
+0100
@@ -38,7 +38,7 @@
rm -f build-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- #CLEAN#
+ -#CLEAN#
dh_clean#PRESERVE#
diff -Nru /tmp/IxKM0Oljo6/dh-make-0.44/lib/debianm/rules
/tmp/Gi1UDP5eVS/dh-make-0.44ubuntu1/lib/debianm/rules
--- dh-make-0.44/lib/debianm/rules 2007-08-31 08:24:28.000000000 +0200
+++ dh-make-0.44ubuntu1/lib/debianm/rules 2008-02-29 18:00:57.000000000
+0100
@@ -43,7 +43,7 @@
rm -f build-arch-stamp build-indep-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- #CLEAN#
+ -#CLEAN#
dh_clean#PRESERVE#
diff -Nru /tmp/IxKM0Oljo6/dh-make-0.44/lib/debians/rules
/tmp/Gi1UDP5eVS/dh-make-0.44ubuntu1/lib/debians/rules
--- dh-make-0.44/lib/debians/rules 2007-08-01 01:54:25.000000000 +0200
+++ dh-make-0.44ubuntu1/lib/debians/rules 2008-02-29 18:04:45.000000000
+0100
@@ -31,7 +31,7 @@
rm -f build-stamp #CONFIGURE_STAMP#
# Add here commands to clean up after the build process.
- #CLEAN#
+ -#CLEAN#
dh_clean#PRESERVE#