X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=cb2186181be0bc63d4995ee717f2370f71c3f75d;hb=b1f6740e928e0deeb680b12a59d5b12899063320;hp=cdcf9ecdfa8942d01855fbc1a74ec01e8c8a4713;hpb=137c52ea5d2df0b07c30420697297032842407f4;p=dgit.git diff --git a/debian/changelog b/debian/changelog index cdcf9ecd..cb218618 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,9 +11,16 @@ dgit (0.11) unstable; urgency=low * Use "ftp.debian.org" not "http.debian.net" as the default Debian archive. (http.debian.net tends to defeat certain kinds of cacheing, and can also have more skew.) + * dgit build uses dpkg-buildpackage; there is a dgit git-build + for using git-buildpackage. * Better error message for use of UNRELEASED suite. Closes: #720523. * Do not canonicalise suite more than once. Related to: #720526. * Fix a badly open-coded copy of check_not_dirty. Closes: #720524. + * Fix some bugs in building (eg build-source would fail to do the quilt + fixup; the --clean check in build was wrong). + * Add missing dependency on realpath. + * git-build (git-buildpackage wrapper) does not bother canonicalising + the suite if --git-ignore-branch is used. --