[boinc-app-seti] 01/01: Use the same logic as boinc to parse changelog

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon May 16 09:49:28 UTC 2016


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

locutusofborg-guest pushed a commit to branch master
in repository boinc-app-seti.

commit 3b073badd1c3fd5aaf8f4c131dcca3526426e3c9
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon May 16 11:49:17 2016 +0200

    Use the same logic as boinc to parse changelog
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 273d3ba..dacfac2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -74,7 +74,7 @@ ifeq (linux,$(shell dpkg-architecture -qDEB_TARGET_ARCH_OS))
 ifneq (,$(findstring local,$(DEB_BUILD_OPTIONS)))
 LOCALOPTIMISATION="yes"
 endif
-ifeq (local,$(shell head -n 1 debian/changelog | grep -qi UNRELEASED && echo local || echo public))
+ifeq (,$(shell dpkg-parsechangelog | egrep '^Distribution:' |egrep -v 'experimental|UNRELEASED'))
 LOCALOPTIMISATION="yes"
 endif
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc-app-seti.git



More information about the pkg-boinc-commits mailing list