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

Pino Toscano pino at alioth.debian.org
Thu Aug 25 10:43:32 UTC 2011


The following commit has been merged in the master branch:
commit 904feeee921e4a5218f7a06dc620bc7bb43001c8
Author: Pino Toscano <pino at debian.org>
Date:   Thu Aug 25 11:50:33 2011 +0200

    compress all the examples installed by ruby-qt4 in a single example.tar.gz
---
 debian/changelog         |    2 ++
 debian/ruby-qt4.examples |    1 -
 debian/rules             |    4 ++++
 3 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a6de546..8dd8ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,8 @@ qtruby (4:4.7.0-0r1) UNRELEASED; urgency=low
     - refresh
     - add DEP-3 headers for patches which didn't have them
   * Install the examples for qscintilla and qttest.
+  * Compress all the examples installed by ruby-qt4 in a single example.tar.gz
+    archive, reducing the space they take.
 
   [ Modestas Vainius ]
   * Remove myself from Uploaders.
diff --git a/debian/ruby-qt4.examples b/debian/ruby-qt4.examples
deleted file mode 100644
index e39721e..0000000
--- a/debian/ruby-qt4.examples
+++ /dev/null
@@ -1 +0,0 @@
-examples/*
diff --git a/debian/rules b/debian/rules
index 7993a48..02fcc23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,10 @@ override_dh_auto_configure:
 override_dh_compress:
 	dh_compress -X.rb -X.ui -X.mng -X.xbel
 
+override_dh_installexamples:
+	dh_installexamples
+	tar cvzf $(CURDIR)/debian/ruby-qt4/usr/share/doc/ruby-qt4/examples.tar.gz examples
+
 #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