[frozen-bubble] 02/05: d/rules: cleanup: remove commented out stuff

gregor herrmann gregoa at debian.org
Fri Jul 31 23:55:19 UTC 2015


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

gregoa pushed a commit to branch master
in repository frozen-bubble.

commit ed02c0755fddb5db3f0c8d357930a52dadd87fee
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 1 01:11:48 2015 +0200

    d/rules: cleanup: remove commented out stuff
    
    (+ whitespace)
    
    Gbp-Dch: Ignore
---
 debian/rules | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 07d250e..3958379 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,11 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode. 
-#export DH_VERBOSE=1
-
 DEST_DIR=$(CURDIR)/debian/tmp/usr
 
 %:
 	dh $@
 
-override_dh_install: 
+override_dh_install:
 	# remove man page with not really interesting doc
 	for i in Net MDKCommon LevelEditor Stuff ; do \
 		rm $(DEST_DIR)/share/man/man3/Games::FrozenBubble::$$i.3pm* ; \
@@ -22,7 +19,3 @@ override_dh_install:
 		  cp "$$i" $$dirname/frozen-bubble.png; \
 		done
 	dh_install
-#	#$(MAKE) install PREFIX=$(DEST_DIR) DATADIR=$(DEST_DIR)/share/games LOCALEDIR=$(DEST_DIR)/share/locale LIBDIR=$(DEST_DIR)/lib/games BINDIR=$(DEST_DIR)/games MANDIR=$(DEST_DIR)/share/man INSTALLDIRS=vendor
-#	#cd $(DEST_DIR)/share/locale && chmod 644 */LC_MESSAGES/*.mo
-#	mkdir $(DEST_DIR)/games
-#	dh_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/frozen-bubble.git



More information about the Pkg-perl-cvs-commits mailing list