[pkg-kde-commits] rev 2835 - kde-extras/pykdeextensions/trunk/debian

Fathi Boudra fboudra-guest at costa.debian.org
Thu Jan 12 10:32:17 UTC 2006


Author: fboudra-guest
Date: 2006-01-12 10:32:16 +0000 (Thu, 12 Jan 2006)
New Revision: 2835

Modified:
   kde-extras/pykdeextensions/trunk/debian/changelog
   kde-extras/pykdeextensions/trunk/debian/control
   kde-extras/pykdeextensions/trunk/debian/rules
Log:
update control and builds on python2.4

Modified: kde-extras/pykdeextensions/trunk/debian/changelog
===================================================================
--- kde-extras/pykdeextensions/trunk/debian/changelog	2006-01-12 03:43:19 UTC (rev 2834)
+++ kde-extras/pykdeextensions/trunk/debian/changelog	2006-01-12 10:32:16 UTC (rev 2835)
@@ -1,7 +1,6 @@
 pykdeextensions (0.4.0-1) unstable; urgency=low
 
   * Initial Debian release Closes: #340141
-  * Sync with Ubuntu
 
  -- Fathi Boudra <fboudra at free.fr>  Wed, 23 Nov 2005 11:49:17 +0100
 

Modified: kde-extras/pykdeextensions/trunk/debian/control
===================================================================
--- kde-extras/pykdeextensions/trunk/debian/control	2006-01-12 03:43:19 UTC (rev 2834)
+++ kde-extras/pykdeextensions/trunk/debian/control	2006-01-12 10:32:16 UTC (rev 2835)
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Fathi Boudra <fboudra at free.fr>
-Build-Depends: debhelper (>= 5.0.7), libtool (>= 1.5.20), libxml2-utils (>= 2.6.22), libxrandr-dev (>= 6.8.2), libxxf86vm-dev (>= 6.8.2), pyqt-tools (>= 3.15), python-kde3 (>= 3.11.3), python-sip4-dev (>= 4.3.1)
+Build-Depends: debhelper (>= 5.0.15), libtool (>= 1.5.22), libxml2-utils (>= 2.6.23), libxrandr-dev (>= 6.9.0), libxxf86vm-dev (>= 6.9.0), pyqt-tools (>= 3.15), python2.4-kde3 (>= 3.11.3), python2.4-sip4-dev (>= 4.3.1)
 Standards-Version: 3.6.2
 
 Package: pykdeextensions
@@ -25,7 +25,7 @@
 Package: libpythonize0
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python2.3-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python2.4-dev
 Description: Python packages to support KDE applications (library)
  PyKDE Extensions is a collection of software and Python packages
  to support the creation and installation of KDE applications.

Modified: kde-extras/pykdeextensions/trunk/debian/rules
===================================================================
--- kde-extras/pykdeextensions/trunk/debian/rules	2006-01-12 03:43:19 UTC (rev 2834)
+++ kde-extras/pykdeextensions/trunk/debian/rules	2006-01-12 10:32:16 UTC (rev 2835)
@@ -3,7 +3,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PYTHONVERS = python2.3
+PYTHONVERS = python2.4
 
 CFLAGS = -Wall -g
 




More information about the pkg-kde-commits mailing list