rev 4249 - trunk/packages/kdesdk/debian

Christopher Martin chrsmrtn at costa.debian.org
Sun Jul 30 01:32:13 UTC 2006


Author: chrsmrtn
Date: 2006-07-30 01:32:12 +0000 (Sun, 30 Jul 2006)
New Revision: 4249

Modified:
   trunk/packages/kdesdk/debian/control
   trunk/packages/kdesdk/debian/rules
Log:
Get ready for upload.


Modified: trunk/packages/kdesdk/debian/control
===================================================================
--- trunk/packages/kdesdk/debian/control	2006-07-30 01:26:13 UTC (rev 4248)
+++ trunk/packages/kdesdk/debian/control	2006-07-30 01:32:12 UTC (rev 4249)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Isaac Clerencia <isaac at debian.org>, Pierre Habouzit <madcoder at debian.org>, Christopher Martin <chrsmrtn at debian.org>, Adeodato Simó <dato at net.com.org.es>, Riku Voipio <riku.voipio at iki.fi>, Luk Claes <luk at debian.org>
-Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, pkg-config, kdelibs4-dev (>= 4:3.5.3), binutils-dev, bison, flex, kdepim-dev (>= 4:3.5.3), libapr0-dev, libdb4.3-dev, libkcal2-dev (>= 4:3.5.3), libktnef1-dev (>= 4:3.5.3), libsvn0-dev (>= 1.2.3dfsg1-3)
+Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), autotools-dev, gawk, gettext, pkg-config, kdelibs4-dev (>= 4:3.5.4), binutils-dev, bison, flex, kdepim-dev (>= 4:3.5.4), libapr0-dev, libdb4.3-dev, libkcal2-dev (>= 4:3.5.4), libktnef1-dev (>= 4:3.5.4), libsvn0-dev (>= 1.2.3dfsg1-3)
 Standards-Version: 3.7.2
 
 Package: kdesdk
@@ -59,7 +59,7 @@
 Package: kapptemplate
 Architecture: all
 Section: devel
-Recommends: automake1.9 | automaken, kdelibs4-dev (>= 4:3.5.3)
+Recommends: automake1.9 | automaken, kdelibs4-dev (>= 4:3.5.4)
 Description: creates a framework to develop a KDE application
  KAppTemplate is a shell script that will create the necessary
  framework to develop various KDE applications.  It takes care of the
@@ -91,7 +91,7 @@
 Package: kbabel-dev
 Architecture: any
 Section: libdevel
-Depends: kbabel (= ${Source-Version}), kdelibs4-dev (>= 4:3.5.3)
+Depends: kbabel (= ${Source-Version}), kdelibs4-dev (>= 4:3.5.4)
 Replaces: kbabel (<< 4:3.0.8-0)
 Description: PO-file editing suite for KDE (development files)
  This is a suite of programs for editing gettext message files (PO-files).
@@ -240,7 +240,7 @@
 Package: kspy
 Architecture: any
 Section: devel
-Depends: ${shlibs:Depends}, kdelibs4-dev (>= 4:3.5.3)
+Depends: ${shlibs:Depends}, kdelibs4-dev (>= 4:3.5.4)
 Description: examines the internal state of a Qt/KDE app
  KSpy is a tiny library which can be used to graphically display
  the QObjects in use by a Qt/KDE app.  In addition to the object tree,
@@ -290,7 +290,7 @@
 Package: libcvsservice-dev
 Architecture: any
 Section: libdevel
-Depends: libcvsservice0 (= ${Source-Version}), kdelibs4-dev (>= 4:3.5.3)
+Depends: libcvsservice0 (= ${Source-Version}), kdelibs4-dev (>= 4:3.5.4)
 Replaces: cervisia (<< 4:3.2.0)
 Description: development files for CVS DCOP service
  The library libcvsservice provides a DCOP service for accessing and

Modified: trunk/packages/kdesdk/debian/rules
===================================================================
--- trunk/packages/kdesdk/debian/rules	2006-07-30 01:26:13 UTC (rev 4248)
+++ trunk/packages/kdesdk/debian/rules	2006-07-30 01:32:12 UTC (rev 4249)
@@ -9,11 +9,11 @@
 
 PACKAGES_WITH_LIBS := kbabel kompare kspy kunittest libcvsservice0
 
-DEB_DH_MAKESHLIBS_ARGS_kbabel			:= -V'kbabel (>= 4:3.5.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_kompare			:= -V'kompare (>= 4:3.5.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_kspy			:= -V'kspy (>= 4:3.5.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_kunittest		:= -V'kunittest (>= 4:3.5.3-1)'
-DEB_DH_MAKESHLIBS_ARGS_libcvsservice0		:= -V'libcvsservice0 (>= 4:3.5.3-1)'
+DEB_DH_MAKESHLIBS_ARGS_kbabel			:= -V'kbabel (>= 4:3.5.4-1)'
+DEB_DH_MAKESHLIBS_ARGS_kompare			:= -V'kompare (>= 4:3.5.4-1)'
+DEB_DH_MAKESHLIBS_ARGS_kspy			:= -V'kspy (>= 4:3.5.4-1)'
+DEB_DH_MAKESHLIBS_ARGS_kunittest		:= -V'kunittest (>= 4:3.5.4-1)'
+DEB_DH_MAKESHLIBS_ARGS_libcvsservice0		:= -V'libcvsservice0 (>= 4:3.5.4-1)'
 
 #shlibs_ver = 4:3.5.0-1
 #$(foreach p,$(PACKAGES_WITH_LIBS),$(eval DEB_DH_MAKESHLIBS_ARGS_$(p) := -V'$(p) (>= $(shlibs_ver))'))




More information about the pkg-kde-commits mailing list