From e19c96eff0c310c06c4f268c8b80cb33bd08996f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 25 Nov 2017 16:55:20 +0100 Subject: New upstream version 0.6.1+dfsg --- package/debian8/control | 1 + package/debian8/rules | 1 + package/debian9/control | 3 ++- package/debian9/rules | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) (limited to 'package') diff --git a/package/debian8/control b/package/debian8/control index 6ffe66f..f10cd97 100644 --- a/package/debian8/control +++ b/package/debian8/control @@ -62,6 +62,7 @@ Build-Depends: cython, python3-scipy-dbg, python3-sphinx, python3-sphinxcontrib.programoutput, + help2man Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/silx.git Vcs-Git: git://anonscm.debian.org/debian-science/packages/silx.git diff --git a/package/debian8/rules b/package/debian8/rules index 98e59cd..d6cd69b 100755 --- a/package/debian8/rules +++ b/package/debian8/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=silx +export SPECFILE_USE_GNU_SOURCE=1 # Make does not offer a recursive wildcard function, so here's one: rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)) diff --git a/package/debian9/control b/package/debian9/control index f5bffde..193b844 100644 --- a/package/debian9/control +++ b/package/debian9/control @@ -41,7 +41,8 @@ Build-Depends: cython, python3-scipy, python3-sphinx, python3-sphinxcontrib.programoutput, - openstack-pkg-tools + openstack-pkg-tools, + help2man Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/silx.git Vcs-Git: git://anonscm.debian.org/debian-science/packages/silx.git diff --git a/package/debian9/rules b/package/debian9/rules index 9adbaf4..b348c51 100755 --- a/package/debian9/rules +++ b/package/debian9/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f export PYBUILD_NAME=silx +export SPECFILE_USE_GNU_SOURCE=1 # Make does not offer a recursive wildcard function, so here's one: rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)) -- cgit v1.2.3