[Pkg-bitcoin-commits] [groestlcoin] 03/05: Stop build-depend explicitly on recent dpkg-dev: DEB_SUITE resolved in cdbs.

Jonas Smedegaard dr at jones.dk
Wed Jul 12 07:37:32 UTC 2017


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

js pushed a commit to branch master
in repository groestlcoin.

commit 9090573424d4b526e71e8cc3c197bf4d6400ceb7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Jul 12 01:37:09 2017 +0200

    Stop build-depend explicitly on recent dpkg-dev: DEB_SUITE resolved in cdbs.
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index b531c99..e260716 100755
--- a/debian/rules
+++ b/debian/rules
@@ -83,9 +83,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-gui=qt5 --with-qrencode
 #export QT_SELECT=5
 
 # resolve if release is experimental
-CDBS_BUILD_DEPENDS +=, dpkg-dev (>= 1.17.0)
-EXP_RELEASE = $(filter experimental% UNRELEASED,\
- $(shell dpkg-parsechangelog -S Distribution))
+EXP_RELEASE = $(filter experimental% UNRELEASED,$(DEB_SUITE))
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
  --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/groestlcoin.git



More information about the Pkg-bitcoin-commits mailing list