[libgetdata] 03/06: Imported Debian patch 0.7.3-6.2
Michael Milligan
mmilligan-guest at moszumanska.debian.org
Sat Sep 5 03:43:56 UTC 2015
This is an automated email from the git hooks/post-receive script.
mmilligan-guest pushed a commit to branch master
in repository libgetdata.
commit 2ee3aaf6af9af3551cca8451e6629845af581116
Author: Stefano Rivera <stefanor at debian.org>
Date: Wed Aug 26 12:55:40 2015 -0700
Imported Debian patch 0.7.3-6.2
---
debian/changelog | 10 +++++++++-
debian/control | 2 +-
debian/python-pygetdata.install | 2 +-
debian/rules | 3 ++-
debian/watch | 1 -
5 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 557ae3d..4e0cc55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,15 @@
+libgetdata (0.7.3-6.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Port from python-support to dh_python2 (Closes: #785977)
+ * Call dh_numpy, to generate dependencies based on the numpy ABI.
+
+ -- Stefano Rivera <stefanor at debian.org> Wed, 26 Aug 2015 12:55:40 -0700
+
libgetdata (0.7.3-6.1) unstable; urgency=medium
* Non-maintainer upload.
- * Build against gcc5/gfortran for transition.
+ * Build against gcc5/gfortran for transition.
-- Alastair McKinstry <mckinstry at debian.org> Fri, 14 Aug 2015 10:40:54 +0100
diff --git a/debian/control b/debian/control
index 09cdb69..2d47bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libgetdata
Priority: extra
Maintainer: Michael Milligan <mmilligan at astro.umn.edu>
Uploaders: Steven Benton <stevebenton at rogers.com>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, python-numpy, python-all-dev, python-support (>= 0.90), fortran-compiler
+Build-Depends: debhelper (>= 7.0.50~), autotools-dev, dh-python, python-numpy, python-all-dev, fortran-compiler
Standards-Version: 3.9.2
DM-Upload-Allowed: yes
Section: libs
diff --git a/debian/python-pygetdata.install b/debian/python-pygetdata.install
index 47e0ed4..56d7602 100644
--- a/debian/python-pygetdata.install
+++ b/debian/python-pygetdata.install
@@ -1 +1 @@
-/usr/lib/python*
+/usr/lib/python2.*/*-packages/*.so
diff --git a/debian/rules b/debian/rules
index 983fbc9..0122f37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@
PYVERS=$(shell pyversions -vs)
%:
- dh $@
+ dh $@ --with python2
override_dh_auto_configure:
dh_auto_configure -Bbuild-main -- --disable-python
@@ -37,6 +37,7 @@ override_dh_auto_install:
for v in $(PYVERS); do \
dh_auto_install -Bbuild-py$$v; \
done
+ dh_numpy
override_dh_auto_clean:
dh_auto_clean -Bbuild-main
diff --git a/debian/watch b/debian/watch
index 17b1392..fcdc307 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
http://sf.net/getdata/getdata-(.*)\.tar\.gz
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgetdata.git
More information about the debian-science-commits
mailing list