Author: bdefreese Date: 2013-05-30 13:12:09 +0000 (Thu, 30 May 2013) New Revision: 14184
Modified: packages/trunk/adonthell-data/debian/changelog packages/trunk/adonthell-data/debian/rules Log: Remove yes switch from --with-python2 Modified: packages/trunk/adonthell-data/debian/changelog =================================================================== --- packages/trunk/adonthell-data/debian/changelog 2013-05-30 13:05:34 UTC (rev 14183) +++ packages/trunk/adonthell-data/debian/changelog 2013-05-30 13:12:09 UTC (rev 14184) @@ -1,3 +1,9 @@ +adonthell-data (0.3.5+dfsg-2) unstable; urgency=low + + * Remove yes switch to --with-python2. + + -- Barry deFreese <[email protected]> Thu, 30 May 2013 05:22:06 -0400 + adonthell-data (0.3.5+dfsg-1) unstable; urgency=low [ Iain Lane ] Modified: packages/trunk/adonthell-data/debian/rules =================================================================== --- packages/trunk/adonthell-data/debian/rules 2013-05-30 13:05:34 UTC (rev 14183) +++ packages/trunk/adonthell-data/debian/rules 2013-05-30 13:12:09 UTC (rev 14184) @@ -18,7 +18,7 @@ endif %: - dh $@ --with python2, yes + dh $@ --with python2 override_dh_auto_configure: -test -r /usr/share/misc/config.sub && \ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

