[SCM] qtruby packaging branch, master, updated. d1b18c9db5da0dd7b95397a90c3963ad86f10745

Pino Toscano pino at alioth.debian.org
Wed Aug 17 14:24:38 UTC 2011


The following commit has been merged in the master branch:
commit d1b18c9db5da0dd7b95397a90c3963ad86f10745
Author: Pino Toscano <pino at debian.org>
Date:   Wed Aug 17 16:24:25 2011 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 4a902f2..78b5fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ qtruby (4:4.7.0-0r1) UNRELEASED; urgency=low
   [ Pino Toscano ]
   * Update rules:
     - pass sodeps as dh addon
+    - do not compress .rb, .ui, .mng, and .xbel files (found in the examples)
   * Update control:
     - libsmokeqt4-dbg: make it break/replace kdebindings-dbg
     - add ${misc:Depends} to the packages lacking it
diff --git a/debian/rules b/debian/rules
index ef06fba..7993a48 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.mng -X.xbel
+
 #Build-Depend on debhelper (>= 7.4.10) for --parallel
 #Build-Depend on pkg-kde-tools (>= 0.6.8) for the sodeps addon
 %:

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list