This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository quakespasm.
commit 14e8e37af3deedc881567b5f2d63e41836b0930e Author: Stephen Kitt <[email protected]> Date: Wed Jan 20 13:50:02 2016 +0100 Clean up debian/rules. --- debian/changelog | 1 + debian/clean | 1 + debian/quakespasm.install | 2 ++ debian/rules | 7 ------- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index f4eeffc..1bd015b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ quakespasm (0.91.0+dfsg-1) UNRELEASED; urgency=medium * New upstream release. * Migrate to dbgsym debug packages. + * Clean up debian/rules. -- Stephen Kitt <[email protected]> Wed, 20 Jan 2016 11:44:30 +0100 diff --git a/debian/clean b/debian/clean new file mode 100644 index 0000000..f6dfd16 --- /dev/null +++ b/debian/clean @@ -0,0 +1 @@ +Misc/qs_pak/quakespasm.pak diff --git a/debian/quakespasm.install b/debian/quakespasm.install new file mode 100644 index 0000000..af0f5b8 --- /dev/null +++ b/debian/quakespasm.install @@ -0,0 +1,2 @@ +Quake/quakespasm /usr/games +Misc/qs_pak/quakespasm.pak /usr/share/games/quake diff --git a/debian/rules b/debian/rules index ce7de52..56b925f 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,6 @@ endif override_dh_auto_clean: make -C Quake clean - rm -f Misc/qs_pak/quakespasm.pak override_dh_auto_build: make -C Quake \ @@ -32,12 +31,6 @@ override_dh_auto_build: USE_CODEC_UMX=1 make -C Misc/qs_pak -override_dh_auto_install: - install -d $(DESTDIR)/usr/games - install Quake/quakespasm $(DESTDIR)/usr/games - install -d $(DESTDIR)/usr/share/games/quake - install -m 644 Misc/qs_pak/quakespasm.pak $(DESTDIR)/usr/share/games/quake - override_dh_installchangelogs: dh_installchangelogs debian/upstream-changelog -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/quakespasm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

