[Python-modules-commits] r18612 - in packages/basemap/trunk/debian/patches (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Sep 18 20:30:48 UTC 2011


    Date: Sunday, September 18, 2011 @ 20:30:46
  Author: morph
Revision: 18612

explicitly select what embedded modules to install

Added:
  packages/basemap/trunk/debian/patches/configure_third_party_modules_installation
Modified:
  packages/basemap/trunk/debian/patches/series

Added: packages/basemap/trunk/debian/patches/configure_third_party_modules_installation
===================================================================
--- packages/basemap/trunk/debian/patches/configure_third_party_modules_installation	                        (rev 0)
+++ packages/basemap/trunk/debian/patches/configure_third_party_modules_installation	2011-09-18 20:30:46 UTC (rev 18612)
@@ -0,0 +1,16 @@
+Description: Explicitly configure which third-party modules install or not
+Author: Sandro Tosi <morph at debian.org>
+Index: basemap-1.0.1/setup.cfg
+===================================================================
+--- basemap-1.0.1.orig/setup.cfg	2011-09-18 22:20:07.877378475 +0200
++++ basemap-1.0.1/setup.cfg	2011-09-18 22:20:20.797783262 +0200
+@@ -6,6 +6,6 @@
+ #     False: do not install
+ #     auto: install only if the package is unavailable. This
+ #           is the default behavior
+-pydap = auto
+-httplib2 = auto
+-pyshapelib = auto
++pydap = False
++httplib2 = False
++pyshapelib = True

Modified: packages/basemap/trunk/debian/patches/series
===================================================================
--- packages/basemap/trunk/debian/patches/series	2011-09-18 20:22:11 UTC (rev 18611)
+++ packages/basemap/trunk/debian/patches/series	2011-09-18 20:30:46 UTC (rev 18612)
@@ -1,3 +1,4 @@
+configure_third_party_modules_installation
 dont_compile_nad2bin_on_clean
 dont_install_data_files
 add_shebang_data_scripts




More information about the Python-modules-commits mailing list