1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Version: 5
# process this file with uscan(1)
# according to upstream the versioning scheme is like follows:
# > The first number is the year, the second goes from
# > 0 to 9 through the year, but I'm ahead one at the end of
# > the year (I used to have 21.10 and the like). Not completely
# > consistent, perhaps. The daily tarballs are just the year,
# > snd-20.tar.gz etc.
# the regex for the version is thus the @ANY_VERSION@ regex with a mandatory
# leading number followed by a period.
Source: https://ccrma.stanford.edu/software/snd/
Matching-Pattern: snd-(?:[-_]?(\d+\.\d[\-+\.:\~\da-zA-Z]*))(?i)@ARCHIVE_EXT@
Dversionmangle: auto
|