summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 00:52:53 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2013-08-25 00:52:53 +0100
commit21c8966d8c2a930f7ead1fd417b11a9606b8a859 (patch)
tree043789f993bb91a722c3d1c7e413abbfa2c3aa95
parentb775be20ea45f5cb75d0acc6a6bb86f64e62365f (diff)
Create .pc/applied-patches - do not empty it (!)debian/0.10
-rw-r--r--debian/changelog6
-rwxr-xr-xdgit2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d381fc3..dee9276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dgit (0.10) unstable; urgency=low
+
+ * Create .pc/applied-patches - do not empty it (!)
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 25 Aug 2013 00:51:50 +0100
+
dgit (0.9) unstable; urgency=low
* New cleaning arrangements.
diff --git a/dgit b/dgit
index 3f9dd97..7352371 100755
--- a/dgit
+++ b/dgit
@@ -1017,7 +1017,7 @@ END
runcmd_ordryrun @dpkgsource, qw(--commit .), $patchname;
}
- if (!open P, '>', ".pc/applied-patches") {
+ if (!open P, '>>', ".pc/applied-patches") {
$!==&ENOENT or die $!;
} else {
close P;