Update handling of experimental versions in stable-update.sh

We abbreviated the suffix for experimental Debian revisions from
'~experimental.' to '~exp' a while back.

svn path=/dists/sid/linux/; revision=21724
This commit is contained in:
Ben Hutchings 2014-08-10 19:42:51 +00:00
parent f3f70bfebc
commit 7659165f57
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ if [ "$(base_version "$new_ver")" != "$(base_version "$cur_ver")" ]; then
fi
case "$cur_pkg_ver" in
*~experimental*)
new_pkg_ver="$new_ver-1~experimental.1"
*~exp*)
new_pkg_ver="$new_ver-1~exp1"
;;
*)
new_pkg_ver="$new_ver-1"