[Python-modules-commits] r19313 - in packages/basemap/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Nov 13 19:07:52 UTC 2011


    Date: Sunday, November 13, 2011 @ 19:07:51
  Author: morph
Revision: 19313

remove dont_compile_nad2bin_on_clean patch

Modified:
  packages/basemap/trunk/debian/changelog
  packages/basemap/trunk/debian/patches/series
Deleted:
  packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean

Modified: packages/basemap/trunk/debian/changelog
===================================================================
--- packages/basemap/trunk/debian/changelog	2011-11-13 18:58:55 UTC (rev 19312)
+++ packages/basemap/trunk/debian/changelog	2011-11-13 19:07:51 UTC (rev 19313)
@@ -3,10 +3,11 @@
   * New upstream release
   * debian/copyright
     - updated
-  * debian/patches/configure_third_party_modules_installation
+  * debian/patches/{configure_third_party_modules_installation,
+                    dont_compile_nad2bin_on_clean}
     - removed, no longer needed
 
- -- Sandro Tosi <morph at debian.org>  Sun, 13 Nov 2011 19:29:31 +0100
+ -- Sandro Tosi <morph at debian.org>  Sun, 13 Nov 2011 20:01:58 +0100
 
 basemap (1.0.1-1) unstable; urgency=low
 

Deleted: packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean
===================================================================
--- packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean	2011-11-13 18:58:55 UTC (rev 19312)
+++ packages/basemap/trunk/debian/patches/dont_compile_nad2bin_on_clean	2011-11-13 19:07:51 UTC (rev 19313)
@@ -1,15 +0,0 @@
-Description: avoid compilation of nad2bin when running setup.py clean
-Author: Sandro Tosi <morph at debian.org>
-Index: basemap-1.0.1/setup.py
-===================================================================
---- basemap-1.0.1.orig/setup.py	2011-09-18 16:06:17.840220727 +0200
-+++ basemap-1.0.1/setup.py	2011-09-18 16:06:40.664972005 +0200
-@@ -220,7 +220,7 @@
- # create pyproj binary datum shift grid files.
- pathout =\
- os.path.join('lib',os.path.join('mpl_toolkits',os.path.join('basemap','data')))
--if sys.argv[1] != 'sdist':
-+if sys.argv[1] not in ('sdist', 'clean'):
-     cc = ccompiler.new_compiler()
-     sysconfig.customize_compiler(cc)
-     cc.set_include_dirs(['src'])

Modified: packages/basemap/trunk/debian/patches/series
===================================================================
--- packages/basemap/trunk/debian/patches/series	2011-11-13 18:58:55 UTC (rev 19312)
+++ packages/basemap/trunk/debian/patches/series	2011-11-13 19:07:51 UTC (rev 19313)
@@ -1,4 +1,3 @@
-dont_compile_nad2bin_on_clean
 dont_install_data_files
 add_shebang_data_scripts
 use_share_datafiles




More information about the Python-modules-commits mailing list