[Python-modules-commits] r13500 - in packages/python-wadllib/trunk/debian (5 files)
dktrkranz at users.alioth.debian.org
dktrkranz at users.alioth.debian.org
Sun Jun 20 02:24:23 UTC 2010
Date: Sunday, June 20, 2010 @ 02:24:20
Author: dktrkranz
Revision: 13500
* debian/patches/no_package_data.patch:
- Do not install documentation files in Python module directory.
* debian/docs:
- Install documentation files under /usr/share/doc.
Added:
packages/python-wadllib/trunk/debian/patches/
packages/python-wadllib/trunk/debian/patches/no_package_data.patch
packages/python-wadllib/trunk/debian/patches/series
Modified:
packages/python-wadllib/trunk/debian/changelog
packages/python-wadllib/trunk/debian/docs
Modified: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog 2010-06-20 02:13:52 UTC (rev 13499)
+++ packages/python-wadllib/trunk/debian/changelog 2010-06-20 02:24:20 UTC (rev 13500)
@@ -1,3 +1,12 @@
+python-wadllib (1.1.4-3) UNRELEASED; urgency=low
+
+ * debian/patches/no_package_data.patch:
+ - Do not install documentation files in Python module directory.
+ * debian/docs:
+ - Install documentation files under /usr/share/doc.
+
+ -- Luca Falavigna <dktrkranz at debian.org> Sun, 20 Jun 2010 04:20:16 +0200
+
python-wadllib (1.1.4-2) unstable; urgency=low
* Switch to format 3.0 (quilt).
Modified: packages/python-wadllib/trunk/debian/docs
===================================================================
--- packages/python-wadllib/trunk/debian/docs 2010-06-20 02:13:52 UTC (rev 13499)
+++ packages/python-wadllib/trunk/debian/docs 2010-06-20 02:24:20 UTC (rev 13500)
@@ -1 +1,2 @@
+src/wadllib/NEWS.txt
src/wadllib/README.txt
Added: packages/python-wadllib/trunk/debian/patches/no_package_data.patch
===================================================================
--- packages/python-wadllib/trunk/debian/patches/no_package_data.patch (rev 0)
+++ packages/python-wadllib/trunk/debian/patches/no_package_data.patch 2010-06-20 02:24:20 UTC (rev 13500)
@@ -0,0 +1,17 @@
+Description: Do not install documentation files in Python module directory
+Author: Luca Falavigna <dktrkranz at debian.org>
+Forwarded: not-needed
+
+Index: wadllib-1.1.4/setup.py
+===================================================================
+--- wadllib-1.1.4.orig/setup.py 2010-06-20 04:18:06.846575781 +0200
++++ wadllib-1.1.4/setup.py 2010-06-20 04:18:14.086567715 +0200
+@@ -43,7 +43,7 @@
+ version=__version__,
+ packages=find_packages('src'),
+ package_dir={'':'src'},
+- include_package_data=True,
++ include_package_data=False,
+ zip_safe=False,
+ maintainer='LAZR Developers',
+ maintainer_email='lazr-developers at lists.launchpad.net',
Added: packages/python-wadllib/trunk/debian/patches/series
===================================================================
--- packages/python-wadllib/trunk/debian/patches/series (rev 0)
+++ packages/python-wadllib/trunk/debian/patches/series 2010-06-20 02:24:20 UTC (rev 13500)
@@ -0,0 +1 @@
+no_package_data.patch
More information about the Python-modules-commits
mailing list