rev 13537 - branches/kde4.2/packages/kdelibs/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sun Jan 25 15:14:24 UTC 2009


Author: pusling-guest
Date: 2009-01-25 15:14:24 +0000 (Sun, 25 Jan 2009)
New Revision: 13537

Modified:
   branches/kde4.2/packages/kdelibs/debian/changelog
   branches/kde4.2/packages/kdelibs/debian/control
   branches/kde4.2/packages/kdelibs/debian/rules
Log:
Remove plasma abi handling. It is expected to be stable now.

Modified: branches/kde4.2/packages/kdelibs/debian/changelog
===================================================================
--- branches/kde4.2/packages/kdelibs/debian/changelog	2009-01-25 15:03:46 UTC (rev 13536)
+++ branches/kde4.2/packages/kdelibs/debian/changelog	2009-01-25 15:14:24 UTC (rev 13537)
@@ -4,9 +4,6 @@
 
   - kfmclient is no longer needed (Closes: #508601).
 
-  TODO: remove plasma-abi-4.2-X for the first upload to the official
-        archive (4:4.2.0-1). Not earlier.
-
   +++ Changes by Modestas Vainius:
 
   * Resync patches:
@@ -88,6 +85,7 @@
   +++ Changes by Sune Vuorela:
 
   * Copyright file updates. Thanks to Modestas and his magic scripts.
+  * Remove plasma abi handling. It is expected to be stable now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 24 Jan 2009 06:14:48 +0200
 

Modified: branches/kde4.2/packages/kdelibs/debian/control
===================================================================
--- branches/kde4.2/packages/kdelibs/debian/control	2009-01-25 15:03:46 UTC (rev 13536)
+++ branches/kde4.2/packages/kdelibs/debian/control	2009-01-25 15:14:24 UTC (rev 13537)
@@ -78,7 +78,6 @@
 Package: libplasma3
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, kdelibs5-data (= ${source:Version})
-Provides: ${plasma:abi-provides}
 Description: library for the KDE 4 Plasma desktop
  Plasma is one of the key technologies of KDE 4 (also known as the "Pillars
  of KDE"), and one of the most visible to users. It is the component that

Modified: branches/kde4.2/packages/kdelibs/debian/rules
===================================================================
--- branches/kde4.2/packages/kdelibs/debian/rules	2009-01-25 15:03:46 UTC (rev 13536)
+++ branches/kde4.2/packages/kdelibs/debian/rules	2009-01-25 15:14:24 UTC (rev 13537)
@@ -2,7 +2,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/')
+#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)
 
 DEB_DBG_PACKAGE_kdelibs5 := kdelibs5-dbg
@@ -18,5 +18,5 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/1/debian-qt-kde.mk
 
-binary-predeb/libplasma3::
-	echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars
+#binary-predeb/libplasma3::
+#	echo plasma:abi-provides=$(PLASMA_ABI) >> debian/libplasma3.substvars




More information about the pkg-kde-commits mailing list