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:
Kai Wasserbäch 2010-11-26 14:59:20 +01:00
parent 99d31c8da7
commit e908d5d056
3 changed files with 6 additions and 1 deletions

2
debian/changelog vendored
View File

@ -4,6 +4,8 @@ cmake (2.8.2-3) UNRELEASED; urgency=low
* debian/control: Bumped Standards-Version to 3.9.1, no further changes
needed.
* 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

2
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,2 @@
[DEFAULT]
pristine-tar = True

3
debian/watch vendored
View File

@ -3,4 +3,5 @@ version=3
# Track CMake 2.6.x releases including RCs
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
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