[SCM] qtruby packaging branch, master, updated. debian/4.11.3-4-2-g18fc23c

Scott Kitterman kitterman at moszumanska.debian.org
Thu Sep 10 18:47:01 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/qtruby.git;a=commitdiff;h=18fc23c

The following commit has been merged in the master branch:
commit 18fc23c16800b47d4fdbfe35e9f6c6c0278fec2e
Author: Scott Kitterman <scott at kitterman.com>
Date:   Thu Sep 10 14:46:46 2015 -0400

    * Non-maintainer upload with maintainer approval.
    * ruby-qt4.postinst: Clean up obsolete diversions of rbqtapi dating back to
      libqt4-ruby1.8/lenny.  (Closes: #775894)
    * Allow arch-indep-only builds by restricting the dh_installexamples
      override to arch-specific builds.
---
 debian/changelog | 10 ++++++++++
 debian/rules     |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2b0cfb8..2ea3ff5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+qtruby (4:4.11.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload with maintainer approval.
+  * ruby-qt4.postinst: Clean up obsolete diversions of rbqtapi dating back to
+    libqt4-ruby1.8/lenny.  (Closes: #775894)
+  * Allow arch-indep-only builds by restricting the dh_installexamples
+    override to arch-specific builds.
+
+ -- Andreas Beckmann <anbe at debian.org>  Sun, 25 Jan 2015 12:43:54 +0100
+
 qtruby (4:4.11.3-4) unstable; urgency=medium
 
   * Build against Ruby 2.1.
diff --git a/debian/rules b/debian/rules
index 82d7721..2e222a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,8 @@ override_dh_auto_configure:
 override_dh_compress:
 	dh_compress -X.rb -X.ui -X.mng -X.xbel
 
-override_dh_installexamples:
-	dh_installexamples
+override_dh_installexamples-arch:
+	dh_installexamples -a
 	tar cvzf $(CURDIR)/debian/ruby-qt4/usr/share/doc/ruby-qt4/examples.tar.gz examples
 
 override_dh_makeshlibs:

-- 
qtruby packaging



More information about the pkg-kde-commits mailing list