Author: bbk-guest Date: 2011-11-01 10:44:10 +0000 (Tue, 01 Nov 2011) New Revision: 12756
Modified: packages/trunk/pingus/debian/bin/pingus packages/trunk/pingus/debian/changelog packages/trunk/pingus/debian/pingus.install packages/trunk/pingus/debian/rules Log: debian/rules: new install organisation Modified: packages/trunk/pingus/debian/bin/pingus =================================================================== --- packages/trunk/pingus/debian/bin/pingus 2011-11-01 10:28:46 UTC (rev 12755) +++ packages/trunk/pingus/debian/bin/pingus 2011-11-01 10:44:10 UTC (rev 12756) @@ -1,2 +1,2 @@ #!/bin/sh -exec /usr/lib/games/pingus/pingus --datadir /usr/share/pingus/data +exec /usr/lib/games/pingus/pingus --datadir /usr/share/games/pingus/data Modified: packages/trunk/pingus/debian/changelog =================================================================== --- packages/trunk/pingus/debian/changelog 2011-11-01 10:28:46 UTC (rev 12755) +++ packages/trunk/pingus/debian/changelog 2011-11-01 10:44:10 UTC (rev 12756) @@ -4,8 +4,9 @@ * Remove debian/patches/*: included or not necessary any more. * No more configure target. * debian/rules: Changelog is called NEWS. + * Use new bin and data organisation in debian/rules and install file. - -- Bertrand Marc <[email protected]> Wed, 12 Oct 2011 23:00:55 +0200 + -- Bertrand Marc <[email protected]> Tue, 01 Nov 2011 11:43:06 +0100 pingus (0.7.3-1) unstable; urgency=low Modified: packages/trunk/pingus/debian/pingus.install =================================================================== --- packages/trunk/pingus/debian/pingus.install 2011-11-01 10:28:46 UTC (rev 12755) +++ packages/trunk/pingus/debian/pingus.install 2011-11-01 10:44:10 UTC (rev 12756) @@ -1,5 +1,5 @@ build/pingus usr/lib/games/pingus/ -build/libpingus.a usr/lib/games/pingus/libpingus.a +build/libpingus.a usr/lib/games/pingus/ debian/bin/pingus /usr/games debian/*.xpm usr/share/pixmaps/ debian/*.desktop usr/share/applications/ Modified: packages/trunk/pingus/debian/rules =================================================================== --- packages/trunk/pingus/debian/rules 2011-11-01 10:28:46 UTC (rev 12755) +++ packages/trunk/pingus/debian/rules 2011-11-01 10:44:10 UTC (rev 12756) @@ -52,20 +52,24 @@ mkdir -p "$(CURDIR)/debian/pingus-data/usr/share/games/pingus/" find data/ \ - -type f -a \( \ - -name "*.png" -o \ - -name "*.jpg" -o \ - -name "*.wav" -o \ - -name "*.scm" -o \ - -name "*.font" -o \ - -name "*.it" -o \ - -name "*.ogg" -o \ - -name "*.s3m" -o \ - -name "*.po" -o \ - -name "*.worldmap" -o \ - -name "*.res" -o \ - -name "*.pingus" -o \ - -name "*.levelset" \ + -type f -a \( \ + -name "*.png" -o \ + -name "*.jpg" -o \ + -name "*.wav" -o \ + -name "*.scm" -o \ + -name "*.font" -o \ + -name "*.story" -o \ + -name "*.credits" -o \ + -name "*.prefab" -o \ + -name "*.it" -o \ + -name "*.ogg" -o \ + -name "*.s3m" -o \ + -name "*.po" -o \ + -name "*.worldmap" -o \ + -name "*.res" -o \ + -name "*.pingus" -o \ + -name "*.levelset" -o \ + -name "*.sprite" \ \) -exec cp --parents -v {} "$(CURDIR)/debian/pingus-data/usr/share/games/pingus/" \; dh_install -i _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

