r11734 - packages/trunk/fenix/debian

Peter Pentchev roam-guest at alioth.debian.org
Thu Feb 10 10:43:31 UTC 2011


Author: roam-guest
Date: 2011-02-10 10:43:23 +0000 (Thu, 10 Feb 2011)
New Revision: 11734

Modified:
   packages/trunk/fenix/debian/changelog
   packages/trunk/fenix/debian/rules
Log:
Let dh_compress(1) do its job, fixing the arch-indep only build.


Modified: packages/trunk/fenix/debian/changelog
===================================================================
--- packages/trunk/fenix/debian/changelog	2011-02-10 09:31:36 UTC (rev 11733)
+++ packages/trunk/fenix/debian/changelog	2011-02-10 10:43:23 UTC (rev 11734)
@@ -26,6 +26,9 @@
     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
 

Modified: packages/trunk/fenix/debian/rules
===================================================================
--- packages/trunk/fenix/debian/rules	2011-02-10 09:31:36 UTC (rev 11733)
+++ packages/trunk/fenix/debian/rules	2011-02-10 10:43:23 UTC (rev 11734)
@@ -52,10 +52,6 @@
 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




More information about the Pkg-games-commits mailing list