[python-imageio] 01/06: Switch from git-dpm to gbp

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Feb 28 15:41: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 python-imageio.

commit 55bef2f01cf88788b91aae4016efca6714c39808
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Feb 28 11:51:52 2017 +0000

    Switch from git-dpm to gbp
    
    - Drop git-dpm configuration
    - Unapply patch queue
    - Add gbp configuration
    
    Gbp-Dch: full
---
 debian/.git-dpm         | 11 -----------
 debian/gbp.conf         |  7 +++++++
 imageio/core/findlib.py |  2 +-
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index fa2d933..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-5a6230d0f9378e4dc5d75b861f500799ebb5db57
-5a6230d0f9378e4dc5d75b861f500799ebb5db57
-f4239e8c0977e9b3b54cde2f0000d96365c70dc0
-f4239e8c0977e9b3b54cde2f0000d96365c70dc0
-python-imageio_2.1.1+ds1.orig.tar.gz
-f3ce8cb961ea8218a26ce97ab306c73f31037876
-3278098
-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/imageio/core/findlib.py b/imageio/core/findlib.py
index e3aada8..f039445 100644
--- a/imageio/core/findlib.py
+++ b/imageio/core/findlib.py
@@ -15,7 +15,7 @@ import ctypes
 LOCALDIR = os.path.abspath(os.path.dirname(__file__))
 
 # Flag that can be patched / set to True to disable loading non-system libs
-SYSTEM_LIBS_ONLY = True
+SYSTEM_LIBS_ONLY = False
 
 
 def looks_lib(fname):

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



More information about the debian-science-commits mailing list