[fenix] 101/127: Let dh_compress(1) do its job, fixing the arch-indep only build.

Peter Pentchev roam at ringlet.net
Thu Dec 17 14:39:39 UTC 2015


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

roam-guest pushed a commit to branch master
in repository fenix.

commit d9125c77ddb3d70f37a16d5d2f45b8f096319275
Author: Peter Pentchev <roam at ringlet.net>
Date:   Thu Feb 10 10:43:23 2011 +0000

    Let dh_compress(1) do its job, fixing the arch-indep only build.
---
 debian/changelog | 3 +++
 debian/rules     | 4 ----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 39e4ee4..eb59b5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,9 @@ fenix (0.92a.dfsg1-6) UNRELEASED; urgency=low
     and LDFLAGS.
   * With this dpkg-dev dependency, this upload by itself Closes: #604964.
   * Add myself to the list of uploaders.
+  * Remove the dh_compress override - dh_compress(1) already will compress
+    all the text files in /usr/share/doc/fenix.  This change also fixes
+    the arch-indep only build.
 
  -- Peter Pentchev <roam at ringlet.net>  Fri, 26 Nov 2010 16:28:08 +0200
 
diff --git a/debian/rules b/debian/rules
index e1e3eb9..aae84e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,10 +52,6 @@ override_dh_installdocs:
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
-override_dh_compress:
-	for i in debian/fenix/usr/share/doc/fenix/*.txt; do gzip $$i; done
-	dh_compress
-
 get-orig-source:
 	dh_testdir
 	dh_testroot

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



More information about the Pkg-games-commits mailing list