[SCM] Set of routines for handling the FITS WCS standard branch, master, updated. upstream/1.10-18-g35592c5

Ole Streicher debian at liska.ath.cx
Tue Mar 6 08:57:09 UTC 2012


The following commit has been merged in the master branch:
commit 35592c537e1abf114c42f639df2364f9a3a69195
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Mar 6 09:56:26 2012 +0100

    Switch to pysupport to fix numpy version problems

diff --git a/debian/changelog b/debian/changelog
index 9e1e3d4..ff00494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 python-pywcs (1.11-1) unstable; urgency=low
 
-  * New upstream version 1.10-4.8.2
+  * New upstream version 1.11-4.8.2
+  * Rebuild using pysupport
 
- -- Ole Streicher <debian at liska.ath.cx>  Fri, 06 Jan 2012 20:16:00 +0100
+ -- Ole Streicher <debian at liska.ath.cx>  Tue, 07 Mar 2012 10:00:00 +0100
 
 python-pywcs (1.10-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
index 10effb6..f52a8a7 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,2 @@
 lib/svn_version.py
-lib/_pywcs.so
+lib/pywcs/_pywcs.so
diff --git a/debian/control b/debian/control
index 7cd400c..aeb8e00 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
 Build-Depends: python-all-dev (>= 2.6.6-3~), debhelper (>= 7.0.50~), 
- python-nose, wcslib-dev (>= 4.7), dh_numpy, python-pyfits
+ python-support, python-nose, wcslib-dev (>= 4.7), python-pyfits, python-numpy
+XS-Python-Version: >= 2.6
 Standards-Version: 3.9.3
 Homepage: https://trac6.assembla.com/astrolib
 Vcs-Git: git://git.debian.org/git/debian-science/packages/python-pywcs.git
diff --git a/debian/pyversions b/debian/pyversions
new file mode 100644
index 0000000..0c043f1
--- /dev/null
+++ b/debian/pyversions
@@ -0,0 +1 @@
+2.6-
diff --git a/debian/rules b/debian/rules
index e3bcaa6..fc8497f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ 
 
 override_dh_auto_test:
 	python setup.py build_ext -i && nosetests lib/pywcs/tests/test.py
+
+override_dh_shlibdeps:
+	dh_shlibdeps
+	dh_numpy
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index ca69c1f..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# Don't complain about ancient files in an unused convienience copy
-python-pywcs source: ancient-autotools-helper-file

-- 
Set of routines for handling the FITS WCS standard



More information about the debian-science-commits mailing list