[berusky] 26/31: Remove cruft from binary package

Markus Koschany apo at moszumanska.debian.org
Sun Jun 12 11:57:05 UTC 2016


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

apo pushed a commit to branch master
in repository berusky.

commit b21182d0f44afe0418e465939d051660c7010ce4
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 12 13:35:24 2016 +0200

    Remove cruft from binary package
---
 debian/rules | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2ca724a..a198dd4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,11 +18,14 @@ override_dh_auto_build:
 override_dh_install: debian/berusky.xpm
 	dh_install
 	# remove the following line when fixing bug #673242
-	rm -f debian/berusky/usr/share/locale/de/LC_MESSAGES/berusky.mo
+	$(RM) debian/berusky/usr/share/locale/de/LC_MESSAGES/berusky.mo
+	# Remove cruft that should actually not exist due to 01_debianize.patch...
+	$(RM) -r debian/berusky/usr/doc
+	$(RM) -r debian/berusky/usr/share
 
 override_dh_clean:
 	dh_clean
-	rm -f debian/berusky.ico debian/berusky.xpm
+	$(RM) debian/berusky.ico debian/berusky.xpm
 
 debian/berusky.ico:
 	uudecode debian/berusky.ico.uue

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



More information about the Pkg-games-commits mailing list