[Python-modules-commits] r21490 - in packages/python-http-parser/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed May 2 06:40:59 UTC 2012


    Date: Wednesday, May 2, 2012 @ 06:40:58
  Author: takaki
Revision: 21490

standards-version 3.9.3

Modified:
  packages/python-http-parser/trunk/debian/changelog
  packages/python-http-parser/trunk/debian/control
  packages/python-http-parser/trunk/debian/rules

Modified: packages/python-http-parser/trunk/debian/changelog
===================================================================
--- packages/python-http-parser/trunk/debian/changelog	2012-05-02 06:38:57 UTC (rev 21489)
+++ packages/python-http-parser/trunk/debian/changelog	2012-05-02 06:40:58 UTC (rev 21490)
@@ -1,7 +1,8 @@
 python-http-parser (0.7.5-1) unstable; urgency=low
 
   * New upstream release
-  * debian/copyright: copyright-format 1.0
+  * Standarads Version 3.9.3
+    + debian/copyright: copyright-format 1.0
   * debian/watch: new file 
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 02 May 2012 15:15:14 +0900

Modified: packages/python-http-parser/trunk/debian/control
===================================================================
--- packages/python-http-parser/trunk/debian/control	2012-05-02 06:38:57 UTC (rev 21489)
+++ packages/python-http-parser/trunk/debian/control	2012-05-02 06:40:58 UTC (rev 21490)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: python-all-dev (>= 2.6.6-3), debhelper (>= 7.0.50~), python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >= 2.5
 Homepage: https://github.com/benoitc/http-parser/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-http-parser/trunk/

Modified: packages/python-http-parser/trunk/debian/rules
===================================================================
--- packages/python-http-parser/trunk/debian/rules	2012-05-02 06:38:57 UTC (rev 21489)
+++ packages/python-http-parser/trunk/debian/rules	2012-05-02 06:40:58 UTC (rev 21490)
@@ -4,6 +4,6 @@
 	dh $@ --with python2 --buildsystem=python_distutils
 
 
-#override_dh_auto_install:
-#	dh_auto_install
-#	rm $(CURDIR)/debian/python-http-parser/usr/share/pyshared/http_parser/LICENSE
+override_dh_auto_install:
+	dh_auto_install
+	rm $(CURDIR)/debian/python-http-parser/usr/share/pyshared/http_parser/LICENSE




More information about the Python-modules-commits mailing list