From 21c8966d8c2a930f7ead1fd417b11a9606b8a859 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 25 Aug 2013 00:52:53 +0100 Subject: [PATCH] Create .pc/applied-patches - do not empty it (!) --- debian/changelog | 6 ++++++ dgit | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d381fc35..dee92768 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 Sun, 25 Aug 2013 00:51:50 +0100 + dgit (0.9) unstable; urgency=low * New cleaning arrangements. diff --git a/dgit b/dgit index 3f9dd973..73523715 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; -- 2.30.2