[Python-modules-commits] r13235 - in packages/python-pip/trunk/debian (4 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Fri Jun 4 00:12:36 UTC 2010
Date: Friday, June 4, 2010 @ 00:11:43
Author: chaica-guest
Revision: 13235
* Added debian/install
* debian/control
- switched XS-Python-Version to all
- removed python-setuptools in Build-Depends
* debian/rules
- overriding dh_auto_install to install with install file
Added:
packages/python-pip/trunk/debian/install
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 2010-06-03 21:25:49 UTC (rev 13234)
+++ packages/python-pip/trunk/debian/changelog 2010-06-04 00:11:43 UTC (rev 13235)
@@ -1,17 +1,20 @@
python-pip (0.7.2-1) unstable; urgency=low
- * New upstream version.
+ * New upstream version
+ * Added debian/install
* debian/source/format
- bump to 3.0 (quilt)
* renamed python-pip.manpages to manpages
* debian/control
- - removed unneeded python in Build-Depends
- bump Standards-Version to 3.8.4 (no changes needed)
- - switched XS-Python-Version to >= 2.5
+ - switched XS-Python-Version to all
+ - removed python-setuptools in Build-Depends
+ * debian/rules
+ - overriding dh_auto_install to install with install file
* debian/pip.1
- added uninstall and search sections
- -- Carl Chenet <chaica at ohmytux.com> Sun, 30 May 2010 02:43:25 +0200
+ -- Carl Chenet <chaica at ohmytux.com> Fri, 04 Jun 2010 02:02:44 +0200
python-pip (0.6.1-1) unstable; urgency=low
Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control 2010-06-03 21:25:49 UTC (rev 13234)
+++ packages/python-pip/trunk/debian/control 2010-06-04 00:11:43 UTC (rev 13235)
@@ -4,10 +4,10 @@
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-support (>= 1.0.0), python-setuptools (>= 0.6c1)
+Build-Depends: debhelper (>= 7.0.50~), python
+Build-Depends-Indep: python-support (>= 1.0.0)
Standards-Version: 3.8.4
-XS-Python-Version: >= 2.5
+XS-Python-Version: all
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-pip/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-pip/trunk/
Added: packages/python-pip/trunk/debian/install
===================================================================
--- packages/python-pip/trunk/debian/install (rev 0)
+++ packages/python-pip/trunk/debian/install 2010-06-04 00:11:43 UTC (rev 13235)
@@ -0,0 +1 @@
+pip/ usr/share/pyshared/
Modified: packages/python-pip/trunk/debian/rules
===================================================================
--- packages/python-pip/trunk/debian/rules 2010-06-03 21:25:49 UTC (rev 13234)
+++ packages/python-pip/trunk/debian/rules 2010-06-04 00:11:43 UTC (rev 13235)
@@ -2,6 +2,14 @@
%:
dh $@
-override_dh_installchangelogs:
- dh_installchangelogs docs/news.txt
+override_dh_auto_clean:
+override_dh_auto_build:
+
+override_dh_auto_install:
+
+override_dh_install:
+ dh_install
+
+override_dh_link:
+ dh_link usr/share/pyshared/pip/__init__.py usr/bin/pip
More information about the Python-modules-commits
mailing list