[netpanzer] 19/118: clean quilt .pc

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:16:50 UTC 2016


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

apo pushed a commit to branch master
in repository netpanzer.

commit 49a06994ea8dfc21f5bc581d90924ac91bb8b7de
Author: Gonéri Le Bouder <goneri at rulezlan.org>
Date:   Sat Sep 22 01:23:51 2007 +0000

     clean quilt .pc
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d016dcd..e629e39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netpanzer (0.8.2-2) unstable; urgency=low
 
   * dpkg-buildpackage -B doesn't create arch all package anymore 
+  * clean quilt .pc
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Sat, 22 Sep 2007 01:26:11 +0000
 
diff --git a/debian/rules b/debian/rules
index 046a1e1..2d20f0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,6 +46,7 @@ clean:
 	
 	if test -f $(CURDIR)/Jamconfig; then jam distclean; fi
 	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+	rm -rf .pc
 	dh_clean 
 
 install: build
@@ -53,17 +54,17 @@ install: build
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
+	
 	jam -sprefix=$(CURDIR)/debian/tmp/usr \
 	-sapplicationsdir=$(CURDIR)/debian/netpanzer/usr/share/applications install
 	rm -Rf debian/tmp/usr/share/games/doc
 	[ ! -d debian/tmp/usr/share/games/pixmaps ] || mv debian/tmp/usr/share/games/pixmaps debian/tmp/usr/share/pixmaps
+	dh_install --fail-missing --sourcedir=debian/tmp
 
 binary-indep: build install
 	dh_testdir -i
 	dh_testroot -i
 	dh_installchangelogs ChangeLog -i
-	dh_install --fail-missing --sourcedir=debian/tmp -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
@@ -78,7 +79,6 @@ binary-arch: build install
 	dh_installdocs docs/tipofday.txt docs/serverhowto.html -a
 	dh_installman docs/netpanzer.6 -a
 	dh_installmenu -a
-	dh_install --fail-missing --sourcedir=debian/tmp -a
 	dh_link -a
 	dh_strip --dbg-package=netpanzer-dbg -a
 	dh_compress -a

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



More information about the Pkg-games-commits mailing list