[Python-modules-commits] r13499 - in packages/python-launchpadlib/trunk/debian (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Sun Jun 20 02:13:57 UTC 2010


    Date: Sunday, June 20, 2010 @ 02:13:52
  Author: dktrkranz
Revision: 13499

* debian/patches/no_package_data.patch:
  - Do not install documentation files in Python module directory.
* debian/docs:
  - Install documentation files under /usr/share/doc (Closes: #580324).

Added:
  packages/python-launchpadlib/trunk/debian/docs
  packages/python-launchpadlib/trunk/debian/patches/
  packages/python-launchpadlib/trunk/debian/patches/no_package_data.patch
  packages/python-launchpadlib/trunk/debian/patches/series
Modified:
  packages/python-launchpadlib/trunk/debian/changelog

Modified: packages/python-launchpadlib/trunk/debian/changelog
===================================================================
--- packages/python-launchpadlib/trunk/debian/changelog	2010-06-19 14:36:08 UTC (rev 13498)
+++ packages/python-launchpadlib/trunk/debian/changelog	2010-06-20 02:13:52 UTC (rev 13499)
@@ -1,3 +1,12 @@
+python-launchpadlib (1.6.1-2) 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 (Closes: #580324).
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Sun, 20 Jun 2010 04:10:42 +0200
+
 python-launchpadlib (1.6.1-1) unstable; urgency=low
 
   * New upstream release.

Added: packages/python-launchpadlib/trunk/debian/docs
===================================================================
--- packages/python-launchpadlib/trunk/debian/docs	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/docs	2010-06-20 02:13:52 UTC (rev 13499)
@@ -0,0 +1,3 @@
+src/launchpadlib/NEWS.txt
+src/launchpadlib/README.txt
+src/launchpadlib/docs/

Added: packages/python-launchpadlib/trunk/debian/patches/no_package_data.patch
===================================================================
--- packages/python-launchpadlib/trunk/debian/patches/no_package_data.patch	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/patches/no_package_data.patch	2010-06-20 02:13:52 UTC (rev 13499)
@@ -0,0 +1,18 @@
+Description: Do not install documentation files in Python module directory
+Author: Luca Falavigna <dktrkranz at debian.org>
+Bug-Debian: http://bugs.debian.org/580324
+Forwarded: not-needed
+
+Index: python-launchpadlib-1.6.1/setup.py
+===================================================================
+--- python-launchpadlib-1.6.1.orig/setup.py	2010-06-20 03:58:04.938571068 +0200
++++ python-launchpadlib-1.6.1/setup.py	2010-06-20 03:58:13.234569497 +0200
+@@ -46,7 +46,7 @@
+     version=__version__,
+     packages=find_packages('src'),
+     package_dir={'':'src'},
+-    include_package_data=True,
++    include_package_data=False,
+     zip_safe=False,
+     author='The Launchpad developers',
+     author_email='launchpadlib at lists.launchpad.net',

Added: packages/python-launchpadlib/trunk/debian/patches/series
===================================================================
--- packages/python-launchpadlib/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-launchpadlib/trunk/debian/patches/series	2010-06-20 02:13:52 UTC (rev 13499)
@@ -0,0 +1 @@
+no_package_data.patch




More information about the Python-modules-commits mailing list