Disable git-import-orig in debian/watch.

One extra command is not a good enough reason to lose control of packaging to
non-trivial black-box tools (git import-orig). This has just unexpectedly bit
me in ass when git import-orig failed miserably leaving repo in a really bad
state. Let's just keep the tasks separate from each other.
ci/unstable
Modestas Vainius 14 years ago
parent f6ac242807
commit 740a82699e

5
debian/changelog vendored

@ -1,5 +1,6 @@
cmake (2.8.4~rc2-1) UNRELEASED; urgency=low
[ Kai Wasserbäch ]
* New upstream release.
- Dropped obsolete patches (merged or taken from upstream):
+ backport_fix_asm_support.diff
@ -13,6 +14,10 @@ cmake (2.8.4~rc2-1) UNRELEASED; urgency=low
* debian/README.source: Deleted, not needed with "3.0 (quilt)".
* debian/control: Changed my E-Mail address.
[ Modestas Vainius ]
* Disable git-import-orig in debian/watch. One extra command is not a good
enough reason to lose control of packaging to non-trivial black-box tools.
-- Kai Wasserbäch <debian@carbon-project.org> Sun, 16 Jan 2011 11:40:34 +0100
cmake (2.8.3-4) unstable; urgency=low

1
debian/watch vendored

@ -4,4 +4,3 @@ version=3
opts="uversionmangle=s/-[Rr][Cc]-?(\d+)/~rc$1/i" \
http://www.cmake.org/files/v([\d.]+)/ \
cmake-([\d.]+(?i:-RC-?\d+)?).tar.gz \
debian git-import-orig

Loading…
Cancel
Save