[Python-modules-commits] r15529 - in packages/pyfltk/trunk/debian (control rules)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Mon Feb 7 22:45:16 UTC 2011
Date: Monday, February 7, 2011 @ 22:45:15
Author: dktrkranz
Revision: 15529
Fix versioning
Modified:
packages/pyfltk/trunk/debian/control
packages/pyfltk/trunk/debian/rules
Modified: packages/pyfltk/trunk/debian/control
===================================================================
--- packages/pyfltk/trunk/debian/control 2011-02-07 22:41:03 UTC (rev 15528)
+++ packages/pyfltk/trunk/debian/control 2011-02-07 22:45:15 UTC (rev 15529)
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Charlie Smotherman <cjsmo at cableone.net>
-Build-Depends: debhelper (>= 7.3.5), python-all-dev (>=2.6.6-3),
- python-all-dbg (>=2.6.6-3), libfltk1.1-dev (>= 1.1.7), mesa-common-dev
+Build-Depends: debhelper (>= 7.3.5), python-all-dev (>=2.6.6-3~),
+ python-all-dbg (>=2.6.6-3~), libfltk1.1-dev (>= 1.1.7), mesa-common-dev
X-Python-Version: >=2.6
Standards-Version: 3.9.1
Homepage: http://pyfltk.sourceforge.net/
@@ -60,7 +60,7 @@
Priority: extra
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
- python-dbg (>=2.6.5-2~), python-fltk (= ${binary:Version})
+ python-dbg (>=2.6.6-3), 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-02-07 22:41:03 UTC (rev 15528)
+++ packages/pyfltk/trunk/debian/rules 2011-02-07 22:45:15 UTC (rev 15529)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh --with python2 $@
+ dh $@ --with python2
override_dh_strip:
dh_strip --dbg-package=python-fltk-dbg
More information about the Python-modules-commits
mailing list