diff --git a/debian/changelog b/debian/changelog index cef6937..3818a80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -python-pauvre (0.1924-1) unstable; urgency=medium +python-pauvre (0.1.924-1) unstable; urgency=medium * Initial release (Closes: #958996) diff --git a/debian/watch b/debian/watch index 34ee3e4..f3483c3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,8 +1,9 @@ version=4 -https://pypi.python.org/simple/pauvre .*/pauvre-@ANY_VERSION@@ARCHIVE_EXT@#sha256=.* +opts="uversionmangle=s/(0\.\d)(\d)/$1.$2/" \ + https://pypi.python.org/simple/pauvre .*/pauvre-@ANY_VERSION@@ARCHIVE_EXT@#sha256=.* -# No tags on Github -# see https://github.com/conchoecia/pauvre/issues/38 -#opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ -#https://github.com/conchoecia/pauvre/releases .*/archive/v?@ANY_VERSION@\.tar\.gz +# The Github tarball contains some more files in dir pauvre/bioawk/ and files/ . Theses do not seem to be needed. +# Asked for clarification in https://github.com/conchoecia/pauvre/issues/38 +#opts="uversionmangle=s/(0\.\d)(\d)/$1.$2/,filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \ +# https://github.com/conchoecia/pauvre/tags .*/archive/v?@ANY_VERSION@\.tar\.gz