summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 48e3c78..a00153e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
dgit (0.23~) unstable; urgency=low
+ * New handling for .pc directory: dgit history now no longer contains
+ .pc at all. It is deleted whenever we find it. (When doing quilt
+ fixup, we recreate a suitable .pc in a temporary directory so that we
+ can do dpkg-source --comit.) Closes:#764606. INCOMPATIBLE CHANGE -
+ older versions of dgit will have trouble with these git histories.
+
* Replace many calls to stat with new wrapper stat_exists; improves
error handling and simplifies the code.