[Pkg-bazaar-maint] Querying potentially undesirable change to bzr/unstable

Max Bowsher maxb at f2s.com
Wed Apr 13 06:34:17 UTC 2011


In regards to:

3924: Jelmer Vernooij 2011-04-04 Use makefile rather than setup to build.

maxb at chimaera:~/wc/bzr/bzr/unstable$ bzr diff -c 3924
...
=== modified file 'debian/rules'
--- debian/rules	2011-03-07 11:29:02 +0000
+++ debian/rules	2011-04-04 21:49:26 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f

 %:
-	dh --with python2 --buildsystem=python_distutils $*
+	dh --with python2 $*

 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 CONCURRENCY = BZR_CONCURRENCY=$(patsubst parallel=%,%,$(filter
parallel=%,$(DEB_BUILD_OPTIONS)))



And, for additional context, note that the
override_dh_auto_{build,install} targets then override the buildsystem
mode back to python_distutils.

I don't like it very much that we are now running some of our dh
subcommands with one dh buildsystem module and some of them with another
- it seems fragile and mysterious. Also it's contrary to what the commit
message implies was intended.

Max.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20110413/d59ef373/attachment.pgp>


More information about the Pkg-bazaar-maint mailing list