[Python-modules-commits] r7360 - in packages/python-wsgiref/trunk/debian (5 files)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Sun Jan 18 20:32:59 UTC 2009
Date: Sunday, January 18, 2009 @ 20:32:58
Author: nslater-guest
Revision: 7360
misc fixes
Modified:
packages/python-wsgiref/trunk/debian/README.source
packages/python-wsgiref/trunk/debian/changelog
packages/python-wsgiref/trunk/debian/control
packages/python-wsgiref/trunk/debian/copyright
packages/python-wsgiref/trunk/debian/rules
Modified: packages/python-wsgiref/trunk/debian/README.source
===================================================================
--- packages/python-wsgiref/trunk/debian/README.source 2009-01-18 20:31:11 UTC (rev 7359)
+++ packages/python-wsgiref/trunk/debian/README.source 2009-01-18 20:32:58 UTC (rev 7360)
@@ -17,4 +17,4 @@
cdbs-edit-patch
- -- Noah Slater <nslater at bytesexual.org>, Fri, 11 Jul 2008 15:29:07 +0100
+ -- Noah Slater <nslater at tumbolia.org>, Wed, 14 Jan 2009 16:40:34 +0000
Modified: packages/python-wsgiref/trunk/debian/changelog
===================================================================
--- packages/python-wsgiref/trunk/debian/changelog 2009-01-18 20:31:11 UTC (rev 7359)
+++ packages/python-wsgiref/trunk/debian/changelog 2009-01-18 20:32:58 UTC (rev 7360)
@@ -1,24 +1,20 @@
python-wsgiref (0.1.2-5) UNRELEASED; urgency=low
- [ Noah Slater ]
- * Added debian/README.source for upstream source information.
- * Updated debian/control with improved short description.
+ * Added debian/README.source file.
+ * Updated debian/control, updated Vcs-Browser.
+ * Updated debian/control, updated Description.
* Updated debian/copyright per latest proposed format.
- * Updated debian/rules with standard uscan options for get-orig-source.
+ * Updated debian/rules, improved uscan options for get-orig-source.
* Updated Standards-Version to 3.8.0.
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
+ -- Noah Slater <nslater at tumbolia.org> Sun, 18 Jan 2009 20:32:33 +0000
- -- Noah Slater <nslater at bytesexual.org> Thu, 07 Aug 2008 21:41:39 +0100
-
python-wsgiref (0.1.2-4) unstable; urgency=medium
* 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
+ -- Noah Slater <nslater at tumbolia.org> Mon, 21 Apr 2008 17:57:33 +0100
python-wsgiref (0.1.2-3) unstable; urgency=medium
@@ -28,7 +24,7 @@
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
+ -- Noah Slater <nslater at tumbolia.org> Mon, 14 Apr 2008 21:48:06 +0200
python-wsgiref (0.1.2-2) unstable; urgency=low
@@ -41,10 +37,10 @@
* Updated debian/copyright file for consistency.
* Updated Standards-Version to 3.7.3.
- -- Noah Slater <nslater at bytesexual.org> Sat, 22 Dec 2007 01:42:11 +0100
+ -- Noah Slater <nslater at tumbolia.org> Sat, 22 Dec 2007 01:42:11 +0100
python-wsgiref (0.1.2-1) unstable; urgency=low
* Initial release. Closes: #433384
- -- Noah Slater <nslater at bytesexual.org> Thu, 28 Jun 2007 09:13:23 +0100
+ -- Noah Slater <nslater at tumbolia.org> Thu, 28 Jun 2007 09:13:23 +0100
Modified: packages/python-wsgiref/trunk/debian/control
===================================================================
--- packages/python-wsgiref/trunk/debian/control 2009-01-18 20:31:11 UTC (rev 7359)
+++ packages/python-wsgiref/trunk/debian/control 2009-01-18 20:32:58 UTC (rev 7360)
@@ -1,7 +1,7 @@
Source: python-wsgiref
Section: python
Priority: optional
-Maintainer: Noah Slater <nslater at bytesexual.org>
+Maintainer: Noah Slater <nslater at tumbolia.org>
Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
Standards-Version: 3.8.0
Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python2.4
Modified: packages/python-wsgiref/trunk/debian/copyright
===================================================================
--- packages/python-wsgiref/trunk/debian/copyright 2009-01-18 20:31:11 UTC (rev 7359)
+++ packages/python-wsgiref/trunk/debian/copyright 2009-01-18 20:32:58 UTC (rev 7360)
@@ -10,7 +10,7 @@
License: PSF | ZPL
Files: debian/*
-Copyright: Copyright 2008, Noah Slater <nslater at bytesexual.org>
+Copyright: Copyright 2009, Noah Slater <nslater at tumbolia.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
Modified: packages/python-wsgiref/trunk/debian/rules
===================================================================
--- packages/python-wsgiref/trunk/debian/rules 2009-01-18 20:31:11 UTC (rev 7359)
+++ packages/python-wsgiref/trunk/debian/rules 2009-01-18 20:32:58 UTC (rev 7360)
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# Copyright 2008, Noah Slater <nslater at bytesexual.org>
+# Copyright 2009, Noah Slater <nslater at tumbolia.org>
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty provided the copyright notice and this
@@ -19,9 +19,10 @@
binary-arch binary-indep: build
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
# @@ only works from source directory, see #494141
.PHONY: get-orig-source
get-orig-source:
- uscan --force-download --repack --rename --destdir .
+ uscan --force-download --rename --download-version=$(DEB_UPSTREAM_VERSION) --destdir .
More information about the Python-modules-commits
mailing list