[SCM] KDE Development Platform Libraries module packaging branch, master, updated. debian/4.4.5-2+squeeze1-130-ge37a875

Modestas Vainius modax at alioth.debian.org
Wed Apr 6 08:00:54 UTC 2011


The following commit has been merged in the master branch:
commit cae1ef6cf26f6cccd89e0a5c61a0ad6b61ea8661
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Apr 6 01:10:47 2011 +0300

    No longer pass -V to dh_makeshlibs.
    
    DEBIAN/*/shlibs is not used when symbol files are present. What's
    library-packages.mk does not need DEBIAN/*/shlibs anymore.
---
 debian/rules |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0429502..66c2a13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,5 @@
 #!/usr/bin/make -f
 
-BINARYVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: //')
-UPSTREAMVERSION ?= $(shell echo '$(BINARYVERSION)' | sed 's/^\(.*\)-.*/\1/')
-UPSTREAMVERSION := $(UPSTREAMVERSION)
-#UPSTREAMVERSION ?= 4:4.2.0
-RUNTIME_DEPS := kdebase-runtime
-
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
 # Fixes FTBFS (4:4.3.4-2) on ia64 (khtml code is too large to fit):
@@ -34,10 +28,8 @@ override_dh_auto_install:
 	$(overridden_command)
 	chmod a+x debian/tmp/usr/share/kde4/apps/kconf_update/ksslcertificatemanager.upd.sh
 
-#bump version for every new upstream version!
 override_dh_makeshlibs:
-	$(overridden_command) -plibkdecore5 -V'libkdecore5 (>= $(UPSTREAMVERSION)), $(RUNTIME_DEPS)' -- -c0
-	$(overridden_command) -V --remaining-packages -- -c0
+	$(overridden_command) -- -c0
 
 override_dh_strip:
 	$(overridden_command) --dbg-package=kdelibs5-dbg

-- 
KDE Development Platform Libraries module packaging



More information about the pkg-kde-commits mailing list