[Python-modules-commits] r10776 - in packages/python-pip/trunk/debian (changelog control rules)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Tue Dec 15 01:07:23 UTC 2009


    Date: Tuesday, December 15, 2009 @ 01:07:22
  Author: chaica-guest
Revision: 10776

* Added more information in debian/changelog
* Removed a double invocation of an override in debian/rules

Modified:
  packages/python-pip/trunk/debian/changelog
  packages/python-pip/trunk/debian/control
  packages/python-pip/trunk/debian/rules

Modified: packages/python-pip/trunk/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog	2009-12-15 00:27:05 UTC (rev 10775)
+++ packages/python-pip/trunk/debian/changelog	2009-12-15 01:07:22 UTC (rev 10776)
@@ -7,8 +7,11 @@
   * Using dh7 + rules.tiny
   * debian/control
     - Added Build-Depends-Indep field
-    - Switched Build-Depends-Indep: python to
-      Build-Depends-Indep: python-all
+    - Switched Vcs-Bzr to Vcs-Svn
+    - Switched Vcs-Browser to DPMT SVN url.
+    - Removed python-all-dev from b-d. Not needed.
+    - Removed xsltproc and docbook-xsl from b-d-i. Not needed anymore.
+      We use a static debian/pip.1
     - Maintainer is now the DPMT team
     - Put Carl Chenet <chaica at ohmytux.com> in Uploaders
     - Put Jeff Licquia <licquia at debian.org> in Uploaders
@@ -23,15 +26,15 @@
   * debian/rules
     - Added an override for the upstream changelog
 
+  [ Kumar Appaiah ]
+  * Integrate NMU changelog entry.
+
   [ Sandro Tosi ]
   * debian/control
     - removed python-all-dev from b-d, not needed
 
-  [ Kumar Appaiah ]
-  * Integrate NMU changelog entry.
+ -- Carl Chenet <chaica at ohmytux.com>  Tue, 15 Dec 2009 02:07:56 +0100
 
- -- Kumar Appaiah <akumar at debian.org>  Wed, 09 Dec 2009 17:50:50 -0600
-
 python-pip (0.3.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload.

Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control	2009-12-15 00:27:05 UTC (rev 10775)
+++ packages/python-pip/trunk/debian/control	2009-12-15 01:07:22 UTC (rev 10776)
@@ -4,8 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Carl Chenet <chaica at ohmytux.com>, Jeff Licquia <licquia at debian.org>
 Homepage: http://pip.openplans.org/
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-all (>= 2.3.5-7), python-support, python-setuptools (>= 0.6c1)
+Build-Depends: debhelper (>= 7.0.50~), python (>= 2.3.5-7)
+Build-Depends-Indep: python-support, python-setuptools (>= 0.6c1)
 Standards-Version: 3.8.3
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-pip/trunk/

Modified: packages/python-pip/trunk/debian/rules
===================================================================
--- packages/python-pip/trunk/debian/rules	2009-12-15 00:27:05 UTC (rev 10775)
+++ packages/python-pip/trunk/debian/rules	2009-12-15 01:07:22 UTC (rev 10776)
@@ -4,5 +4,4 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs docs/news.txt
-	dh_installchangelogs
 




More information about the Python-modules-commits mailing list