[Python-modules-commits] r18819 - in packages/tftpy/trunk/debian (changelog control rules)
cgalisteo-guest at users.alioth.debian.org
cgalisteo-guest at users.alioth.debian.org
Wed Oct 5 08:23:17 UTC 2011
Date: Wednesday, October 5, 2011 @ 08:23:14
Author: cgalisteo-guest
Revision: 18819
migrated to dh_python2
Modified:
packages/tftpy/trunk/debian/changelog
packages/tftpy/trunk/debian/control
packages/tftpy/trunk/debian/rules
Modified: packages/tftpy/trunk/debian/changelog
===================================================================
--- packages/tftpy/trunk/debian/changelog 2011-10-05 08:00:33 UTC (rev 18818)
+++ packages/tftpy/trunk/debian/changelog 2011-10-05 08:23:14 UTC (rev 18819)
@@ -1,9 +1,10 @@
tftpy (0.6.0-2) unstable; urgency=low
+ * migrated to dh_python2
* fixed debian-rules-missing-recommended-target warning.
* fixed description-synopsis-starts-with-article warning.
- -- Carlos Galisteo <cgalisteo at k-rolus.net> Wed, 05 Oct 2011 09:56:13 +0200
+ -- Carlos Galisteo <cgalisteo at k-rolus.net> Wed, 05 Oct 2011 10:14:49 +0200
tftpy (0.6.0-1) unstable; urgency=low
Modified: packages/tftpy/trunk/debian/control
===================================================================
--- packages/tftpy/trunk/debian/control 2011-10-05 08:00:33 UTC (rev 18818)
+++ packages/tftpy/trunk/debian/control 2011-10-05 08:23:14 UTC (rev 18819)
@@ -3,7 +3,7 @@
Section: python
Maintainer: Carlos Galisteo <cgalisteo at k-rolus.net>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python-all, python-support (>= 0.3)
+Build-Depends: debhelper (>= 5), python-all (>= 2.6.6-3)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/tftpy/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tftpy/trunk/
Standards-Version: 3.9.2
@@ -12,7 +12,6 @@
Package: python-tftpy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
Description: Pure-Python library for TFTP
Tftpy is a TFTP library for the Python programming language.
It includes client and server classes, with sample implementations.
Modified: packages/tftpy/trunk/debian/rules
===================================================================
--- packages/tftpy/trunk/debian/rules 2011-10-05 08:00:33 UTC (rev 18818)
+++ packages/tftpy/trunk/debian/rules 2011-10-05 08:23:14 UTC (rev 18819)
@@ -21,7 +21,7 @@
dh_testroot
dh_installdirs
python ./setup.py build_py --no-compile --build-lib \
- $(PREFIX)/share/python-support/python-tftpy
+ $(PREFIX)/share/pyshared/python-tftpy
binary-arch: build install
@@ -31,7 +31,7 @@
dh_installchangelogs ChangeLog
dh_installdocs
dh_installexamples
- dh_pysupport
+ dh_python2
dh_compress
dh_fixperms
dh_installdeb
More information about the Python-modules-commits
mailing list