[SCM] cantor packaging branch, master, updated. 2ae528bf40738c4f93722d013275061fda27ee61

Pino Toscano pino at alioth.debian.org
Tue Oct 25 15:03:26 UTC 2011


The following commit has been merged in the master branch:
commit 2ae528bf40738c4f93722d013275061fda27ee61
Author: Pino Toscano <pino at debian.org>
Date:   Tue Oct 25 17:01:37 2011 +0200

    set strict shlibs for cantor
    
    as it contains the shared library used by the backends shipped in cantor-backend-*,
    then they must depend on the exact cantor version as themselves;
    otheriwse, an upgrade of just cantor will break the backends
---
 debian/rules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index d8e1c62..ed7090a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+libpkgs_gen_strict_local_shlibs = cantor
+include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
+
 .PHONY: override_dh_auto_test
 
 override_dh_makeshlibs:

-- 
cantor packaging



More information about the pkg-kde-commits mailing list