[mednaffe] 19/22: Avoid installing the COPYING license file

Stephen Kitt skitt at moszumanska.debian.org
Tue Nov 22 22:42:14 UTC 2016


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 <steve at sk2.org>
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 <skitt at debian.org>  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



More information about the Pkg-games-commits mailing list