chiark / gitweb /
changelog: Minor tidying-up
[dgit.git] / debian / changelog
index 4992ddee888adfde674b43ccd75d500d2b83e8d9..34502bffc345514f117d5e7cb7abbb9ba9a1bc04 100644 (file)
@@ -1,20 +1,20 @@
 dgit (1.5~~) unstable; urgency=medium
 
   Incompatible change:
-  * dgit sbuild does not pass -A to sbuild.  Consequently the default
+  * dgit sbuild: does not pass -A to sbuild.  Consequently the default
     build is now simply sbuild's default.  With older sbuilds it was
     possible to override dgit's -A by passing another option.  But this
     has been changed recently and now this default setting is very awkward
     to change for the dgit user.
-  * Make --quilt=gbp the default for dgit gbp-build.  See below.
+  * dgit gbp-build: Make --quilt=gbp the default.  (See below.)
   * New tag format (for dgit view) archive/debian/VERSION.
 
   Major new feature:
   * --quilt=gbp, --quilt=dpm, --quilt=unpacked: Introduce facility for
     split view (dgit/mainiainer view), to improve compatibility with some
-    other workflow tools.
+    workflow tools.
 
-  New checks and improved behaviours:
+  New checks and improved behaviours in dgit:
   * When running dpkg-buildpackage, cope if user specified -g or -G.
   * dgit sbuild: check that the set of .changes files found is as we
     expect, before calling mergechanges.  Re:#800060.
@@ -53,7 +53,7 @@ dgit (1.5~~) unstable; urgency=medium
     Closes:#809516.
 
   Infrastructure:
-  * Better error handling in dgit-repos-policy-debian.
+  * dgit-repos-policy-debian: Better error handling.
   * dgit-repos-policy-debian.: fix git-cat-file-handling with multiple
     taints in db (!).
   * dgit-infrastructure has, and uses, its own copies of the perl modules.
@@ -97,7 +97,6 @@ dgit (1.5~~) unstable; urgency=medium
     as is proper.  Closes:#835858.
   * When generating patch filenames from titles, first transliterate
     them (lossily) to ascii.  Closes:#834807.
-  * Add debhelper (>=8) to test suite's global Depends.
 
   Test suite:
   * When sbuild fails, do not crash due to sed not finding the log
@@ -118,6 +117,7 @@ dgit (1.5~~) unstable; urgency=medium
     existing taints.
   * Provide better log output for certain failures.
   * Many new tests (especially for new functionality).
+  * Add missing debhelper (>=8) to test suite's global Depends.
 
  --