This is an automated email from the git hooks/post-receive script. smcv pushed a commit to branch master in repository game-data-packager.
commit f1aed660a1e9d6847246b96c06c8233f7395f0bd Author: Alexandre Detiste <[email protected]> Date: Thu Jan 22 07:04:29 2015 +0100 refresh packaging, update depedencies --- debian/changelog | 2 +- debian/control | 11 +++++------ debian/game-data-packager.install | 7 ------- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4fe0b61..589a28d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,7 +57,7 @@ game-data-packager (39) UNRELEASED; urgency=medium * Convert Wolfenstein 3D to YAML style * Add 'make manual-check' which tests some common code paths using a local mirror of some freely downloadable games - * generate control files automaticaly + * generate control files automatically * Add 'unzip' compression method, for old zip files using the 'implode' encoding, which can be decompressed by unzip(1) but not by Python diff --git a/debian/control b/debian/control index d2c8a6c..c8c7a7a 100644 --- a/debian/control +++ b/debian/control @@ -20,15 +20,10 @@ Homepage: http://wiki.debian.org/Games/GameDataPackager Package: game-data-packager Depends: fakeroot, ${misc:Depends}, -# for jedi-*, rtcw, and hopefully more soon python3, python3-debian, python3-yaml, ${python3:Depends}, -# for quake, quake2, rott, wolf3d - unzip | p7zip-full, -# for wolf3d - dynamite (>= 0.1.1-2) Suggests: # for quake music and quake2 music cdparanoia, vorbis-tools, @@ -37,7 +32,11 @@ Suggests: # for quake2 mission packs binutils, make, gcc, # for lgeneral - lgc-pg + lgc-pg, +# for wolf3d demo + dynamite (>= 0.1.1-2), +# for wolf3d v1.2 + unzip, Architecture: all Multi-Arch: foreign Description: Installer for game data files diff --git a/debian/game-data-packager.install b/debian/game-data-packager.install index 4115fcb..bd033fa 100644 --- a/debian/game-data-packager.install +++ b/debian/game-data-packager.install @@ -7,15 +7,8 @@ out/*.control.in usr/share/games/game-data-packager out/*.copyright usr/share/games/game-data-packager out/*.copyright.in usr/share/games/game-data-packager out/*.desktop.in usr/share/games/game-data-packager -out/*.deb usr/share/games/game-data-packager out/*.png usr/share/games/game-data-packager out/*.preinst.in usr/share/games/game-data-packager out/*.README.Debian.in usr/share/games/game-data-packager out/changelog.gz usr/share/games/game-data-packager out/*.yaml usr/share/games/game-data-packager -out/quake/*.control usr/share/games/game-data-packager/quake -out/quake/*.copyright usr/share/games/game-data-packager/quake -out/quake/*.md5sums usr/share/games/game-data-packager/quake -out/quake2/*.control usr/share/games/game-data-packager/quake2 -out/quake2/*.copyright usr/share/games/game-data-packager/quake2 -out/quake2/*.md5sums usr/share/games/game-data-packager/quake2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

