On Wed, Apr 20, 2011 at 04:42:44AM +0000, Paul Wise wrote: > Author: pabs > Date: 2011-04-20 04:42:33 +0000 (Wed, 20 Apr 2011) > New Revision: 12137 > > Modified: > packages/trunk/naev/debian/rules > Log: > use dh --with instead of manual calls to autoreconf/autotools_dev > > Modified: packages/trunk/naev/debian/rules > =================================================================== > --- packages/trunk/naev/debian/rules 2011-04-20 04:38:10 UTC (rev 12136) > +++ packages/trunk/naev/debian/rules 2011-04-20 04:42:33 UTC (rev 12137) > @@ -1,14 +1,9 @@ > #!/usr/bin/make -f > > %: > - dh $@ > + dh $@ --with autotools_dev --with autoreconf ...
Hello, FWIW there is a warning about this in latest manpage of dh-autoreconf (dated 2011-04-04, dh-autoreconf 3): $ man dh-autoreconf "... dh_autoreconf is a superset of the autotools-dev debhelper addons, so you do not need --with=autotools_dev if you use --with=autoreconf. In fact, in most cases they should not be used together, as it may lead to unpredictable behaviour. ..." And this was also reported as bug #587102 [0] [0] http://bugs.debian.org/587102 Cheers, -- Josué M. Abarca S. Vos mereces Software Libre. PGP key 4096R/70D8FB2A 2009-06-17 Huella de clave = B3ED 4984 F65A 9AE0 6511 DAF4 756B EB4B 70D8 FB2A _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

