[Python-modules-commits] r28511 - in packages/stdeb/tags (6 files)
paultag at users.alioth.debian.org
paultag at users.alioth.debian.org
Sat Apr 12 18:00:02 UTC 2014
Date: Saturday, April 12, 2014 @ 18:00:01
Author: paultag
Revision: 28511
[svn-buildpackage] Tagging stdeb 0.6.0+20100620-5
Added:
packages/stdeb/tags/0.6.0+20100620-5/
packages/stdeb/tags/0.6.0+20100620-5/debian/changelog
(from rev 28510, packages/stdeb/trunk/debian/changelog)
packages/stdeb/tags/0.6.0+20100620-5/debian/patches/0009-fix-pypi-url.patch
(from rev 28510, packages/stdeb/trunk/debian/patches/0009-fix-pypi-url.patch)
packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series
(from rev 28510, packages/stdeb/trunk/debian/patches/series)
Deleted:
packages/stdeb/tags/0.6.0+20100620-5/debian/changelog
packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series
Deleted: packages/stdeb/tags/0.6.0+20100620-5/debian/changelog
===================================================================
--- packages/stdeb/trunk/debian/changelog 2014-04-12 15:00:46 UTC (rev 28509)
+++ packages/stdeb/tags/0.6.0+20100620-5/debian/changelog 2014-04-12 18:00:01 UTC (rev 28511)
@@ -1,87 +0,0 @@
-stdeb (0.6.0+20100620-4) unstable; urgency=low
-
- * Team upload.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Luke Faraone ]
- * Ignore .egg-info files when building debian packages. Thanks to Arnaud
- Fontaine and Diane Trout for the fix. (closes: #657611, LP: #1098366)
- * Standards-Version bumped to 3.9.5 (no changes needed)
-
- -- Luke Faraone <lfaraone at debian.org> Thu, 12 Dec 2013 12:18:55 -0500
-
-stdeb (0.6.0+20100620-2) unstable; urgency=low
-
- * Do not add "Breaks: ${python:Breaks}" to generated debian/control anymore
- * Add replace_underscore_with_a_dash_in_package_names patch
- (binary package name for vim_bridge should be python-vim-bridge, not
- python-vimbridge)
-
- -- Piotr Ożarowski <piotr at debian.org> Sat, 07 May 2011 21:56:33 +0200
-
-stdeb (0.6.0+20100620-1) unstable; urgency=low
-
- * New upstream snapshot
- * New patches:
- - remove-pycentral-options (closes: #597137)
- - pass-buildsystem-to-the-sequencer-rather-than-to-DH_OPTIONS
- (closes: #597128)
- - do-not-reset-environment-options-in-debian-rules
- - replace-tabs-with-spaces
- - use-dh_python2-instead-of-dh_pysupport
- - change-default-source-package-format-to-3.0-quilt
- - adjust-debian-control-template-to-latest-changes-in-policy
- * Convert from dh_pysupport to dh_python2
- * Add python-all to Recommends and python-all-dev to Suggests
- * Source format changed to 3.0 (quilt)
- * Standards-Version bumped to 3.9.1 (no changes needed)
- * Debian packaging license now matches upstream's
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 28 Nov 2010 23:49:51 +0100
-
-stdeb (0.6.0-1) unstable; urgency=low
-
- * New upstream release
- - do not die if sources.list does not contain deb-src lines
- (closes: #580376)
- - document need to call "apt-file update". Emit nicer error when user
- needs to call "apt-file update" (closes: #568122)
- - added {$misc:Depends} to generated depends (closes: #568692)
- * Add debhelper to Depends
- * Set Andrew Straw as Maintainer, move myself to Uploaders
- * Standards-Version bumped to 3.8.4 (no changes needed)
-
- -- Piotr Ożarowski <piotr at debian.org> Sat, 19 Jun 2010 10:30:33 +0200
-
-stdeb (0.5.1-1) unstable; urgency=low
-
- * New upstream release
- * Package's long description updated, now mentions pypi-install
- (closes: #564562)
- * Add README.rst to docs
- * Add apt-file and dpkg-dev to Recommends
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 10 Jan 2010 12:45:52 +0100
-
-stdeb (0.5.0-1) unstable; urgency=low
-
- * New upstream release
- - new command line tool: pypi-install
- - stdeb_run_setup no longer available
-
- -- Piotr Ożarowski <piotr at debian.org> Thu, 31 Dec 2009 20:29:48 +0100
-
-stdeb (0.4.2-1) unstable; urgency=low
-
- * New upstream release
- * quilt removed from build dependencies (both patches applied upstream)
-
- -- Piotr Ożarowski <piotr at debian.org> Mon, 02 Nov 2009 23:12:10 +0100
-
-stdeb (0.4.1-1) unstable; urgency=low
-
- * Initial release (closes: #550353)
-
- -- Piotr Ożarowski <piotr at debian.org> Sun, 11 Oct 2009 18:13:02 +0200
Copied: packages/stdeb/tags/0.6.0+20100620-5/debian/changelog (from rev 28510, packages/stdeb/trunk/debian/changelog)
===================================================================
--- packages/stdeb/tags/0.6.0+20100620-5/debian/changelog (rev 0)
+++ packages/stdeb/tags/0.6.0+20100620-5/debian/changelog 2014-04-12 18:00:01 UTC (rev 28511)
@@ -0,0 +1,98 @@
+stdeb (0.6.0+20100620-5) unstable; urgency=high
+
+ * Team Upload
+
+ [ Paul Tagliamonte ]
+ * Fix PyPi URL due to python.org site changes.
+ See https://github.com/astraw/stdeb/pull/72/files for more information.
+ (Closes: #744097). Thanks to Asheesh for the bug & in-person prod.
+
+ -- Paul Tagliamonte <paultag at debian.org> Sat, 12 Apr 2014 13:34:16 -0400
+
+stdeb (0.6.0+20100620-4) unstable; urgency=low
+
+ * Team upload.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Luke Faraone ]
+ * Ignore .egg-info files when building debian packages. Thanks to Arnaud
+ Fontaine and Diane Trout for the fix. (closes: #657611, LP: #1098366)
+ * Standards-Version bumped to 3.9.5 (no changes needed)
+
+ -- Luke Faraone <lfaraone at debian.org> Thu, 12 Dec 2013 12:18:55 -0500
+
+stdeb (0.6.0+20100620-2) unstable; urgency=low
+
+ * Do not add "Breaks: ${python:Breaks}" to generated debian/control anymore
+ * Add replace_underscore_with_a_dash_in_package_names patch
+ (binary package name for vim_bridge should be python-vim-bridge, not
+ python-vimbridge)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 07 May 2011 21:56:33 +0200
+
+stdeb (0.6.0+20100620-1) unstable; urgency=low
+
+ * New upstream snapshot
+ * New patches:
+ - remove-pycentral-options (closes: #597137)
+ - pass-buildsystem-to-the-sequencer-rather-than-to-DH_OPTIONS
+ (closes: #597128)
+ - do-not-reset-environment-options-in-debian-rules
+ - replace-tabs-with-spaces
+ - use-dh_python2-instead-of-dh_pysupport
+ - change-default-source-package-format-to-3.0-quilt
+ - adjust-debian-control-template-to-latest-changes-in-policy
+ * Convert from dh_pysupport to dh_python2
+ * Add python-all to Recommends and python-all-dev to Suggests
+ * Source format changed to 3.0 (quilt)
+ * Standards-Version bumped to 3.9.1 (no changes needed)
+ * Debian packaging license now matches upstream's
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 28 Nov 2010 23:49:51 +0100
+
+stdeb (0.6.0-1) unstable; urgency=low
+
+ * New upstream release
+ - do not die if sources.list does not contain deb-src lines
+ (closes: #580376)
+ - document need to call "apt-file update". Emit nicer error when user
+ needs to call "apt-file update" (closes: #568122)
+ - added {$misc:Depends} to generated depends (closes: #568692)
+ * Add debhelper to Depends
+ * Set Andrew Straw as Maintainer, move myself to Uploaders
+ * Standards-Version bumped to 3.8.4 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 19 Jun 2010 10:30:33 +0200
+
+stdeb (0.5.1-1) unstable; urgency=low
+
+ * New upstream release
+ * Package's long description updated, now mentions pypi-install
+ (closes: #564562)
+ * Add README.rst to docs
+ * Add apt-file and dpkg-dev to Recommends
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 10 Jan 2010 12:45:52 +0100
+
+stdeb (0.5.0-1) unstable; urgency=low
+
+ * New upstream release
+ - new command line tool: pypi-install
+ - stdeb_run_setup no longer available
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 31 Dec 2009 20:29:48 +0100
+
+stdeb (0.4.2-1) unstable; urgency=low
+
+ * New upstream release
+ * quilt removed from build dependencies (both patches applied upstream)
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 02 Nov 2009 23:12:10 +0100
+
+stdeb (0.4.1-1) unstable; urgency=low
+
+ * Initial release (closes: #550353)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 11 Oct 2009 18:13:02 +0200
Copied: packages/stdeb/tags/0.6.0+20100620-5/debian/patches/0009-fix-pypi-url.patch (from rev 28510, packages/stdeb/trunk/debian/patches/0009-fix-pypi-url.patch)
===================================================================
--- packages/stdeb/tags/0.6.0+20100620-5/debian/patches/0009-fix-pypi-url.patch (rev 0)
+++ packages/stdeb/tags/0.6.0+20100620-5/debian/patches/0009-fix-pypi-url.patch 2014-04-12 18:00:01 UTC (rev 28511)
@@ -0,0 +1,19 @@
+Description: Fix the PyPi URL
+ https://github.com/astraw/stdeb/pull/72/
+ .
+ New site change broke things.
+Author: Paul Tagliamonte <paultag at debian.org>
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/744097
+
+--- stdeb-0.6.0+20100620.orig/scripts/pypi-install
++++ stdeb-0.6.0+20100620/scripts/pypi-install
+@@ -16,7 +16,7 @@ def myprint(mystr,fd=None):
+
+ USER_AGENT = 'pypi-install/0.6.0+git ( http://github.com/astraw/stdeb )'
+
+-def find_tar_gz(package_name, pypi_url = 'http://python.org/pypi',verbose=0):
++def find_tar_gz(package_name, pypi_url = 'https://pypi.python.org/pypi',verbose=0):
+ transport = xmlrpclib.Transport()
+ transport.user_agent = USER_AGENT
+ pypi = xmlrpclib.ServerProxy(pypi_url, transport=transport)
Deleted: packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series
===================================================================
--- packages/stdeb/trunk/debian/patches/series 2014-04-12 15:00:46 UTC (rev 28509)
+++ packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series 2014-04-12 18:00:01 UTC (rev 28511)
@@ -1,9 +0,0 @@
-0001-remove-pycentral-options.patch
-0002-pass-buildsystem-to-the-sequencer-rather-than-to-DH_OPTIONS.patch
-0003-do-not-reset-environment-options-in-debian-rules.patch
-0004-replace-tabs-with-spaces.patch
-0005-use-dh_python2-instead-of-dh_pysupport.patch
-0006-change-default-source-package-format-to-3.0-quilt.patch
-0007-adjust-debian-control-template-to-latest-changes-in-policy.patch
-replace_underscore_with_a_dash_in_package_names.patch
-0008-ignore-egg-info-debian-sorce-options.patch
Copied: packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series (from rev 28510, packages/stdeb/trunk/debian/patches/series)
===================================================================
--- packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series (rev 0)
+++ packages/stdeb/tags/0.6.0+20100620-5/debian/patches/series 2014-04-12 18:00:01 UTC (rev 28511)
@@ -0,0 +1,10 @@
+0001-remove-pycentral-options.patch
+0002-pass-buildsystem-to-the-sequencer-rather-than-to-DH_OPTIONS.patch
+0003-do-not-reset-environment-options-in-debian-rules.patch
+0004-replace-tabs-with-spaces.patch
+0005-use-dh_python2-instead-of-dh_pysupport.patch
+0006-change-default-source-package-format-to-3.0-quilt.patch
+0007-adjust-debian-control-template-to-latest-changes-in-policy.patch
+replace_underscore_with_a_dash_in_package_names.patch
+0008-ignore-egg-info-debian-sorce-options.patch
+0009-fix-pypi-url.patch
More information about the Python-modules-commits
mailing list