[mame] 03/05: Avoid installing LICENSE files for CC0-1.0.

Jordi Mallach jordi at moszumanska.debian.org
Thu Apr 14 20:39:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

jordi pushed a commit to branch master
in repository mame.

commit 8bb484b6c33eddd8131714113ce1fbef731cd093
Author: Jordi Mallach <jordi at debian.org>
Date:   Thu Apr 14 14:15:07 2016 +0200

    Avoid installing LICENSE files for CC0-1.0.
---
 debian/changelog | 3 ++-
 debian/rules     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da3ccd2..909e6c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ mame (0.172-1) unstable; urgency=medium
     makes the binary non-reproducible.
   * Make the build verbose and remove obsolete define SDL_LIBVER.
   * Don't try to install web/* data in mame-data, it no longer exists.
+  * Avoid installing LICENSE files for CC0-1.0.
   * Add some extra info to mame-tools' short description.
   * Use secure URLs for Vcs-* fields, and point to cgit instead of gitweb.
   * Remove mame.menu and install/mame.xpm.
@@ -28,7 +29,7 @@ mame (0.172-1) unstable; urgency=medium
     from the orig tarball at get-orig-source rule to appease lintian.
   * Update debian/mame.ini with some upstream changes to config.
 
- -- Jordi Mallach <jordi at debian.org>  Thu, 14 Apr 2016 09:06:47 +0200
+ -- Jordi Mallach <jordi at debian.org>  Thu, 14 Apr 2016 14:12:21 +0200
 
 mame (0.164-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index dae9019..dea4056 100755
--- a/debian/rules
+++ b/debian/rules
@@ -162,7 +162,8 @@ override_dh_auto_clean:
 override_dh_install:
 	dh_install --list-missing \
                --exclude=dir.txt \
-               --exclude=js/jquery*.js
+               --exclude=js/jquery*.js \
+               --exclude=LICENSE
 
 override_dh_fixperms-indep:
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mame.git



More information about the Pkg-games-commits mailing list