[SCM] qtruby packaging branch, master, updated. 36cb55de4ad40a469d6605960e3b5ee4036253b3

Pino Toscano pino at alioth.debian.org
Mon Sep 26 14:02:41 UTC 2011


The following commit has been merged in the master branch:
commit f61d357efb726ea9bad6b6fb701861a48f002855
Author: Pino Toscano <pino at debian.org>
Date:   Mon Sep 26 15:49:46 2011 +0200

    generate libraries shlibs based on the current version
---
 debian/changelog |    1 +
 debian/rules     |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ece8a7b..513242e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,6 +24,7 @@ qtruby (4:4.7.1-0r1) UNRELEASED; urgency=low
     - do not compress .rb, .ui, .mng, and .xbel files (found in the examples)
     - manually export CXXFLAGS and LDFLAGS from dpkg-buildflags now,
       as dpkg-buildpackage does not do that anymore
+    - generate libraries shlibs based on the current version
   * Update control:
     - ruby-qt4-dbg: make it break/replace kdebindings-dbg, and recommend
       libruby1.8-dbg
diff --git a/debian/rules b/debian/rules
index 1150001..70c37a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ override_dh_installexamples:
 	dh_installexamples
 	tar cvzf $(CURDIR)/debian/ruby-qt4/usr/share/doc/ruby-qt4/examples.tar.gz examples
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
 #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