debian/watch: Added git-import-orig invocation.
* debian/watch: Added git-import-orig invocation. * debian/gbp.conf: Added, to ensure we use pristine-tar.
This commit is contained in:
parent
99d31c8da7
commit
e908d5d056
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -4,6 +4,8 @@ cmake (2.8.2-3) UNRELEASED; urgency=low
|
|||||||
* debian/control: Bumped Standards-Version to 3.9.1, no further changes
|
* debian/control: Bumped Standards-Version to 3.9.1, no further changes
|
||||||
needed.
|
needed.
|
||||||
* debian/source/local-options: Added "unapply-patches".
|
* debian/source/local-options: Added "unapply-patches".
|
||||||
|
* debian/watch: Added git-import-orig invocation.
|
||||||
|
* debian/gbp.conf: Added, to ensure we use pristine-tar.
|
||||||
|
|
||||||
-- Kai Wasserbäch <debian@carbon-project.org> Tue, 13 Jul 2010 16:51:22 +0200
|
-- Kai Wasserbäch <debian@carbon-project.org> Tue, 13 Jul 2010 16:51:22 +0200
|
||||||
|
|
||||||
|
2
debian/gbp.conf
vendored
Normal file
2
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
pristine-tar = True
|
3
debian/watch
vendored
3
debian/watch
vendored
@ -3,4 +3,5 @@ version=3
|
|||||||
# Track CMake 2.6.x releases including RCs
|
# Track CMake 2.6.x releases including RCs
|
||||||
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
|
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
|
||||||
http://www.cmake.org/files/v([\d.]+)/ \
|
http://www.cmake.org/files/v([\d.]+)/ \
|
||||||
cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz
|
cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz \
|
||||||
|
debian git-import-orig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user