X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=34502bffc345514f117d5e7cb7abbb9ba9a1bc04;hp=4992ddee888adfde674b43ccd75d500d2b83e8d9;hb=647d68c0203a30956aa57a6378a42efdd6dc9268;hpb=7f763ac97800c87af54781fa72a597c9992032e2 diff --git a/debian/changelog b/debian/changelog index 4992ddee..34502bff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. --