[h5py] 01/10: Switch from git-dpm to gbp

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 3 16:43:29 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository h5py.

commit 99aa7584a5d429706c49310c3459c1eacd7f22b6
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sun Sep 3 17:24:08 2017 +0200

    Switch from git-dpm to gbp
---
 debian/.git-dpm | 11 -----------
 debian/gbp.conf |  7 +++++++
 setup_build.py  |  4 ++--
 3 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 6d04e62..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-257d8b5703cc56574aefca3d2ba96e94a861c5a1
-257d8b5703cc56574aefca3d2ba96e94a861c5a1
-f24f0d876ba340f1ccd9f8a589ab66e86cc964fe
-f24f0d876ba340f1ccd9f8a589ab66e86cc964fe
-h5py_2.7.0.orig.tar.gz
-1374dc279935d6b1360977f15900d8487738d12c
-256471
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f53906f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
+pristine-tar = True
diff --git a/setup_build.py b/setup_build.py
index ae4f2a3..ffe19b7 100644
--- a/setup_build.py
+++ b/setup_build.py
@@ -104,8 +104,8 @@ class h5py_build_ext(build_ext):
             settings['library_dirs'].insert(0, op.join(config.hdf5, 'lib'))
 
         # TODO: should this only be done on UNIX?
-        #if os.name != 'nt':
-            #settings['runtime_library_dirs'] = settings['library_dirs']
+        if os.name != 'nt':
+            settings['runtime_library_dirs'] = settings['library_dirs']
 
         def make_extension(module):
             sources = [localpath('h5py', module+'.pyx')] + EXTRA_SRC.get(module, [])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list