chiark / gitweb /
dgit: buile_prep_early: Call notpushing() after getting $isuite
[dgit.git] / debian / changelog
index 52e54ce8611e3c83c39f23ea442d590bd6a8d13c..27cda33d02e648d161e35c4ef8258c1dc366b385 100644 (file)
@@ -2,9 +2,13 @@ dgit (3.1~) unstable; urgency=medium
 
   Bugfixes:
   * dgit import-dsc: Do not crash with undefined $isuite.  Closes:#850781.
+  * dgit build: Do not sometimes crash with undefined $isuite.
   * dgit: Do not nedlessly re-fetch the rewrite map.
   * dgit: After downloading .debian.* files, save them in `..', too
     (ie do this not just for .origs).
+  * dgit: When fetching, refetch files with hash mismatches (and save them
+    as `...,fetch'), so we can distinguish them from any built locally.
+    Closes:#850824.
 
   Test suite:
   * Add test for import-dsc with default distro.  (Detects #850781.)