[Python-modules-commits] r10221 - in packages/python-pip/trunk/debian (5 files)
chaica-guest at users.alioth.debian.org
chaica-guest at users.alioth.debian.org
Tue Oct 27 23:17:17 UTC 2009
Date: Tuesday, October 27, 2009 @ 23:17:16
Author: chaica-guest
Revision: 10221
* New upstream release
* Using dh7 + rules.tiny
* Clearer debian/copyright
* debian/control
- Removing python-central
- python-setuptools is mandatory at runtime. Closes: #536698.
* Removed debian/dirs
Modified:
packages/python-pip/trunk/debian/changelog
packages/python-pip/trunk/debian/control
packages/python-pip/trunk/debian/copyright
packages/python-pip/trunk/debian/rules
Deleted:
packages/python-pip/trunk/debian/dirs
Modified: packages/python-pip/trunk/debian/changelog
===================================================================
--- packages/python-pip/trunk/debian/changelog 2009-10-27 23:04:44 UTC (rev 10220)
+++ packages/python-pip/trunk/debian/changelog 2009-10-27 23:17:16 UTC (rev 10221)
@@ -1,3 +1,15 @@
+python-pip (0.3.1-2) unstable; urgency=low
+
+ * New upstream release
+ * Using dh7 + rules.tiny
+ * Clearer debian/copyright
+ * debian/control
+ - Removing python-central
+ - python-setuptools is mandatory at runtime. Closes: #536698.
+ * Removed debian/dirs
+
+ -- Carl Chenet <chaica at ohmytux.com> Wed, 28 Oct 2009 00:09:50 +0100
+
python-pip (0.3.1-1) unstable; urgency=low
* Initial release. Closes: #522135.
Modified: packages/python-pip/trunk/debian/control
===================================================================
--- packages/python-pip/trunk/debian/control 2009-10-27 23:04:44 UTC (rev 10220)
+++ packages/python-pip/trunk/debian/control 2009-10-27 23:17:16 UTC (rev 10221)
@@ -1,19 +1,20 @@
Source: python-pip
Section: python
Priority: optional
-Maintainer: Jeff Licquia <licquia at debian.org>
+Maintainer: Carl Chenet <chaica at ohmytux.com>
+Uploaders: Jeff Licquia <licquia at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Homepage: http://pip.openplans.org/
-Vcs-Bzr: http://bzr.licquia.org/pip/debian
-Vcs-Browser: http://bzr.licquia.org/loggerhead/pip/debian/changes
-Build-Depends: debhelper (>= 7), python-all-dev
-Build-Depends-Indep: python (>= 2.3.5-7), python-central (>= 0.5.0), python-setuptools (>= 0.6c1), xsltproc, docbook-xsl
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50~), python-all-dev
+Build-Depends-Indep: python (>= 2.3.5-7), python-support, python-setuptools (>= 0.6c1), xsltproc, docbook-xsl
+Standards-Version: 3.8.3
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/
Package: python-pip
Architecture: all
Section: python
-Depends: ${python:Depends}, python-pkg-resources | python-setuptools (<< 0.6c8-1)
+Depends: ${python:Depends}, python-pkg-resources, python-setuptools (>= 0.6c1)
XB-Python-Version: ${python:Versions}
Description: Alternative Python package installer
pip installs packages. Python packages. An easy_install replacement.
Modified: packages/python-pip/trunk/debian/copyright
===================================================================
--- packages/python-pip/trunk/debian/copyright 2009-10-27 23:04:44 UTC (rev 10220)
+++ packages/python-pip/trunk/debian/copyright 2009-10-27 23:17:16 UTC (rev 10221)
@@ -1,28 +1,32 @@
-Original source may be found at: http://pip.openplans.org/
-Files: debian/*
-Copyright: Copyright 2009 Jeff Licquia <licquia at debian.org>
-License: other
- The Debian packaging informatin is licensed under the same license
- as the rest of pip.
-Files: *
-Copyright: Copyright (c) 2007 Ian Bicking and Contributors
-License: other
- Permission is hereby granted, free of charge, to any person obtaining
- a copy of this software and associated documentation files (the
- "Software"), to deal in the Software without restriction, including
- without limitation the rights to use, copy, modify, merge, publish,
- distribute, sublicense, and/or sell copies of the Software, and to
- permit persons to whom the Software is furnished to do so, subject to
- the following conditions:
- .
- The above copyright notice and this permission notice shall be
- included in all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+This package was debianized by Chenet Carl <chaica at ohmytux.com> on
+Tue, 05 May 2009 12:07:12 +0100.
+It was downloaded from http://pypi.python.org/pypi/pip
+
+Authors: The Open Planning Project <python-virtualenv at groups.google.com>
+
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation files
+ (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, sublicense, and/or sell copies of the Software,
+ and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+ BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+The Debian packaging is © 2009, Chenet Carl <chaica at ohmytux.com> and
+is licensed under the GPL-3 or any later version.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
Deleted: packages/python-pip/trunk/debian/dirs
===================================================================
--- packages/python-pip/trunk/debian/dirs 2009-10-27 23:04:44 UTC (rev 10220)
+++ packages/python-pip/trunk/debian/dirs 2009-10-27 23:17:16 UTC (rev 10221)
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/lintian/overrides
Modified: packages/python-pip/trunk/debian/rules
===================================================================
--- packages/python-pip/trunk/debian/rules 2009-10-27 23:04:44 UTC (rev 10220)
+++ packages/python-pip/trunk/debian/rules 2009-10-27 23:17:16 UTC (rev 10221)
@@ -1,76 +1,3 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PYTHON_VERSIONS = $(shell pyversions -r debian/control)
-CURRENT_PYTHON_VERSION = $(shell pyversions -d)
-
-debian/pip.1.gz: debian/pip.xml
- cd debian && xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl pip.xml
- gzip -9 debian/pip.1
-
-build: build-stamp
-build-stamp: debian/pip.1.gz
- dh_testdir
-
- for python in $(PYTHON_VERSIONS); do \
- $$python setup.py build; \
- done
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
-
- for python in $(PYTHON_VERSIONS); do \
- $$python setup.py clean; \
- done
-
- rm -rf build
- rm -f build-stamp
- rm -f debian/pip.1*
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- for python in $(PYTHON_VERSIONS); do \
- $$python setup.py install --root=$(CURDIR)/debian/python-pip; \
- mv $(CURDIR)/debian/python-pip/usr/bin/pip $(CURDIR)/debian/python-pip/usr/bin/pip-$$python; \
- done
- sed 's_^#\!/usr/bin/$(CURRENT_PYTHON_VERSION)_#\!/usr/bin/python_' < $(CURDIR)/debian/python-pip/usr/bin/pip-$(CURRENT_PYTHON_VERSION) > $(CURDIR)/debian/python-pip/usr/bin/pip
- rm -f $(CURDIR)/debian/python-pip/usr/bin/pip-*
-
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs -i
- dh_installdocs -i
- dh_fixperms -i
- dh_installman -i
- dh_pycentral -i
- #rm -rf $(CURDIR)/debian/python-virtualenv/usr/lib
- dh_compress -i
- dh_installdeb -i
- dh_gencontrol -i
- dh_md5sums -i
- dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
More information about the Python-modules-commits
mailing list