This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository netcdf4-python.

commit b5b149cc0d6e5ea6683d37c251a26ef82faa2d04
Author: Ross Gammon <rossgam...@mail.dk>
Date:   Mon Mar 23 21:26:38 2015 +0100

    Drop cython-clean.patch to fix clean target
    
    Although the patch allowed the package to build the first time, the package
    FTBFS on the second build.
---
 debian/clean                      |  1 +
 debian/patches/cython-clean.patch | 14 --------------
 debian/patches/series             |  1 -
 3 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..a12613f
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+constants.pyx
diff --git a/debian/patches/cython-clean.patch 
b/debian/patches/cython-clean.patch
deleted file mode 100644
index 47effa5..0000000
--- a/debian/patches/cython-clean.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Don't regenerate constants.pyx on clean
-Author: Bas Couwenberg <sebas...@debian.org>
-
---- a/setup.py
-+++ b/setup.py
-@@ -329,7 +329,7 @@ if netcdf_lib_version is None:
- else:
-     sys.stdout.write('using netcdf library version %s\n' % netcdf_lib_version)
- 
--if has_cython and 'sdist' not in sys.argv[1:]:
-+if has_cython and 'sdist' not in sys.argv[1:] and 'clean' not in sys.argv[1:]:
-     sys.stdout.write('using Cython to compile netCDF4.pyx...\n')
-     # recompile netCDF4.pyx
-     extensions = 
[Extension("netCDF4",["netCDF4.pyx"],libraries=libs,library_dirs=lib_dirs,include_dirs=inc_dirs,runtime_library_dirs=lib_dirs),
diff --git a/debian/patches/series b/debian/patches/series
index e2d4fbc..3f24802 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-cython-clean.patch
 nc4tonc3-indentation.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to