[fife] 09/09: Fix Lintian warning extra license file
Markus Koschany
apo at moszumanska.debian.org
Fri Jan 20 03:05:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository fife.
commit 999ac6999bb14fab1b4a39d4ec25b403f005817a
Author: Markus Koschany <apo at debian.org>
Date: Fri Jan 20 00:23:12 2017 +0100
Fix Lintian warning extra license file
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a46fb6a..55daa8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fife (0.4.0-1) unstable; urgency=medium
* Tighten build-dependency on libfifechan-dev.
* Drop all patches.
* Switch from Scons to CMake.
+ * Fix Lintian warning "extra license file".
-- Markus Koschany <apo at debian.org> Thu, 19 Jan 2017 23:58:16 +0100
diff --git a/debian/rules b/debian/rules
index 4647c9c..da69086 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
%:
dh $@ --with python2
+
+override_dh_install:
+ dh_install
+ find debian/ -name "LICENSE.md" -delete
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/fife.git
More information about the Pkg-games-commits
mailing list