This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 2858f0ce3c7f92eb30aff5172c238027693be3c9 Author: Stephen Kitt <[email protected]> Date: Tue Nov 22 23:23:46 2016 +0100 Avoid installing the COPYING license file --- debian/changelog | 1 + debian/rules | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3a12ae..ebc5df6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ mednaffe (0.8.3-1) UNRELEASED; urgency=medium * New upstream release, supporting Mednafen 0.9.39.1 and later, merging spelling-fixes.patch. + * Avoid installing the COPYING license file. -- Stephen Kitt <[email protected]> Tue, 22 Nov 2016 23:03:00 +0100 diff --git a/debian/rules b/debian/rules index 64e1299..c74dc12 100755 --- a/debian/rules +++ b/debian/rules @@ -8,3 +8,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games --enable-gtk3 + +override_dh_install: + dh_install + rm -f debian/mednaffe/usr/share/doc/mednaffe/COPYING* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

