[rocksndiamonds] 07/13: Stop removing the .pc directory when cleaning.

Stephen Kitt skitt at moszumanska.debian.org
Sun Sep 20 20:49:02 UTC 2015


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

skitt pushed a commit to branch master
in repository rocksndiamonds.

commit 4f8ed9b8d9d16f2db50022557be8d36a4362a759
Author: Stephen Kitt <steve at sk2.org>
Date:   Sun Sep 20 22:25:12 2015 +0200

    Stop removing the .pc directory when cleaning.
---
 debian/changelog |  1 +
 debian/rules     | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ec49f08..fd23440 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rocksndiamonds (3.3.0.1+dfsg1-3) UNRELEASED; urgency=medium
   * Team upload.
   * Merge the NMUs, thanks Christian and Igor!
   * Build with gcc 5 (closes: #798775).
+  * Stop removing the .pc directory when cleaning (closes: #793240).
 
  -- Stephen Kitt <skitt at debian.org>  Sun, 20 Sep 2015 22:18:33 +0200
 
diff --git a/debian/rules b/debian/rules
index 94562c5..954ab3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,11 +17,11 @@ build/rocksndiamonds:: rocksndiamonds.6
 
 install/rocksndiamonds::
 	set -e; \
-  	for file in postinst preinst prerm; do \
-  		cp debian/$$file.in debian/$$file; \
-  		perl -pi -e 's/#VERSION#/$(UPSTREAM_VERSION)/g' \
-  			debian/$$file; \
-  	done
+	for file in postinst preinst prerm; do \
+		cp debian/$$file.in debian/$$file; \
+		perl -pi -e 's/#VERSION#/$(UPSTREAM_VERSION)/g' \
+			debian/$$file; \
+	done
 	mv rocksndiamonds rocksndiamonds-bin
 	install -m 0755 debian/start_binary.sh rocksndiamonds
 
@@ -30,7 +30,7 @@ rocksndiamonds.6: rocksndiamonds.1
 
 clean::
 	make clean
-	rm -fr rocksndiamonds.6 .pc \
+	rm -fr rocksndiamonds.6 \
 		src/conftime.h rocksndiamonds-bin \
 		debian/postinst debian/preinst debian/prerm
 	debconf-updatepo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/rocksndiamonds.git



More information about the Pkg-games-commits mailing list