Author: evgeni Date: 2015-11-01 20:39:44 +0000 (Sun, 01 Nov 2015) New Revision: 15569
Modified: packages/trunk/desmume/debian/control packages/trunk/desmume/debian/rules Log: use dh-autoreconf Modified: packages/trunk/desmume/debian/control =================================================================== --- packages/trunk/desmume/debian/control 2015-11-01 00:14:34 UTC (rev 15568) +++ packages/trunk/desmume/debian/control 2015-11-01 20:39:44 UTC (rev 15569) @@ -6,7 +6,7 @@ Evgeni Golov <[email protected]> Build-Depends: debhelper (>= 9), libglade2-dev, libgtk2.0-dev, libsdl1.2-dev, libosmesa6-dev, libagg-dev, intltool, quilt, libgtkglext1-dev, libtinyxml-dev, - libsoundtouch-dev + libsoundtouch-dev, dh-autoreconf Standards-Version: 3.9.6 Homepage: http://desmume.org/ Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/desmume/ Modified: packages/trunk/desmume/debian/rules =================================================================== --- packages/trunk/desmume/debian/rules 2015-11-01 00:14:34 UTC (rev 15568) +++ packages/trunk/desmume/debian/rules 2015-11-01 20:39:44 UTC (rev 15569) @@ -4,7 +4,7 @@ #export LDFLAGS %: - dh $@ --with quilt + dh $@ --with quilt,autoreconf override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games \ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

