[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: use packages build-depending on ghc instead of depending for the pkg-haskell-maintainers package set

Holger Levsen holger at moszumanska.debian.org
Mon May 11 11:23:03 UTC 2015


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

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit c0298752218c2663c12b1e33cbacfeecd52fdc69
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon May 11 13:22:47 2015 +0200

    reproducible: use packages build-depending on ghc instead of depending for the pkg-haskell-maintainers package set
---
 bin/reproducible_create_meta_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index fc98007..e177e67 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -302,7 +302,7 @@ update_pkg_sets() {
 	# pkg-haskell-maintainers
 	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[21]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[21]}.pkgset ] ; then
 		grep-dctrl -sPackage -n -FMaintainer pkg-haskell-maintainers at lists.alioth.debian.org $SOURCES > $TMPFILE
-		grep-dctrl -FDepends -n ghc -sPackage $PACKAGES >> $TMPFILE
+		grep-dctrl -sBuild-Depends -n -X -FPackage ghc $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g" >> $TMPFILE
 		update_if_similar ${META_PKGSET[21]}.pkgset
 	fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list