diff options
author | Sune Vuorela <sune@debian.org> | 2009-04-01 23:37:34 +0000 |
---|---|---|
committer | Sune Vuorela <sune@debian.org> | 2009-04-01 23:37:34 +0000 |
commit | a221bca17af0a6a0d72b664ef6ed2f3383d0e5f1 (patch) | |
tree | e18e5f1d2ea0d11874e4372328ce5b93153246b2 /debian/rules | |
parent | 0fe16c53259012c1b5a86dedfd3c1455d339c57c (diff) | |
download | kde4libs-a221bca17af0a6a0d72b664ef6ed2f3383d0e5f1.tar.gz |
+++ Changes by Sune Vuorela:
* Add aggressive conflicts to prevent mix and match.
* Remove ban of upload of 3rd party apps.
* Bump runtime versions.
* Bump requirements of pkg-kde-tools to require the .kde edition.
* Temporarily add a versioned dependency on pkg-kde-tools on kdelibs5-dev to
be absolutely sure not having any accidents.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 5c2aa67..69c4d33 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ UPSTREAMVERSION ?= $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(.*\)-.*/\1/') #UPSTREAMVERSION ?= 4:4.2.0 #PLASMA_ABI=$(shell grep 'plasma-abi-' debian/libplasma3.symbols.in | head -n1 | sed 's/^.*\(plasma-abi-\S\+\).*/\1/') -RUNTIME_DEPS := kdebase-runtime (>= 4:4.2.0) +RUNTIME_DEPS := kdebase-runtime (>= 4:4.2.2) DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg DEB_DBG_PACKAGE_kdelibs-bin := kdelibs5-dbg @@ -18,8 +18,5 @@ DEB_DH_SHLIBDEPS_ARGS_ALL := -- -xkdebase-runtime -xphonon include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk -binary-install/kdelibs5-dev:: - install -m 755 -o root -g root -D debian/ban-unstable-uploads debian/kdelibs5-dev/usr/share/kde4/apps/cmake/modules/ban-unstable-uploads - #binary-predeb/libplasma3:: # echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars |