From: Ian Jackson Date: Sat, 24 Aug 2013 23:52:53 +0000 (+0100) Subject: Create .pc/applied-patches - do not empty it (!) X-Git-Tag: debian/0.10^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=21c8966d8c2a930f7ead1fd417b11a9606b8a859 Create .pc/applied-patches - do not empty it (!) --- 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;