Author: vcheng Date: 2014-02-28 10:54:01 +0000 (Fri, 28 Feb 2014) New Revision: 14932
Modified: packages/trunk/freegish/debian/changelog packages/trunk/freegish/debian/control packages/trunk/freegish/debian/rules Log: Remove quilt build-dep Modified: packages/trunk/freegish/debian/changelog =================================================================== --- packages/trunk/freegish/debian/changelog 2014-02-28 10:52:48 UTC (rev 14931) +++ packages/trunk/freegish/debian/changelog 2014-02-28 10:54:01 UTC (rev 14932) @@ -4,6 +4,7 @@ [ Vincent Cheng ] * Update d/copyright to follow debian-copyright format 1.0. + * Remove redundant quilt build-dep (already using source format 3.0 (quilt)). -- Vincent Cheng <[email protected]> Fri, 28 Feb 2014 02:51:14 -0800 Modified: packages/trunk/freegish/debian/control =================================================================== --- packages/trunk/freegish/debian/control 2014-02-28 10:52:48 UTC (rev 14931) +++ packages/trunk/freegish/debian/control 2014-02-28 10:54:01 UTC (rev 14932) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Luboš Novák <[email protected]> -Build-Depends: debhelper (>= 9), cmake (>= 2.4.4), quilt (>= 0.46-7~), +Build-Depends: debhelper (>= 9), cmake (>= 2.4.4), libsdl1.2-dev, libopenal-dev, libvorbis-dev, libogg-dev, libpng-dev Standards-Version: 3.9.5 Homepage: https://github.com/freegish/freegish Modified: packages/trunk/freegish/debian/rules =================================================================== --- packages/trunk/freegish/debian/rules 2014-02-28 10:52:48 UTC (rev 14931) +++ packages/trunk/freegish/debian/rules 2014-02-28 10:54:01 UTC (rev 14932) @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --buildsystem=cmake --with quilt + dh $@ --buildsystem=cmake override_dh_auto_configure: dh_auto_configure -- -DINSTALL_FHS=1 -DBIN_DIR=/usr/games -DDATA_DIR=/usr/share/games/freegish _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

