[Python-modules-commits] r18878 - in packages/tftpy/trunk/debian (5 files)
cgalisteo-guest at users.alioth.debian.org
cgalisteo-guest at users.alioth.debian.org
Wed Oct 12 17:42:32 UTC 2011
Date: Wednesday, October 12, 2011 @ 17:42:29
Author: cgalisteo-guest
Revision: 18878
Switch to dpkg-source 3.0 (quilt) format
Added:
packages/tftpy/trunk/debian/patches/
packages/tftpy/trunk/debian/patches/no_scripts_in_setup.patch
packages/tftpy/trunk/debian/patches/series
Modified:
packages/tftpy/trunk/debian/changelog
packages/tftpy/trunk/debian/source/format
Modified: packages/tftpy/trunk/debian/changelog
===================================================================
--- packages/tftpy/trunk/debian/changelog 2011-10-12 17:29:05 UTC (rev 18877)
+++ packages/tftpy/trunk/debian/changelog 2011-10-12 17:42:29 UTC (rev 18878)
@@ -1,16 +1,12 @@
-tftpy (0.6.0-3) UNRELEASED; urgency=low
-
- * NOT RELEASED YET
-
- -- Carlos Galisteo <cgalisteo at k-rolus.net> Wed, 05 Oct 2011 10:20:42 +0200
-
tftpy (0.6.0-2) unstable; urgency=low
- * migrated to dh_python2
+ * Switch to dpkg-source 3.0 (quilt) format.
+ * Added patch to remove scripts (already in examples/)
+ * 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 10:14:49 +0200
+ -- Carlos Galisteo <cgalisteo at k-rolus.net> Wed, 12 Oct 2011 19:36:20 +0200
tftpy (0.6.0-1) unstable; urgency=low
Added: packages/tftpy/trunk/debian/patches/no_scripts_in_setup.patch
===================================================================
--- packages/tftpy/trunk/debian/patches/no_scripts_in_setup.patch (rev 0)
+++ packages/tftpy/trunk/debian/patches/no_scripts_in_setup.patch 2011-10-12 17:42:29 UTC (rev 18878)
@@ -0,0 +1,11 @@
+--- tftpy.orig/setup.py
++++ tftpy/setup.py
+@@ -9,7 +9,7 @@
+ author_email='msoulier at digitaltorque.ca',
+ url='http://tftpy.sourceforge.net',
+ packages=['tftpy'],
+- scripts=['bin/tftpy_client.py','bin/tftpy_server.py'],
++ #scripts=['bin/tftpy_client.py','bin/tftpy_server.py'],
+ classifiers=[
+ 'Development Status :: 4 - Beta',
+ 'Environment :: Console',
Added: packages/tftpy/trunk/debian/patches/series
===================================================================
--- packages/tftpy/trunk/debian/patches/series (rev 0)
+++ packages/tftpy/trunk/debian/patches/series 2011-10-12 17:42:29 UTC (rev 18878)
@@ -0,0 +1 @@
+no_scripts_in_setup.patch
Modified: packages/tftpy/trunk/debian/source/format
===================================================================
--- packages/tftpy/trunk/debian/source/format 2011-10-12 17:29:05 UTC (rev 18877)
+++ packages/tftpy/trunk/debian/source/format 2011-10-12 17:42:29 UTC (rev 18878)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
More information about the Python-modules-commits
mailing list