[SCM] korundum packaging branch, master, updated. 198cd1232ad600838cd8e9e1e22f08a9978c9e22

Pino Toscano pino at alioth.debian.org
Thu Aug 25 10:44:39 UTC 2011


The following commit has been merged in the master branch:
commit 7c7a385c0a7b8b2713112d4979e5d7b67ba61ab4
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 25 12:33:49 2011 +0200

    do not compress .rb, .ui, and .rc files
---
 debian/changelog |    2 ++
 debian/rules     |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd4a5ac..cfbddc7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ korundum (4:4.7.0-0r1) UNRELEASED; urgency=low
     - strip sequence numbers from the filenames
     - refresh
     - add DEP-3 headers for patches which didn't have them
+  * Update rules:
+    - do not compress .rb, .ui, and .rc files (found in the examples)
   * Install the examples for ruby-akonadi, ruby-plasma, and ruby-soprano.
 
   [ Modestas Vainius ]
diff --git a/debian/rules b/debian/rules
index f03a06e..65ee6f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,9 @@ override_dh_strip:
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_FLAGS)
 
+override_dh_compress:
+	dh_compress -X.rb -X.ui -X.rc
+
 #Build-Depend on debhelper (>= 7.4.10) for --parallel
 %:
 	dh $@ --parallel

-- 
korundum packaging



More information about the pkg-kde-commits mailing list