[Python-modules-commits] r15007 - in packages/python-wadllib/trunk/debian (3 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sat Dec 4 10:47:14 UTC 2010


    Date: Saturday, December 4, 2010 @ 10:47:13
  Author: dktrkranz
Revision: 15007

Do not require elementtree as dependency

Added:
  packages/python-wadllib/trunk/debian/patches/requires.patch
Modified:
  packages/python-wadllib/trunk/debian/changelog
  packages/python-wadllib/trunk/debian/patches/series

Modified: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog	2010-12-04 10:37:24 UTC (rev 15006)
+++ packages/python-wadllib/trunk/debian/changelog	2010-12-04 10:47:13 UTC (rev 15007)
@@ -6,12 +6,14 @@
   * Switch to dh_python2.
   * debian/patches/no_package_data.patch:
     - Do not install documentation files in Python module directory.
+  * debian/patches/requires.patch:
+    - Do not require elementtree as dependency.
   * debian/control:
     - Bump Standards-Version to 3.9.1, no changes required.
   * debian/docs:
     - Install documentation files under /usr/share/doc.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Sat, 04 Dec 2010 01:37:34 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Sat, 04 Dec 2010 11:46:29 +0100
 
 python-wadllib (1.1.4-2) unstable; urgency=low
 

Added: packages/python-wadllib/trunk/debian/patches/requires.patch
===================================================================
--- packages/python-wadllib/trunk/debian/patches/requires.patch	                        (rev 0)
+++ packages/python-wadllib/trunk/debian/patches/requires.patch	2010-12-04 10:47:13 UTC (rev 15007)
@@ -0,0 +1,15 @@
+Description: Do not require elementtree as dependency
+Author: Luca Falavigna <dktrkranz at debian.org>
+Forwarded: not-needed
+
+Index: python-wadllib-1.1.8+ds/src/wadllib.egg-info/requires.txt
+===================================================================
+--- python-wadllib-1.1.8+ds.orig/src/wadllib.egg-info/requires.txt	2010-12-04 11:40:32.929331350 +0100
++++ python-wadllib-1.1.8+ds/src/wadllib.egg-info/requires.txt	2010-12-04 11:40:35.945574349 +0100
+@@ -1,8 +1,7 @@
+ setuptools
+-elementtree
+ lazr.uri
+ simplejson
+ 
+

Modified: packages/python-wadllib/trunk/debian/patches/series
===================================================================
--- packages/python-wadllib/trunk/debian/patches/series	2010-12-04 10:37:24 UTC (rev 15006)
+++ packages/python-wadllib/trunk/debian/patches/series	2010-12-04 10:47:13 UTC (rev 15007)
@@ -1 +1,2 @@
 no_package_data.patch
+requires.patch




More information about the Python-modules-commits mailing list