[SCM] efficient 2D data-plotting library branch, master, updated. debian/2.2.1-4-7-g6f09ecd

Picca Frédéric-Emma?==?UTF-8?Q?nuel picca at debian.org
Sat May 25 12:59:26 UTC 2013


The following commit has been merged in the master branch:
commit ba084680c98b1004257390cf57d96aacfbe314ef
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri May 24 10:24:30 2013 +0200

    update for the 2.3.0 version

diff --git a/debian/changelog b/debian/changelog
index c82e012..2580010 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+guiqwt (2.3.0-1) unstable; urgency=low
+
+  * Imported Upstream version 2.3.0
+  * Bump Standards-Version to 3.9.4 (nothing to do)
+  * debian/compat
+    - switch to debhelper 9
+  * Build-Depends
+    - removed gfortran
+    - added cython
+    - upgraded guidata (>= 1.6.0)
+  * debian/rules modified to recompile all cython files
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Fri, 24 May 2013 09:27:31 +0200
+
 guiqwt (2.2.1-4) unstable; urgency=low
 
   * debian/rules fixed to allow twice build in a row.
diff --git a/debian/compat b/debian/compat
index 301160a..f11c82a 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
\ No newline at end of file
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 3ebcd72..5dea96a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Picca Frédéric-Emmanuel <picca at debian.org>
 Section: science
 Priority: extra
-Build-Depends: debhelper (>= 8),
-               gfortran,
+Build-Depends: debhelper (>= 9),
+               cython,
                python-all-dev,
-               python-guidata (>= 1.5.1),
+               python-guidata (>= 1.6.0),
                python-numpy,
                python-qwt5-qt4,
                python-sphinx
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/guiqwt.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/guiqwt.git
 Homepage: http://code.google.com/p/guiqwt/
diff --git a/debian/rules b/debian/rules
index e098b76..4b7552d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,8 @@ get-orig-source:
 	uscan --force-download --upstream-version $(VERSION) --repack
 
 override_dh_clean:
+	# remove the cython generated files distributed by upstream
+	rm -f $(patsubst %.pyx,%.c,$(wildcard src/*.pyx))
 	rm -rf build
 	dh_clean
 

-- 
efficient 2D data-plotting library



More information about the debian-science-commits mailing list