[Python-modules-commits] r3518 - in /packages/python-wsgiref/trunk/debian: changelog overrides/ overrides/python-wsgiref rules
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Sat Nov 3 01:57:54 UTC 2007
Author: nslater-guest
Date: Sat Nov 3 01:57:54 2007
New Revision: 3518
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3518
Log:
Added lintian overrides.
Added:
packages/python-wsgiref/trunk/debian/overrides/
packages/python-wsgiref/trunk/debian/overrides/python-wsgiref
Modified:
packages/python-wsgiref/trunk/debian/changelog
packages/python-wsgiref/trunk/debian/rules
Modified: packages/python-wsgiref/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-wsgiref/trunk/debian/changelog?rev=3518&op=diff
==============================================================================
--- packages/python-wsgiref/trunk/debian/changelog (original)
+++ packages/python-wsgiref/trunk/debian/changelog Sat Nov 3 01:57:54 2007
@@ -5,8 +5,9 @@
* Added Vcs-Svn, Vcs-Browser and Homepage control fields.
* Replaced Build-Depends on python-dev with python.
* Tweaked debian/copyright file for consistency.
+ * Added lintian overrides.
- -- Noah Slater <nslater at bytesexual.org> Sat, 03 Nov 2007 01:09:12 +0000
+ -- Noah Slater <nslater at bytesexual.org> Sat, 03 Nov 2007 01:56:07 +0000
python-wsgiref (0.1.2-1) unstable; urgency=low
Added: packages/python-wsgiref/trunk/debian/overrides/python-wsgiref
URL: http://svn.debian.org/wsvn/python-modules/packages/python-wsgiref/trunk/debian/overrides/python-wsgiref?rev=3518&op=file
==============================================================================
--- packages/python-wsgiref/trunk/debian/overrides/python-wsgiref (added)
+++ packages/python-wsgiref/trunk/debian/overrides/python-wsgiref Sat Nov 3 01:57:54 2007
@@ -1,0 +1,1 @@
+python-wsgiref binary: old-versioned-python-dependency depends: python (<< 2.5)
Modified: packages/python-wsgiref/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-wsgiref/trunk/debian/rules?rev=3518&op=diff
==============================================================================
--- packages/python-wsgiref/trunk/debian/rules (original)
+++ packages/python-wsgiref/trunk/debian/rules Sat Nov 3 01:57:54 2007
@@ -18,3 +18,8 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
+
+common-install-indep::
+ mkdir -p debian/python-wsgiref/usr/share/lintian/overrides
+ cp debian/overrides/python-wsgiref \
+ debian/python-wsgiref/usr/share/lintian/overrides/python-wsgiref
More information about the Python-modules-commits
mailing list