[berusky] 28/31: Fix cruft removal
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 31321076e741cc94b8ef4e065ab6a1d246fb8754
Author: Markus Koschany <apo at debian.org>
Date: Sun Jun 12 13:37:45 2016 +0200
Fix cruft removal
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index a198dd4..b8bc2ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_install: debian/berusky.xpm
$(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
+ $(RM) -r debian/berusky/usr/share/berusky
override_dh_clean:
dh_clean
--
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