[Python-modules-commits] r10679 - in packages/python-pip/trunk/debian (changelog control rules)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Sat Dec 5 13:36:30 UTC 2009
Date: Saturday, December 5, 2009 @ 13:36:28
Author: chaica-guest
Revision: 10679
* debian/control
- Added Build-Depends-Indep field
- Switched Build-Depends-Indep: python to
Build-Depends-Indep: python-all
* debian/rules
- Added an override for the upstream changelog
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-05 12:43:33 UTC (rev 10678)
+++ packages/python-pip/trunk/debian/changelog 2009-12-05 13:36:28 UTC (rev 10679)
@@ -1,26 +1,33 @@
python-pip (0.6.1-1) unstable; urgency=low
[ Carl Chenet ]
- * New upstream release
+ * New upstream release. Closes: #546049
* Switched from python-central to python-support
+ Closes: #556852
* Using dh7 + rules.tiny
* debian/control
+ - Added Build-Depends-Indep field
+ - Switched Build-Depends-Indep: python to
+ Build-Depends-Indep: python-all
- Maintainer is now the DPMT team
- Put Carl Chenet <chaica at ohmytux.com> in Uploaders
+ - Put Jeff Licquia <licquia at debian.org> in Uploaders
- python-setuptools is mandatory at runtime
- Added it in Depends field: Closes: #536698
+ Added it in Depends field: Closes: #536698, #546432
- Removing the first line of the long description
- bump Standards-Version to 3.8.3 (no changes needed)
* Removed debian/dirs
* Replacing pip.xml by pip.1
* debian/watch
- Removed useless comments
+ * debian/rules
+ - Added an override for the upstream changelog
[ Sandro Tosi ]
* debian/control
- removed python-all-dev from b-d, not needed
- -- Carl Chenet <chaica at ohmytux.com> Thu, 03 Dec 2009 00:15:07 +0100
+ -- Carl Chenet <chaica at ohmytux.com> Sat, 05 Dec 2009 14:17:18 +0100
python-pip (0.3.1-1) unstable; urgency=low
Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control 2009-12-05 12:43:33 UTC (rev 10678)
+++ packages/python-pip/trunk/debian/control 2009-12-05 13:36:28 UTC (rev 10679)
@@ -4,7 +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~), python (>= 2.3.5-7), python-support, python-setuptools (>= 0.6c1)
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: python-all (>= 2.3.5-7), 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-05 12:43:33 UTC (rev 10678)
+++ packages/python-pip/trunk/debian/rules 2009-12-05 13:36:28 UTC (rev 10679)
@@ -1,3 +1,8 @@
#!/usr/bin/make -f
%:
dh $@
+
+override_dh_installchangelogs:
+ dh_installchangelogs docs/news.txt
+ dh_installchangelogs
+
More information about the Python-modules-commits
mailing list