From 740a82699e7e1acbca52ed5e22c358015528b6bd Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Sat, 19 Feb 2011 15:08:27 +0200 Subject: [PATCH] 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. --- debian/changelog | 5 +++++ debian/watch | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 77e375786..8e0e19180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 16 Jan 2011 11:40:34 +0100 cmake (2.8.3-4) unstable; urgency=low diff --git a/debian/watch b/debian/watch index dab9ba1a9..76d8e98ba 100644 --- a/debian/watch +++ b/debian/watch @@ -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