[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: be a bit more strict what to add to the lua pkg set

Holger Levsen holger at moszumanska.debian.org
Wed Jul 8 14:22:57 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 c5fc7fc001bcad15eb06178db012174fb2d70f0d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 8 16:22:34 2015 +0200

    reproducible: be a bit more strict what to add to the lua pkg set
---
 bin/reproducible_create_meta_pkg_sets.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 4fbd9ad..7566719 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -370,11 +370,7 @@ update_pkg_sets() {
 
 	# lua packages
 	if [ ! -z $(find $TPATH -maxdepth 1 -mtime +0 -name ${META_PKGSET[29]}.pkgset) ] || [ ! -f $TPATH/${META_PKGSET[29]}.pkgset ] ; then
-		# get a bunch of binary packages names and convert them to source package names
-		grep-dctrl -sPackage -n -FPackage -e ^lua.* $PACKAGES > $TMPFILE
-		packages_list_to_deb822
-		convert_from_deb822_into_source_packages_only
-		# add some more source package names
+		grep-dctrl -sPackage -n -FPackage -e ^lua.* $SOURCES > $TMPFILE
 		grep-dctrl -sPackage -n -FBuild-Depends dh-lua $SOURCES | sed "s#([^()]*)##g ; s#\[[^][]*\]##g ; s#,##g" | sort -u >> $TMPFILE
 		update_if_similar ${META_PKGSET[29]}.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