[Pkg-mediawiki-commits] r445 - geshi/trunk/debian

Jan Dittberner jandd at alioth.debian.org
Sun May 19 12:45:06 UTC 2013


Author: jandd
Date: 2013-05-19 12:45:06 +0000 (Sun, 19 May 2013)
New Revision: 445

Modified:
   geshi/trunk/debian/changelog
   geshi/trunk/debian/rules
Log:
* debian/rules:
  - define DEB_DH_BUILDDEB_ARGS for xz compression of binary package

Modified: geshi/trunk/debian/changelog
===================================================================
--- geshi/trunk/debian/changelog	2013-05-19 12:42:18 UTC (rev 444)
+++ geshi/trunk/debian/changelog	2013-05-19 12:45:06 UTC (rev 445)
@@ -4,6 +4,8 @@
     - fix override disparity by setting Section to php
   * debian/source/format:
     - define source format 3.0 (quilt) explicitly
+  * debian/rules:
+    - define DEB_DH_BUILDDEB_ARGS for xz compression of binary package
 
  -- Jan Dittberner <jandd at debian.org>  Sun, 19 May 2013 13:59:30 +0200
 

Modified: geshi/trunk/debian/rules
===================================================================
--- geshi/trunk/debian/rules	2013-05-19 12:42:18 UTC (rev 444)
+++ geshi/trunk/debian/rules	2013-05-19 12:45:06 UTC (rev 445)
@@ -7,6 +7,7 @@
 #   DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean
 # Then check manually if everything's ok
 
+DEB_DH_BUILDDEB_ARGS = -- -Zxz
 DEB_INSTALL_CHANGELOGS_php-geshi := docs/CHANGES
 
 clean::




More information about the Pkg-mediawiki-commits mailing list