[SCM] Packaging of frozen-bubble game in Debian branch, master, updated. f38c1fc1fa0484f8f78877f1634ef2a508646e04

Dominique Dumont dod at debian.org
Tue Mar 6 13:13:22 UTC 2012


The following commit has been merged in the master branch:
commit d74b5a2cb3cf440f26a42ad6f91075487becd377
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Mar 6 13:47:58 2012 +0100

    use tab. remove  from dh_install call

diff --git a/debian/rules b/debian/rules
index df59143..52ae815 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,11 @@ DEST_DIR=$(CURDIR)/debian/tmp/usr
 	dh $@
 
 override_dh_install: 
-    # remove man page with not really interesting doc
+	# remove man page with not really interesting doc
 	for i in Net MDKCommon Stuff ; do \
-		rm $(DEST_DIR)/share/man/man3/Games::FrozenBubble::$i.3pm* ; \
-    done
-	dh_install $@
+		rm $(DEST_DIR)/share/man/man3/Games::FrozenBubble::$$i.3pm* ; \
+	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

-- 
Packaging of frozen-bubble game in Debian



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