Improve debian/watch.
- make it scan remote directories recursively; - make it work with new upstream RC release mangling.
This commit is contained in:
parent
9d3f3805e3
commit
64db6e37ac
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -2,6 +2,9 @@ cmake (2.6.4-3) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* Bump Standards-Version to 3.8.3, no changes needed.
|
* Bump Standards-Version to 3.8.3, no changes needed.
|
||||||
* Add ${misc:Depends} to Depends fields of packages.
|
* Add ${misc:Depends} to Depends fields of packages.
|
||||||
|
* Improve debian/watch:
|
||||||
|
- make it scan remote directories recursively;
|
||||||
|
- make it work with new upstream RC release mangling.
|
||||||
|
|
||||||
-- Modestas Vainius <modestas@vainius.eu> Fri, 21 Aug 2009 21:48:12 +0300
|
-- Modestas Vainius <modestas@vainius.eu> Fri, 21 Aug 2009 21:48:12 +0300
|
||||||
|
|
||||||
|
5
debian/watch
vendored
5
debian/watch
vendored
@ -1,5 +1,6 @@
|
|||||||
version=3
|
version=3
|
||||||
|
|
||||||
# Track CMake 2.6.x releases including RCs
|
# Track CMake 2.6.x releases including RCs
|
||||||
opts="uversionmangle=s/-RC-(\d+)/~rc$1/i" \
|
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
|
||||||
http://www.cmake.org/files/v2.6/cmake-([\d.]+(?:-RC-\d+)?).tar.gz
|
http://www.cmake.org/files/v([\d.]+)/ \
|
||||||
|
cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user