1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# New packaging without any Debian history would rewrite the beta versions to
# ~betaN instead of betaN, but that wasn't the versioning that was used in the
# Debian package originally and therefore can't easily be introduced now. If
# version 5.0 is ever released (which looks unlikely), it will require special
# handling.
#
# I haven't bothered to add lots of other possible compression file extensions
# since, similarly, it's quite unlikely that upstream will bother to change
# their release naming format short of more revolutionary changes upstream
# that will require further attention.
version=3
opts="uversionmangle=s/^(\d)(\d)/$1.$2/;s/b(\d)/beta$1/" \
http://qa.debian.org/watch/sf.php/tinyfugue/tf-(5[^\-]*)\.tar\.(?:gz|xz)
|