[Python-modules-commits] r13501 - in packages/lazr.uri/trunk/debian (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Jun 20 02:30:46 UTC 2010


    Date: Sunday, June 20, 2010 @ 02:30:45
  Author: dktrkranz
Revision: 13501

* 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/lazr.uri/trunk/debian/patches/
  packages/lazr.uri/trunk/debian/patches/no_package_data.patch
  packages/lazr.uri/trunk/debian/patches/series
Modified:
  packages/lazr.uri/trunk/debian/changelog
  packages/lazr.uri/trunk/debian/docs

Modified: packages/lazr.uri/trunk/debian/changelog
===================================================================
--- packages/lazr.uri/trunk/debian/changelog	2010-06-20 02:24:20 UTC (rev 13500)
+++ packages/lazr.uri/trunk/debian/changelog	2010-06-20 02:30:45 UTC (rev 13501)
@@ -1,3 +1,12 @@
+lazr.uri (1.0.2-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:27:36 +0200
+
 lazr.uri (1.0.2-2) unstable; urgency=low
 
   * Switch to format 3.0 (quilt).

Modified: packages/lazr.uri/trunk/debian/docs
===================================================================
--- packages/lazr.uri/trunk/debian/docs	2010-06-20 02:24:20 UTC (rev 13500)
+++ packages/lazr.uri/trunk/debian/docs	2010-06-20 02:30:45 UTC (rev 13501)
@@ -1,2 +1,3 @@
 HACKING.txt
+src/lazr/uri/NEWS.txt
 src/lazr/uri/README.txt

Added: packages/lazr.uri/trunk/debian/patches/no_package_data.patch
===================================================================
--- packages/lazr.uri/trunk/debian/patches/no_package_data.patch	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/patches/no_package_data.patch	2010-06-20 02:30:45 UTC (rev 13501)
@@ -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: lazr.uri-1.0.2/setup.py
+===================================================================
+--- lazr.uri-1.0.2.orig/setup.py	2010-06-20 04:26:35.618574575 +0200
++++ lazr.uri-1.0.2/setup.py	2010-06-20 04:26:43.846573170 +0200
+@@ -46,7 +46,7 @@
+     namespace_packages=['lazr'],
+     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/lazr.uri/trunk/debian/patches/series
===================================================================
--- packages/lazr.uri/trunk/debian/patches/series	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/patches/series	2010-06-20 02:30:45 UTC (rev 13501)
@@ -0,0 +1 @@
+no_package_data.patch




More information about the Python-modules-commits mailing list