[texlive-nonbin] 11/12: build-infra modernization
This is an automated email from the git hooks/post-receive script.
preining pushed a commit to branch master
in repository texlive-nonbin.
commit bcf78961a64444ea821274770d6ae4c1a1425c45
Author: Norbert Preining <preining@debian.org>
Date: Wed Feb 24 13:25:35 2016 +0900
build-infra modernization
---
scripts/build-infra | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/scripts/build-infra b/scripts/build-infra
index 1ebebb4..c7e1dd1 100644
--- a/scripts/build-infra
+++ b/scripts/build-infra
@@ -76,14 +76,11 @@ done
# forget this for now ...
changesfiles=""
for p in $list ; do
- changesfiles="$changesfiles $(ls $component/$p/*.changes $component/$p/*.dsc 2>/dev/null)"
+ #changesfiles="$changesfiles $(ls $component/$p/*.changes $component/$p/*.dsc 2>/dev/null)"
+ changesfiles="$changesfiles $(ls $component/$p/*.changes 2>/dev/null)"
done
if [ $sign = 1 ] ; then
-# better not sign all the binary deb, only the dsc and changes
-# dpkg-sig -p --sign-changes force_full --sign builder $changesfiles
- for p in $changesfiles ; do
- debsign -k$signkey $p
- done
+ debsign --no-re-sign $changesfiles
fi
#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texlive-nonbin.git
Reply to: