[Python-modules-commits] r15255 - in packages/pyfltk/trunk/debian (changelog control rules)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Jan 5 04:40:05 UTC 2011


    Date: Wednesday, January 5, 2011 @ 04:39:38
  Author: cjsmo-guest
Revision: 15255

taking over maintenance of package, updated to use python2

Modified:
  packages/pyfltk/trunk/debian/changelog
  packages/pyfltk/trunk/debian/control
  packages/pyfltk/trunk/debian/rules

Modified: packages/pyfltk/trunk/debian/changelog
===================================================================
--- packages/pyfltk/trunk/debian/changelog	2011-01-05 02:13:01 UTC (rev 15254)
+++ packages/pyfltk/trunk/debian/changelog	2011-01-05 04:39:38 UTC (rev 15255)
@@ -1,3 +1,17 @@
+pyfltk (1.1.5-3) UNRELEASED; urgency=low
+
+  * debian/control:
+    - after a discussion with Luca Falavigna, I am taking over maintenance of
+      the package.  Added my info to Maintainers: field.
+    - bumped Standards-Version to 3.9.1, no changes needed.
+    - increased python version to (>=2.6.5-2~).
+    - added XS-P-V: >=2.6
+  * debian/rules
+    - added "--with python2".
+  * Removed debian/pyversions as it is no longer needed.
+
+ -- Charlie Smotherman <cjsmo at cableone.net>  Sun, 02 Jan 2011 18:31:37 -0500
+
 pyfltk (1.1.5-2) unstable; urgency=low
 
   * debian/patches/platform_startswith:

Modified: packages/pyfltk/trunk/debian/control
===================================================================
--- packages/pyfltk/trunk/debian/control	2011-01-05 02:13:01 UTC (rev 15254)
+++ packages/pyfltk/trunk/debian/control	2011-01-05 04:39:38 UTC (rev 15255)
@@ -2,9 +2,11 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Luca Falavigna <dktrkranz at debian.org>
-Build-Depends: debhelper (>= 7.3.5), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python-support (>= 0.5.3), libfltk1.1-dev (>= 1.1.7), mesa-common-dev
-Standards-Version: 3.8.4
+Uploaders: Charlie Smotherman <cjsmo at cableone.net>
+Build-Depends: debhelper (>= 7.3.5), python-all-dev (>=2.6.5-2~), 
+ python-all-dbg (>=2.6.5-2~), libfltk1.1-dev (>= 1.1.7), mesa-common-dev
+XS-Python-Version: >=2.6
+Standards-Version: 3.9.1
 Homepage: http://pyfltk.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyfltk/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pyfltk/trunk/
@@ -57,7 +59,8 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-dbg (>= 2.5.4-1~), python-fltk (= ${binary:Version})
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+python-dbg (>=2.6.5-2~), python-fltk (= ${binary:Version})
 Description: Python wrapper for the Fast Light Toolkit - Debugging symbols
  pyFltk provides a Python wrapper for the Fast Light Tool Kit cross-platform
  graphical user-interface library (http://www.fltk.org/).

Modified: packages/pyfltk/trunk/debian/rules
===================================================================
--- packages/pyfltk/trunk/debian/rules	2011-01-05 02:13:01 UTC (rev 15254)
+++ packages/pyfltk/trunk/debian/rules	2011-01-05 04:39:38 UTC (rev 15255)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with python2 $@
 
 override_dh_strip:
 	dh_strip --dbg-package=python-fltk-dbg




More information about the Python-modules-commits mailing list