[ace-of-penguins] 19/141: debian/rules: add NMU 1.2-9.1

Markus Koschany apo-guest at moszumanska.debian.org
Wed Jan 6 13:54:52 UTC 2016


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

apo-guest pushed a commit to branch master
in repository ace-of-penguins.

commit c1e824e42cc342220746d0e6a5a7b9ca9f07fc6b
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Mon Oct 25 16:13:01 2010 +0300

    debian/rules: add NMU 1.2-9.1
---
 debian/rules | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 431cd29..290166f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ build-man: man
 	for NAME in $(PROGS); \
 	do \
 	  man=debian/$(PRGPREFIX)$$NAME.6; \
-	  echo ".so man6/ace-of-penguins.6.gz" > $$man; \
+	  echo ".so man6/ace-of-penguins.6" > $$man; \
 	done
 
 override_dh_auto_test:
@@ -70,7 +70,7 @@ override_dh_clean: clean-man
 		clean distclean || : ; \
 	fi
 
-	rm -rf lib/.lib  lib/.deps games/.lib games/.deps */*.[ao] *.[ao]
+	rm -rf lib/.lib lib/.deps games/.lib games/.deps */*.[ao] *.[ao]
 
 	dh_clean
 
@@ -89,17 +89,6 @@ override_dh_installman:
 	echo "PWD: pwd"
 	( cd $(MANDIR) && ls -l )
 
-	# Cleanup dh_installman symlinks to point to correct files:
-	#    ln: ace-canfield.6     -> ace-of-penguins.6.gz
-	# =>
-	#    ln: ace-canfield.6.gz  -> ace-of-penguins.6.gz
-
-	cd $(MANDIR) && \
-	for NAME in $(PROGS); \
-	do \
-		mv $(PRGPREFIX)$$NAME.6 $(PRGPREFIX)$$NAME.6.gz; \
-	done
-
 override_dh_auto_install:
 	# $(MAKE) install DESTDIR="$(PKGDIR)"
 	dh_auto_install

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



More information about the Pkg-games-commits mailing list