summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorModestas Vainius <modax@debian.org>2011-04-06 01:10:47 +0300
committerModestas Vainius <modax@debian.org>2011-04-06 01:10:47 +0300
commitcae1ef6cf26f6cccd89e0a5c61a0ad6b61ea8661 (patch)
tree9062180083814adf58814102ac0a384345af188e /debian/rules
parent77417ee9eafee7929243a42dd7f5fabbe2b3db0b (diff)
downloadkde4libs-cae1ef6cf26f6cccd89e0a5c61a0ad6b61ea8661.tar.gz
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
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