This is an automated email from the git hooks/post-receive script. kibi pushed a commit to branch master in repository devscripts.
commit e8a417d3d088aa22f57eec39422159972d0bfcc3 Author: Cyril Brulebois <[email protected]> Date: Tue Feb 18 20:17:44 2014 +0300 deb-reversion: Stop rejecting .udeb files. --- scripts/deb-reversion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deb-reversion.sh b/scripts/deb-reversion.sh index 16b7f4d..2a17e56 100755 --- a/scripts/deb-reversion.sh +++ b/scripts/deb-reversion.sh @@ -97,8 +97,8 @@ for opt in "$@"; do exit 1 else case "$opt" in - /*.deb) DEB="$opt";; - *.deb) DEB="${CURDIR}/$opt";; + /*.deb|/*.udeb) DEB="$opt";; + *.deb| *.udeb) DEB="${CURDIR}/$opt";; *) err "not a .deb file: $opt"; exit 2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
