[Python-modules-commits] r5953 - in packages/python-wsgiref/trunk/debian (5 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Fri Jul 11 14:37:05 UTC 2008


    Date: Friday, July 11, 2008 @ 14:37:03
  Author: nslater-guest
Revision: 5953

general improvements

Added:
  packages/python-wsgiref/trunk/debian/README.source
Modified:
  packages/python-wsgiref/trunk/debian/changelog
  packages/python-wsgiref/trunk/debian/control
  packages/python-wsgiref/trunk/debian/copyright
  packages/python-wsgiref/trunk/debian/rules

Added: packages/python-wsgiref/trunk/debian/README.source
===================================================================
--- packages/python-wsgiref/trunk/debian/README.source	                        (rev 0)
+++ packages/python-wsgiref/trunk/debian/README.source	2008-07-11 14:37:03 UTC (rev 5953)
@@ -0,0 +1,20 @@
+Source README
+=============
+
+The upstream source can be downloaded with the following command:
+
+  ./debian/rules get-orig-source
+
+You will need the following packages installed:
+
+  devscripts
+
+You can patch the upstream source with the following command:
+
+  ./debian/rules patch
+
+You can add or edit patches using the following command:
+
+  cdbs-edit-patch
+
+ -- Noah Slater <nslater at bytesexual.org>, Fri, 11 Jul 2008 15:29:07 +0100

Modified: packages/python-wsgiref/trunk/debian/changelog
===================================================================
--- packages/python-wsgiref/trunk/debian/changelog	2008-07-11 14:26:44 UTC (rev 5952)
+++ packages/python-wsgiref/trunk/debian/changelog	2008-07-11 14:37:03 UTC (rev 5953)
@@ -1,33 +1,38 @@
+python-wsgiref (0.1.2-5) UNRELEASED; urgency=low
+
+  * Added debian/README.source for upstream source information.
+  * Updated debian/copyright per latest proposed format.
+  * Updated Standards-Version to 3.8.0.
+
+ -- Noah Slater <nslater at bytesexual.org>  Fri, 11 Jul 2008 15:29:29 +0100
+
 python-wsgiref (0.1.2-4) unstable; urgency=medium
 
-  * Improved debian/copyright file per the proposed standard.
-  * Fixed Python dependencies as a workaround for #403246. Closes: #477008
+  * Updated dependencies as a workaround for #403246. Closes: #477008
+  * Updated debian/copyright per latest proposed format.
 
  -- Noah Slater <nslater at bytesexual.org>  Mon, 21 Apr 2008 17:57:33 +0100
 
 python-wsgiref (0.1.2-3) unstable; urgency=medium
 
-  * General standards improvement.
-  * Corrected Uploaders control field.
-  * Corrected Vcs-Browser control field.
-  * Strip the "-1" from setuptools Build-Depends version.
-  * Fixed Python dependencies as a workaround for python-support which
-    makes this package uninstallable with python2.5 as default.
-    Closes: #476171
+  * Updated Uploaders and Vcs-Browser.
+  * Updated Build-Depends to strip the "-1" from setuptools version.
+  * Updated dependencies as a workaround for python-support which makes
+    this package uninstallable with python2.5 as default. Closes: #476171
+  * Updated formatting in debian/rules.
 
  -- Noah Slater <nslater at bytesexual.org>  Mon, 14 Apr 2008 21:48:06 +0200
 
 python-wsgiref (0.1.2-2) unstable; urgency=low
 
+  * Removed Priority.
+  * Added lintian overrides.
+  * Added Uploaders, Vcs-Svn, Vcs-Browser and Homepage.
+  * Updated long and short Description.
+  * Updated python Build-Depends. Closes: #453897
+  * Updated formatting of debian/control.
+  * Updated debian/copyright file for consistency.
   * Updated Standards-Version to 3.7.3.
-  * Added lintian overrides.
-  * Added Uploaders control field.
-  * Corrected formatting of debian/control.
-  * Removed surplus Priority control field.
-  * Added Vcs-Svn, Vcs-Browser and Homepage control fields.
-  * Edited long description so as not to contain short description.
-  * Tweaked debian/copyright file for consistency.
-  * Fixed python Build-Depends. Closes: #453897
 
  -- Noah Slater <nslater at bytesexual.org>  Sat, 22 Dec 2007 01:42:11 +0100
 

Modified: packages/python-wsgiref/trunk/debian/control
===================================================================
--- packages/python-wsgiref/trunk/debian/control	2008-07-11 14:26:44 UTC (rev 5952)
+++ packages/python-wsgiref/trunk/debian/control	2008-07-11 14:37:03 UTC (rev 5953)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noah Slater <nslater at bytesexual.org>
 Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python2.4
 Build-Depends-Indep: python-setuptools (>= 0.6b3), python-support (>= 0.6.4)
 Homepage: http://cheeseshop.python.org/pypi/wsgiref

Modified: packages/python-wsgiref/trunk/debian/copyright
===================================================================
--- packages/python-wsgiref/trunk/debian/copyright	2008-07-11 14:26:44 UTC (rev 5952)
+++ packages/python-wsgiref/trunk/debian/copyright	2008-07-11 14:37:03 UTC (rev 5953)
@@ -1,19 +1,20 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-X-Debianized-By: Noah Slater <nslater at bytesexual.org>
-X-Debianized-Date: Sat, 6 Oct 2007 19:44:36 +0100
-X-Source-Downloaded-From: http://cheeseshop.python.org/pypi/wsgiref
-X-Source-Get-Original: ./debian/rules get-orig-source
-X-Upstream-Author: Python Software Foundation
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=180
+Upstream-Name: WSGI (PEP 333) Reference Library
+Upstream-Maintainer: Phillip J. Eby <web-sig at python.org>
+Upstream-Source: http://cheeseshop.python.org/pypi/wsgiref
 
 Files: *
-Copyright: Copyright 2007, Phillip J. Eby
- Copyright 2005, Ian Bicking
+Copyright: Copyright 2007, Phillip J. Eby <web-sig at python.org>
+ Copyright 2005, Ian Bicking <ianb at colorstudy.com>
  Copyright 2002, Python Software Foundation
 License: PSF | ZPL
 
 Files: debian/*
 Copyright: Copyright 2008, Noah Slater <nslater at bytesexual.org>
 License: GAP
+ Copying and distribution of this package, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice and this
+ notice are preserved.
 
 License: PSF-2
  PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
@@ -109,8 +110,3 @@
  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-License: GAP
- Copying and distribution of this package, with or without modification, are
- permitted in any medium without royalty provided the copyright notice and this
- notice are preserved.

Modified: packages/python-wsgiref/trunk/debian/rules
===================================================================
--- packages/python-wsgiref/trunk/debian/rules	2008-07-11 14:26:44 UTC (rev 5952)
+++ packages/python-wsgiref/trunk/debian/rules	2008-07-11 14:37:03 UTC (rev 5953)
@@ -16,8 +16,7 @@
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
 common-install-indep::
-	cp debian/binary.lintian-overrides \
-	    debian/python-wsgiref/usr/share/lintian/overrides/python-wsgiref
+	cp debian/binary.lintian-overrides debian/python-wsgiref/usr/share/lintian/overrides/python-wsgiref
 
 get-orig-source:
 	uscan --force-download




More information about the Python-modules-commits mailing list