[SCM] WarMUX PKG branch, master, updated. 66851e07400683a8c4f568dcbe5477c849ec6dbc

Felix Geyer debfx-pkg at fobos.de
Sun Feb 13 17:01:56 UTC 2011


The following commit has been merged in the master branch:
commit 5582ac1b63288db59e5be11a09a00629999ab95b
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Sun Feb 13 01:22:47 2011 +0100

    Don't compress pdf files.

diff --git a/debian/changelog b/debian/changelog
index fcdca83..839e917 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ warmux (1:11.01-1) UNRELEASED; urgency=low
   * Drop 01_dont_remove_stamp_po.patch and don't backup/restore config.h
     and warmux.pot, not needed anymore.
   * Switch to debhelper compat level 8.
+  * Don't compress pdf files.
 
- -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 13 Feb 2011 01:21:56 +0100
+ -- Felix Geyer <debfx-pkg at fobos.de>  Sun, 13 Feb 2011 01:22:23 +0100
 
 wormux (1:0.9.2.1-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 13c9007..b1c1f64 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,5 +22,8 @@ override_dh_auto_install:
 override_dh_install:
 	dh_install --list-missing
 
+override_dh_compress:
+	dh_compress -X.pdf
+
 override_dh_strip:
 	dh_strip --dbg-package=warmux-dbg

-- 
WarMUX PKG



More information about the Pkg-games-commits mailing list