Author: apo-guest Date: 2013-06-21 18:56:59 +0000 (Fri, 21 Jun 2013) New Revision: 14291
Modified: packages/trunk/gnomekiss/debian/control packages/trunk/gnomekiss/debian/rules Log: Drop autotools-dev, subset of dh-autoreconf Modified: packages/trunk/gnomekiss/debian/control =================================================================== --- packages/trunk/gnomekiss/debian/control 2013-06-21 18:50:03 UTC (rev 14290) +++ packages/trunk/gnomekiss/debian/control 2013-06-21 18:56:59 UTC (rev 14291) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Barry deFreese <[email protected]> -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libgnome2-dev, libgnomeui-dev, +Build-Depends: debhelper (>= 9), dh-autoreconf, libgnome2-dev, libgnomeui-dev, gettext Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gnomekiss/ Modified: packages/trunk/gnomekiss/debian/rules =================================================================== --- packages/trunk/gnomekiss/debian/rules 2013-06-21 18:50:03 UTC (rev 14290) +++ packages/trunk/gnomekiss/debian/rules 2013-06-21 18:56:59 UTC (rev 14291) @@ -11,4 +11,4 @@ endif %: - dh $@ --with autoreconf --with autotools-dev + dh $@ --with autoreconf _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

