From 7257f97069d31ead05f18782fa2739a5559c7154 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 22 Sep 2015 09:51:18 +0200 Subject: reproducible: deprecate debbindiff some more --- bin/reproducible_html_repository_comparison.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_repository_comparison.sh') diff --git a/bin/reproducible_html_repository_comparison.sh b/bin/reproducible_html_repository_comparison.sh index fb4b858b..9d93d6ff 100755 --- a/bin/reproducible_html_repository_comparison.sh +++ b/bin/reproducible_html_repository_comparison.sh @@ -184,7 +184,7 @@ for PKG in $SOURCEPKGS ; do fi else write_row "$GIT" - if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] ; then + if [ "$PKG" != "strip-nondeterminism" ] && [ "$PKG" != "diffoscope" ] && [ "$PKG" != "debbindiff" ] ; then if $OBSOLETE_IN_TESTING && $OBSOLETE_IN_SID && $OBSOLETE_IN_EXP ; then write_row "
(unused?" write_row "
Then the branch should probably renamed.)" @@ -196,6 +196,8 @@ for PKG in $SOURCEPKGS ; do fi elif ( [ "$PKG" = "strip-nondeterminism" ] || [ "$PKG" = "diffoscope" ] ) && $OBSOLETE_IN_SID ; then write_row "
(this repo is always used)" + elif [ "$PKG" = "debbindiff" ] && $OBSOLETE_IN_SID ; then + write_row "
(debbindiff has been renamed to diffoscope)" fi fi if ! $OBSOLETE_IN_SID ; then -- cgit v1.2.3-54-g00ecf