[Python-modules-commits] r18818 - 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:00:35 UTC 2011


    Date: Wednesday, October 5, 2011 @ 08:00:33
  Author: cgalisteo-guest
Revision: 18818

lintian warnings fixed

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-04 11:43:49 UTC (rev 18817)
+++ packages/tftpy/trunk/debian/changelog	2011-10-05 08:00:33 UTC (rev 18818)
@@ -1,3 +1,10 @@
+tftpy (0.6.0-2) unstable; urgency=low
+
+  * 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
+
 tftpy (0.6.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/tftpy/trunk/debian/control
===================================================================
--- packages/tftpy/trunk/debian/control	2011-10-04 11:43:49 UTC (rev 18817)
+++ packages/tftpy/trunk/debian/control	2011-10-05 08:00:33 UTC (rev 18818)
@@ -13,7 +13,7 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
-Description: A Pure-Python library for TFTP
+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. 
  Hooks are included for easy inclusion in a UI for populating progress 

Modified: packages/tftpy/trunk/debian/rules
===================================================================
--- packages/tftpy/trunk/debian/rules	2011-10-04 11:43:49 UTC (rev 18817)
+++ packages/tftpy/trunk/debian/rules	2011-10-05 08:00:33 UTC (rev 18818)
@@ -11,7 +11,10 @@
 	rm -rf build
 	dh_clean 
 
-build:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
 	dh_testdir
 
 install: build




More information about the Python-modules-commits mailing list