chiark / gitweb /
test suite: gdr-import-dgitview: New test for dgit dsc imports
[dgit.git] / debian / changelog
1 dgit (6.5~) unstable; urgency=medium
2
3   * test suite: Add t-tstunt-parsechangelog to many gdr tests.
4   * test suite: editing a test script overrides DGIT_TESTS_PROGRESSIVE.
5   * dgit: Rename --dgit-view-save to --save-dgit-view, leaving an alias.
6   * dgit: Provide print-unapplied-treeish subcommand.
7   * dgit: Improve error message for unknown suite, to suggest -d.
8   * git-debrebase: Properly reject bare dgit dsc imports
9   * git-debrebase: Improve some error message formatting.
10   * test suite: gdr-import-dgitview: New test for dgit dsc imports.
11
12  --
13
14 dgit (6.4) unstable; urgency=medium
15
16   * git-debrebase(1): Fix typo "unappled".  Closes:#905064.
17
18  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 02 Aug 2018 08:24:32 +0100
19
20 dgit (6.3) unstable; urgency=medium
21
22   * git-debrebase: breakwater: Fix error message for unprocessable
23     commits.  Closes:#905003.
24   * git-debrebase: new-upstream: Fix error message for new version
25     with bad syntax.
26   * git-debrebase test suite: Test messages about unprocessable commits.
27   * git-debrebase: new-upstream: Fix handling of epochs.
28   * git-debrebase: convert-from-gbp: Use same algorithm for finding
29     upstream commitish as new-upstream.  Closes:#905062.
30   * git-debrebase: Improve error messages for bad options.
31   * git-debrebase: Improve error message for convert-from-gbp
32     upstream discrepancy.  Closes:#905078.
33   * git-debrebase(5): Add ILLEGAL OPERATIONS section.  (Re#905004.)
34   * git-debrebase(1): Warn against plain git rebase.  (Re#905004.)
35   * dgit-maint-debrebase(7): Warn more against plain git rebase.
36     Closes:#905004.
37   * git-debrebase: Implement --help, providing a summary.
38     Closes:#904990.
39
40  -- Ian Jackson <ian@zealot.relativity.greenend.org.uk>  Thu, 02 Aug 2018 03:45:40 +0100
41
42 dgit (6.2) unstable; urgency=medium
43
44   * dgit(1): Improve and correct --build-products-dir description.
45   * dgit: Minor code cleanup.
46   * dgit build: Warn if --build-products-dir is not `..'.  Closes:#904859.
47   * test suite: Test dgit import-dsc --build-products-dir.
48
49   [Sean Whitton]
50   * manpages: alioth->salsa
51   * manpages: add references to pbuilder and cowbuilder
52   * dgit-maint-gbp(7): discuss dgit.default.build-products-dir
53   * dgit-maint-gbp(7): update references to --*-dirty
54   * dgit-sponsorship(7): add references to push-source
55   * dgit-maint-debrebase(7): fix command to just launder
56
57  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 29 Jul 2018 12:57:26 +0100
58
59 dgit (6.1) unstable; urgency=medium
60
61   New feature:
62   * 'pbuilder' and 'cowbuilder' subcommands (Closes: #844125).
63     - Suggest sbuild | pbuilder | cowbuilder.
64
65   Minor fixes:
66   * Fix an error message to refer to the build products dir instead of
67     just the parent directory.
68
69  -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 28 Jul 2018 20:14:23 +0800
70
71 dgit (6.0) unstable; urgency=medium
72
73   New features [Sean Whitton]:
74   * Introduce dgit.default.build-products-dir git configuration key.
75     Closes:#857316.
76   * Die earlier, and with a more helpful message, if the user tries to
77     include dirty changes when building a source package in split brain
78     mode.
79
80   dgit behavioural changes:
81   * dgit: Always build the source package ourselves, rather than
82     sometimes leaving that to the builder command.  dgit will now
83     usually generate *_multi.changes rather than *_$arch.changes.
84   * dgit: Build source packages in a private directory, except when
85     the user passes --include-dirty [Sean Whitton].
86     - dgit push-source no longer cleans the tree [Sean Whitton].
87   * dgit: Rename --ignore-dirty to --include-dirty (leaving the old
88     name supported as a deprecated alias).
89
90   Test suite improvements:
91   * test suite: unset VISUAL, which interferes.  Closes:#904308.
92   * Honour DGIT_SCHROOT_CHROOT to set the schroot to use for the sbuild
93     tests.
94   * Support tests/run-all --progressive.
95   * Drop now-obsolete *-asplit tests.
96
97   Other improvements:
98   * apt-get method: when apt does not update release files,
99     unconditionally print hint about noatime.  Closes:#851873.
100   * messages: Be a lot more friendly about NEW in particular,
101     and also add a couple of `please's.  Closes:#904448.
102   * Make --build-products-dir (and the new config key) actually work.
103     Closes:#863582.  [ Ian and Sean. ] 
104   * dgit: Many important internal rearrangemnts relating to source
105     package production and building.
106
107  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 26 Jul 2018 14:43:47 +0100
108
109 dgit (5.10) unstable; urgency=medium
110  
111   * Merge the experimental branch.
112   * test suite: Drop a couple of useless test log output lines.
113   * infrastructure: Run git gc --auto before mirroring.  Closes:#841414.
114  
115  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 14 Jul 2018 18:07:02 +0100
116  
117 dgit (5.9+exp4) experimental; urgency=medium
118
119   * test suite: Use  dch -r -D sid ''  not  dch -r sid.  Closes:#903441.
120   * test suite: Save a tarball of much of the working area of each test
121     in $AUTOPKGTEST_ARTIFACTS.
122   * Separate changelog entries for the following test attempts
123     in experimental have been elided:
124       dgit (5.9+exp3) experimental; urgency=medium
125       dgit (5.9+exp2) experimental; urgency=medium
126       dgit (5.9+exp1) experimental; urgency=medium
127
128  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jul 2018 13:45:07 +0100
129
130 dgit (5.9) unstable; urgency=medium
131
132   * git-debrebase convert-from-gbp: Look for dgit-generated tags so we can
133     usually make the new branch ff of the dgit view.  Closes:#903132.
134   * git-debrebase convert-from-gbp: Check that the result will not
135     count as having diverged.  This will usually turn failures to make
136     the ff pseudomerge into -fdiverged.  Related to #903132.
137   * git-debrebase, Dgit.pm, git: some internal reorganisation to
138     support git-debrebase changes.
139   * dgit-downstream-dsc(7): New manpage.  Closes:#842643,#851194.
140   * git-debrebase(5): Document best gitk options.  Closes:#901927.
141
142  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jul 2018 13:37:12 +0100
143
144 dgit (5.8) unstable; urgency=medium
145
146   Bugfixes:
147   * dgit, git-debrebase: Properly make patches even if an awkward
148     .gitignore ignores the things in debian/patches.  Closes:#903130.
149   * git-debrebase status: Fix commit reporting.  Closes:903131.
150   * git-debrebase new-upstream: Add a -1 revision if the user
151     didn't supply one.  Closes:#903127.
152   * git-debrebase: Improve grammar if one blocking snag.
153   * dgit(1): Unscramble push[-source] descriptions.  Closes:#903116.
154
155  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Jul 2018 11:42:41 +0100
156
157 dgit (5.7) unstable; urgency=medium
158
159   New feature:
160   * dgit checkout: new subcommand.  Closes:#878443.
161   * dgit: Check that entirely-new uploads to Debian are not
162     source-only-uploads, as those are REJECTed.  Closes:#801435.
163
164   Bugfixes:
165   * dgit(7): Mention git-debrebase and gbp pq alongside git-dpm,
166     in the comment about handling patch stacks.
167   * dgit update-vcs-git: Honour --package properly.
168   * test suite: Always pass LC_COLLATE=C to sort(1).  Closes:#903006.
169   * test suite: Fix trustingpolicy-replay & dput-ng.  Closes:#903007.
170   * test suite: Test dput-ng compatibility.
171
172  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 05 Jul 2018 15:02:21 +0100
173
174 dgit (5.6) unstable; urgency=medium
175
176   * Merge the experimental branch containing the fianl
177     version of the test suite gnupg workarounds.  Empirically,
178       - The tests now pass (most of the time, at least) in
179         current Debian unstable, whereas 5.5's fail utterly.
180       - There is still occasional lossage.  So when running tests
181         in a loop (eg to test ever commit), it is still good to set
182         DGIT_TEST_RETRY_COUNT=3 (say).
183
184   * test suite: Test that manpages format with only expected warnings.
185
186  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Jul 2018 00:41:20 +0100
187
188 dgit (5.5+exp9) experimental; urgency=medium
189
190   * test suite: Explicitly start/stop the gnupg agent, around
191     each call to gnupg.  Apropos of #902316 (and #868550).
192
193   * Separate changelog entries for the following test attempts
194     in experimental have been elided:
195       dgit (5.5+exp8) experimental; urgency=medium
196       dgit (5.5+exp7) experimental; urgency=medium
197       dgit (5.5+exp6) experimental; urgency=medium
198       dgit (5.5+exp5) experimental; urgency=medium
199       dgit (5.5+exp4) experimental; urgency=medium
200       dgit (5.5+exp3) experimental; urgency=medium
201       dgit (5.5+exp2) experimental; urgency=medium
202       dgit (5.4+exp1) experimental; urgency=medium
203
204  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 30 Jun 2018 19:03:00 +0100
205
206 dgit (5.5) unstable; urgency=medium
207
208   * Add missing comma in debian/control.  Closes:#902578.
209   * dgit(1): Fix a wrong reference to \fp, which should be \fP.
210
211  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 28 Jun 2018 13:25:21 +0100
212
213 dgit (5.4) unstable; urgency=medium
214
215   Improvements:
216   * dgit(1): Better description of --overwrite.  Somewhat
217     apropos of discussion in #902534.
218
219   Bugfixes:
220   * test suite: gdr-viagit, gdr-newupstream: Do not spuriously
221     fail if gnupg not serendipitously installed.  Closes:#902559.
222   * Fix bug ref to #865444 in previous changelog entry.
223
224  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Jun 2018 23:13:42 +0100
225
226 dgit (5.3) unstable; urgency=medium
227
228   Bugfixes:
229   * dgit: Do not introduce duplicate origs in .changes files,
230     eg if the .changes already has that orig.  Closes:#869146.
231   * Honour GIT_REFLOG_ACTION everywhere.  Closes:#901935.
232   * git-debrebase new-upstream: Provide better reflog entries
233     by setting GIT_REFLOG_ACTION.  Closes:#901925.
234
235   Improvements:
236   * Better message formatting when --overwrite may be needed,
237     and a note about first dgit push in dgit(1).  Closes:891031.
238   * dgit(7): Add discussion of quilt fixup error messages,
239     and add cross-references to dgit(1) and the actual error.
240     Somewhat apropos of #865444.
241
242  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Jun 2018 14:00:31 +0100
243
244 dgit (5.2) unstable; urgency=medium
245
246   dgit bugfixes:
247   * When all Debian changes vanish with single-debian-patch,
248     do not fail to commit the patch queue removal.  Closes:#877036.
249   * When build fails because the network is offline, mention
250     that this is because --since-version was not specified.
251     Closes:#883340.
252   * When quilt fixup fails because of discrepancies, print a
253     git diff rune which will show them.  Closes:#865446.
254   * When fetch or push wants git fetch (other than in a situation where it
255     happes to be a noop) but --dry-run was specified, fail with an
256     explanation, rather than looping with a false coplaint about git
257     fetch.  Closes:#871317.
258   * --overwrite now no longer crashes if there is nothing to overwrite
259     (eg, when used with --new).  Instead, it is simply ignored, as it is
260     ignored in situations where the push is fast forward.  Closes:#863576.
261
262   dgit/git-debrebase interop bugfixes:
263   * git-debrebase interop: Add a missing debugcmd debugging print.
264   * git-debrebase interop: Actually tolerate git-debrebase make-patches
265     exiting with status 7.
266
267   dgit vcs-git handling improvements:
268   * Provide `update-vcs-git' subcommand, for creating and adjusting the
269     vcs-git remote url.  Useful for transition from alioth to salsa.
270     Closes:#902006.
271   * Print a warning to stderr on `dgit fetch sid', if your vcs-git
272     remote url disagrees with what's in sid's .dsc.
273
274   documentation:
275   * dgit(1): Mention under `dgit build' that it uses the network.
276   * dgit(1): Clarify that --overwrite does nothing if not needed.
277     Closes:#863578.
278   * dgit-user(7): Recommend sbuild-debian-developer-setup.
279     [ Sean Whitton. ]  Closes:895779.
280
281   test suite:
282   * Use nproc(1) rather than Sys::CPU.  This is more portable and does not
283     depend on libsys-cpu-perl being installed.  Closes:888496.
284
285  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Jun 2018 23:33:28 +0100
286
287 dgit (5.1) unstable; urgency=medium
288
289   dgit gitattributes handling:
290   * Squash the working-tree-encoding attribute too.
291   * Update an existing `dgit-defuse-attrs' macro in .git/info/attributes.
292   * Test the working-tree-encoding attribute squashing properly.
293     Closes:#901900.
294
295   git-debrebase fixes:
296   * new-upstream: fix (this time for sure) ff check handling
297     of multi-piece upstreams.
298   * Suppress gbp pq export output, except in case of error.
299     Closes:#901809.
300   * Manpages: Fix typos and etc.
301   * Fix a typo in the package description.
302
303   Test suite:
304   * Triger ci.debian.net autopkgtests on: gnupg diffutils patch.
305     (A dummy test is used to add to Testsuite-Triggers.)
306
307  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 20 Jun 2018 23:20:57 +0100
308
309 dgit (5.0) unstable; urgency=low
310
311   Major new facility:
312   * git-debrebase, a new git workflow tool, in its own package.
313   * dgit will now, when appropriate, check if it should call
314     git-debrebase.
315
316   [ Thanks to Sean Whitton for much useful input, and for
317      dgit-maint-debrebase(7). ]
318
319   dgit bugfixes:
320   * Fix the exit status of programs in dgit.deb, to avoid the Perl
321     misfeature which sometimes copies $! to the exit status.
322   * When checking that the tree is clean, check the git index too.
323   * In quilt_fixup_multipatch, work around git checkout paths
324     not deleting files.  (Hypothetical bug AFAIAA.)
325   * Respect --quilt=nofix even if single-debian-patch.
326
327   dgit minor fixes:
328   * "confess" when we die due to a warning, rather than symply dieing.
329
330   Internal changes:
331   * Move $playground global to dgit.
332   * Break git_get_symref and $extra_orig_namepart_re out into Dgit.pm.
333   * Changes to support git-debrebase.
334
335  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 18 Jun 2018 00:29:44 +0100
336
337 dgit (4.4) unstable; urgency=high
338
339   Test suite bugfix:
340   * Use full key hash rather than short keyid.  Closes:#896653.
341     [ report: Paul Gevers; fix: Chris Lamb ]
342
343  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 23 Apr 2018 13:18:51 +0100
344
345 dgit (4.3) unstable; urgency=high
346
347   Documentation improvements:
348   * dgit(7): Discuss file executability.  Closes:#886444.
349   * dgit(7): Discuss git-unrepresentable properties of source trees.
350   * dgit-maint-merge(7): Don't suggest using debian/source/patch-header
351     for 1.0 source format.  Closes:#887850.  [Sean Whitton]
352
353   Bugfixes:
354   * dgit archive-api-query: Avoid crashing due to lack of $isuite.
355     This breaks the infrastructure.  Closes:#886592.
356
357  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 25 Jan 2018 00:33:56 +0000
358
359 dgit (4.2) unstable; urgency=low
360
361   * Upload dgit 4.x series to unstable.
362
363   New features [Sean Whitton]:
364   * New 'push-source' subcommand for source-only uploads.  Closes:#848931
365   * When dgit builds a source package, such as in the 'build-source'
366     subcommand, it now bypasses dpkg-buildpackage and invokes dpkg-source
367     directly.  This avoids a _source.buildinfo file in the .changes, which
368     doesn't make sense when using dgit.  See
369     <https://lists.debian.org/debian-dpkg/2017/06/msg00005.html>.
370
371   Documentation improvements:
372   * dgit(1): Add a bit more rationale (polemic, even).  Closes:#874221.
373   * Recommend mk-build-deps rather than apt-get build-dep.
374     Suggestion from Nikolaus Rath.  Closes:#863361.
375   * dgit-maint-merge(7): many updates.  [Sean Whitton]
376     Closes:#864873,#878433.
377   * dgit-*(7): Mention first upload trick.  [Andrew Shadura,
378     Sean Whitton]  Closes:#856402.
379
380   Minor fixes:
381   * When source discrepancy involves file mode changes, report them
382     specially.  Closes:#886442.
383   * In split brain mode, with unexpected diffs, print dgit view
384     commitid in suggested diff rune.  (HEAD is wrong.)  Closes:#886443.
385   * Fix message about missing quilt cache entry to refer to
386     HEAD rather than tree, since dgit needs a commit.  Closes:#884646.
387   * Fix grammar error in 4.1 changelog entry. [Sean Whitton]
388   * Remove some whitespace "errors". [Sean Whitton]
389
390   Packaging:
391   * Remove dependency alternative on realpath (package last existed in
392     Debian wheezy).  Closes:#877552.
393
394   Test suite:
395   * dpkgsourceignores-docs: Correct restriction (so autopkgtest
396     won't try to run it).
397   * Additional workarounds for gnupg races (#868550) including
398     retrying each individual test once, and more sophisticated
399     wrapper for gpg (with locking and, sometimes saves stdin).
400   * oldnewtagalt: Fix regression when running outside git tree,
401     introduced in 4.1.
402
403  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 07 Jan 2018 21:45:29 +0000
404
405 dgit (3.13) unstable; urgency=high
406
407   Important bugfixes to dgit:
408   * Add missing `use' for Dpkg::Compression et al.
409     Thanks to report from Didier 'OdyX' Raboud.  (Closes:#879526.)
410
411   Test suite:
412   * Add missing `chiark-utils-bin' to Test-Depends.
413
414  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 22 Oct 2017 17:51:12 +0100
415
416 dgit (4.1) experimental; urgency=medium
417
418   Important improvements to dgit:
419   * Support for `git worktree' worktrees.  There may still be
420     bugs; the tests for this are not very comprehensive.  And
421     worktrees on different filesystems may not work; that's a
422     matter for the future.  Closes:#868515.
423   * Change the dpkg-source -i argument to exclude exactly the right
424     set of things.  (Sadly this is not a simple rune.)
425
426   Other improvements to dgit:
427   * New print-dpkg-source-ignores option to print the big rune
428     you need to pass to dpkg-source to make it work exactly right.
429   * Properly shell-quote the --git-builder argument to gbp.
430
431   Documentation:
432   * dgit-user(7): Provide information about how to use sbuild.
433     Quite ugly due to #868527.  Closes:#868526.
434   * dgit-user(7): Fixed example rune to use curl (which prints
435     to stdout, as the rune expects).  [reported by Simon Tatham]
436
437   Minor improvements:
438   * Do not leave many clog-* files in .git/dgit.
439
440   Internal changes:
441   * using-these: New script to help with ad-hoc-testing.
442   * Refactoring in preparation for push-source [Sean Whitton].
443
444   Test suite:
445   * sbuild-gitish: New test case to check running sbuild from git
446   * Work around gnupg agent connection races by having our stunt
447     gpg wrapper simply try running gpg again, once, if it exits 2.
448     This does not fully suppress the bug but it does significantly reduce
449     the probability.
450   * Other tests for new features.
451   * Various refactoring.
452
453  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 14 Aug 2017 09:31:03 +0100
454
455 dgit (4.0) experimental; urgency=low
456
457   * dgit: --deliberately-not-fast-forward works properly in
458     split view quilt modes (suppressing the pseudomerge).
459
460  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 12 Feb 2017 22:22:31 +0000
461
462 dgit (3.12) unstable; urgency=high
463
464   Important bugfixes to dgit:
465   * Pass --no-renames to git diff-tree -z, avoiding potential trouble.
466   * Defend against commit subject lines which would generate patches which
467     look like series files, etc.  Involves adding .patch to all generated
468     patch filenames.
469   * dgit import: Defend against broken symlinks in ..
470   * dgit import: Right error message for missing files in ..
471   * dgit import: Avoid making broken symlinks in ..
472   * quilt fixup: Tolerate deletion of executable files.
473   * quilt fixup: Tolerate symlink creation (make patches).  Closes:#857382.
474
475   Important bugfixes to other components:
476   * dgit-repos-server: Do not reject commits with no author/committer
477     email address (but still insist on date, and hence on the actual
478     committer and author commit header fields).  Peter Green reports that
479     eg 66c65d90db100435 in upstream linux.git is such a commit (and is
480     accepted by github).  Closes:#863353.
481
482   Test suite:
483   * t-report-fail: print $PWD as part of failure message.
484   * import-dsc: Test missing files, particularly in ..
485   * run git gc on tests/worktrees/example_1.0.tar.
486   * quilt fixup: Check we can delete files with funny modes
487   * quilt fixup: Check that funny changes are represented properly
488
489  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Jul 2017 21:36:24 +0100
490
491 dgit (3.11~deb9u1) stretch; urgency=high
492
493   * Rebuild and upload to stretch.
494
495  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 11 Jul 2017 09:28:15 +0100
496
497 dgit (3.11) unstable; urgency=high
498
499   Important bugfixes to dgit:
500   * Fix rpush+buildinfo: Transfer buildinfos for signing.  Closes:#867693.
501   * Cope if the archive server sends an HTTP redirect,
502     by passing -L to curl.  Closes:#867185,#867309.
503   * Cope with newer git which hates --local outside a tree.  Closes:#865863.
504   * rpush: Honour local git config from build host working tree.
505   * Tolerate compressor terminating with SIGPIPE.  Closes:#857694.
506   * Honour more pre-tree git config options in our private trees sharing
507     the user's object store.  In particular, core.sharedRepository.
508     Prompted by #867603.
509   * Clone multisuite works even without --no-rm-on-error.  Closes:#867434.
510   * Work if "git init" does not create $GIT/info.  Closes:#858054.
511   * Actually understand foo,-security (!)  Closes:#867189.
512
513   Important bugfixes to other components:
514   * dgit-badcommit-fixup: Honour core.sharedRepository.   Closes:#867603.
515   * infrastructure: Cope with new git-receive-pack which has
516     quarantine feature: ie, work around #867702.
517
518   Test suite:
519   * Cope with git restricting ext:: protocols.
520   * multisuite: Test clone without --rm-on-error.
521
522  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 08 Jul 2017 22:40:15 +0100
523
524 dgit (3.10) unstable; urgency=medium
525
526   Bugfixes:
527   * dgit: Copy several user.* settings from main tree git local config
528     to dgit private workarea.  Closes:#853085.
529   * dgit: Strip initial newline from Changes line from dpkg-parsechangelog
530     so as to avoid blank line in commit messages.  Closes:#853093.
531   * dgit: Do not fail when run with detached HEAD.  Closes:#853022.
532   * dgit: Be much better about commas in maintainer changelog names.
533     Closes:#852661.
534
535   Test suite:
536   * quilt-useremail: New test for user config copying (#853085).
537   * lib-import-chk: Test that commits have smae authorship as appears in
538     the changelog.  (Or, at least, the same authorship set.)
539   * import-maintmangle: New test for changelog Maintainer mangling.
540
541   Documentation:
542   * Fix typos.  Closes:#853125.  [Nicholas D Steeves]
543
544  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 06 Feb 2017 17:49:39 +0000
545
546 dgit (3.9) unstable; urgency=medium
547
548   Improvements:
549   * dgit --overwrite: Check that the overwritten version's changelog entry
550     is not UNRELEASED.  This could easily happen if this release was being
551     made from a git branch which predates the previous package upload.
552
553   Documentation:
554   * dgit-maint-merge(7): Get git clone url right.  Closes:#852609.
555   * dgit-maint-merge(7): Quote sample clone commands.  Closes:#852615.
556
557   Test suite:
558   * overwrite-chkclog: test UNRELEASED handling.
559
560  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 25 Jan 2017 16:21:53 +0000
561
562 dgit (3.8) unstable; urgency=medium
563
564   Bugfixes:
565   * Make dgit-setup-* work in default distro.
566
567   Test suite:
568   * defdistro-setup: Test that setup-* functions distro selection works.
569
570  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 23 Jan 2017 16:21:30 +0000
571
572 dgit (3.7) unstable; urgency=medium
573
574   Bugfixes:
575   * Fix clone-dgit-repos-server and print-dgit-repos-server-print-url.
576     Closes:#851906.
577
578   Documentation:
579   * dgit-maint-merge(7): Explain when workflow is unsuitable
580     (Closes:#852090) and improve the patch-header (Closes:#851897.)
581
582   Internal changes:
583   * New %.view target: `make dgit-maint-merge.7.view' runs `man -l ...'
584
585   Test suite:
586   * defdistro-dsd-clone-drs: New test which would have detected
587     #851906 (and hopefully #850521).
588
589  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 22 Jan 2017 17:30:24 +0000
590
591 dgit (3.6) unstable; urgency=medium
592
593   Bugfixes:
594   * Actually use the url from a Dgit .dsc field naming an unknown distro.
595     Closes:#851728.
596   * Add dummy implementation of file_in_archive_aptget copied from
597     file_in_archive_dummycat.  Re:#851697.   [ Peter Green ]
598
599   Minor improvements:
600   * Use `confess' to print a stack trace in a couple of internal error
601     rcases.
602
603   Infrastructure:
604   * Properly honour NOCOMMITCHECK policy hook exit status.
605     Closes:#851800.
606   * Do not reject commits with no author/committer name (but still insist
607     on email address and date).  Peter Green reports that eg
608     71e128629ec786f3 in upstream xen.git is such a commit (and is accepted
609     by github).  Closes:#851716.
610
611   Test suite:
612   * downstream-gitless: Test import of .dsc from unknown distro.
613   * downstream-gitless: Test import of .dsc with unsafe url.
614
615  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 19 Jan 2017 01:15:03 +0000
616
617 dgit (3.5) unstable; urgency=medium
618
619   Bugfixes:
620   * gitattributes: Defuse gitattributes in private working area even if we
621     don't do it in the user's tree (because of user configuration).
622   * gitattributes: When cloning, do not print spurious warning about
623     actually-defused gitattributes.  Closes:#851624.
624   * gitattributes: Improve comment left in .git/info/attributes.
625
626   Test suite:
627   * gitattributes: Many improvements to test case.
628
629  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 17 Jan 2017 22:36:01 +0000
630
631 dgit (3.4) unstable; urgency=low
632
633   Test suite:
634   * drs-push-rejects: Set origin's url to an ad-hoc expression
635     which produces the right ext:: rune, as dgit would.
636     Closes:#851580.
637   * Replace references to /home/ian in various worktrees with
638     references to /nonexistent, to catch inadvertant accesses.
639
640  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 16 Jan 2017 17:27:35 +0000
641
642 dgit (3.3) unstable; urgency=medium
643
644   Behavioural changes to work around gitattributes file transformations:
645   * Suppress file-transforming gitattributes in private work areas.
646   * Configure suppression in user's trees in dgit clone and setup-new-tree.
647   * Provide dgit setup-gitattributes to do this explicitly.
648   * Documentation.
649
650   Bugfixes:
651   * dgit: Remove a leftover debugging print.
652   * dgit: Set default dsc import distro when there is no Dgit field.
653   * dgit: Set default dsc import distro when suppressing Dgit field.
654   * dgit: Option parsing: Fix undefined $suite in some import-dsc.
655     Closes:#851213.
656
657   Packaging:
658   * Remove redundant use of List::Util qw(any).  Closes:#851280.
659   * Remove redundant Recommends on libtext-iconv-perl.
660
661   Test suite:
662   * Move default dsc distro config setting to lib.  We need this
663     for the .dscs we have in tests/pkg-srcs/.
664   * defdistro-import-dsc: Drop this test.
665   * protocol-compat: check that we use the right distro
666     information when importing.
667   * Internal change: fix handling of nonempty distro=
668   * gitattributes: New test for .gitattributes handling.
669
670  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 16 Jan 2017 10:03:08 +0000
671
672 dgit (3.2) unstable; urgency=medium
673
674   Bugfixes:
675   * dgit: Do not execute END blocks in children.  So far symptoms of this
676     bug seem to be limited to duplicated error messages but I have not
677     done a thorough analysis.  Closes:#850052.
678   * dgit-infrastructure: dgit-repos-policy-debian: Remirror a package when
679     it becomes public (ie, make the repo available much more promptly when
680     the package passes NEW).  Closes:#849789.
681   * dgit: Fix a warning message about ref (mainly, tag) updates.
682
683   Documentation:
684   * dgit-maint-merge(7): Use git-deborig(1).
685     [Sean Whitton]  Closes:#850953.
686   * dgit-user(7): Fix some typos.
687
688   Internals:
689   * Fix a typo in a comment.
690
691   Test suite:
692   * infra: mirroring and policy hooks: Improve some debugging output.
693   * infra: mirror-private: test that package becomes public.  (#849789)
694
695  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jan 2017 02:11:34 +0000
696
697 dgit (3.1) unstable; urgency=medium
698
699   Bugfixes:
700   * dgit import-dsc: Do not crash with undefined $isuite.  Closes:#850781.
701   * dgit build: Do not sometimes crash with undefined $isuite.
702   * dgit: Do not nedlessly re-fetch the rewrite map.
703   * dgit: After downloading .debian.* files, save them in `..', too
704     (ie do this not just for .origs).
705   * dgit: When fetching, refetch files with hash mismatches (and save them
706     as `...,fetch'), so we can distinguish them from any built locally.
707     Closes:#850824.
708
709   Test suite:
710   * Add test for import-dsc with default distro.  (Detects #850781.)
711
712   Administrivia:
713   * Fix a dgit 3.0 changelog bullet referring to refs/dgit-fetch/DISTRO.
714
715  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 10 Jan 2017 17:50:27 +0000
716
717 dgit (3.0) unstable; urgency=medium
718
719   Protocol change:
720   * Dgit: field now records the nominal distro name, and a hint
721     for a tag and url where the git objects (including any rewrite
722     map) can be fetched.
723   * Use this information, where provided.  Closes:#850431.
724
725   Bugfixes:
726   * dgit config handling: Honour command-line and context-provided
727     suite and distro more reliably and consistently.
728   * Parsing of extended Dgit fields by import-dsc was broken;
729     and is now fixed even for more-extended ones.
730   * dgit clone-dgit-repos-server uses readonly access.
731     Closes:#850521.
732   * fetch and pull ignore the changelog suite when it is UNRELEASED.
733     Closes:#848646.
734   * dgit-badcommit-fixup: Do not investigate symrefs.  Closes:#850547.
735
736   Minor new feature:
737   * distro alias facility in config space.  (Primarily for testing.)
738   * Undocumented --config-lookup-explode= feature.  (For testing.)
739   * Provide `dgit print-dgit-repos-server-source-url'.  Re:#850521.
740   * Honour dgit-distro.*.default-suite and dgit.default.default-suite.
741
742   Other improvements:
743   * Improve debugging output a bit.
744   * Use refs/dgit-fetch/DISTRO rather than refs/dgit-fetch/SUITE,
745     which leads to less duplication and so less clutter.
746   * Enforce a reasonable syntax for nominal distro names.
747   * When generating orig+debian/patches view, copy debian/ from
748     HEAD.  This makes less noise in diffs.  Closes:#850095.
749
750   Docuentation [Sean Whitton and Ian Jackson]:
751   * dgit-sponsorship(7): Use --no-dep14tag.  Closes:#849105.
752   * dgit-maint-merge(7): Use debian/source/patch-header.  Closes:849120.
753   * dgit(7): Updated `trouble' section to suggest having dpkg-source
754     delete the autotools output (with a patch if necessary).
755   * dgit(1): Several minor updates and fixes.  Closes:#850519.
756
757   Test suite:
758   * Internal improvements.
759   * badcommit-rewrite: Fix operation using installed version of fixup.
760   * Arrange to pass --debug-quick-random to gpg-agent.
761   * Strip block count out of find -ls output - it is unstable!
762   * gbp-orig: Add a missing -m, without which git would run an
763     editor if stdout was a tty (!)
764   * Add t-stunt-parsechangelog to a few tests which were missing it.
765   * Tests for the new protocol feature.
766   * Fail tests if we look up any configuration relating to Debian.
767
768  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 09 Jan 2017 16:43:10 +0000
769
770 dgit (2.16.2) unstable; urgency=low
771
772   dgit-badcommit-fixup: 
773   * Fix crash when running for 2nd time in bare repo.
774   * In --check mode, exit with status 2 if things are not fine.
775
776  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 07 Jan 2017 13:31:50 +0000
777
778 dgit (2.16.1) UNRELEASED; urgency=low
779
780   * dgit-badcommit-fixup: New mode --check which is readonly.
781
782  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 07 Jan 2017 13:04:49 +0000
783
784 dgit (2.16) unstable; urgency=low
785
786   Dealing with fallout from #849041:
787   * Provide dgit-badcommit-fixup history-rewriting script.
788   * New rewrite map feature, which allows dgit git server to adjust
789     clients' interpretation of Dgit fields, so that history-rewriting is
790     effective.  (Feature is only partially implemented right now -
791     enough to dig current Debian users out of the hole.)  Re:#850431.
792
793   Test suite:
794   * New test case for history-rewriting.
795   * Change `local foo=$(bar)' idiom to `local foo; foo=$(bar)' since
796     the former does not trip set -e even if bar fails :-(. 
797
798  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 06 Jan 2017 20:46:30 +0000
799
800 dgit (2.15) UNRELEASED; urgency=high
801
802   Infastructure:
803   * Prevent introduction of new commits which lack `committer'
804     information.  Ie, prevent the reception of new commits afflicted by
805     #849041.  Existing commits are tolerated.
806
807   Test suite:
808   * Be much stricter about messages from git-fsck.
809
810  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 05 Jan 2017 18:20:23 +0000
811
812 dgit (2.14) unstable; urgency=critical
813
814   CRITICAL BUGFIX:
815   * Do not generate bogus commits with --overwrite or import-dsc.
816     Closes:#849041.
817
818   Test suite:
819   * Run a lot of git-fsck.
820
821  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 04 Jan 2017 22:52:55 +0000
822
823 dgit (2.13) unstable; urgency=high
824
825   Changed behaviour:
826   * quilt fixup: Permit creation of patches which delete files, by psssing
827     --include-removal to dpkg-source, and tolerating it when we do our
828     quilt fixup analysis.  dpkg-source has supported this since at least
829     stretch.  Closes:#848901.
830
831   Error messages:
832   * Improve "cannot represent change" message: print the git old and new
833     modes too.
834
835   Bugfix:
836   * Import: Switch back to unpa branch on patch import iterations.
837     In particular, do not fail utterly if dpkg-source and gbp disagree.
838     Closes:#848843.
839
840   Documentation [Sean Whitton]:
841   * dgit-maint-gbp(7): Remove reference to closed bug.  Closes:#848725.
842   * dgit-sponsorship(7): Update in light of fixed #844129.  Closes:#848789.
843
844  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 21 Dec 2016 01:32:41 +0000
845
846 dgit (2.12) unstable; urgency=high
847
848   Changed behaviours:
849   * By default, generate a DEP-14 tag as well as a dgit archive/*
850     tag, even in non-split-view quilt modes.  Closes:#844129.
851   * Version tags mangling: Protect dots, as per proposed update to DEP-14.
852
853   Documentation:
854   * dgit-maint-merge(7): Explain how to change to this workflow
855     from an existing git workflow.  [Sean Whitton]  Closes:#847807.
856   * dgit-maint-native(7): Clarify that we mean native source format.
857     [Phil Hands]  Closes:#847987.
858
859   Error messages:
860   * Slightly better message when .dsc not found.  Apropos of #844128.
861   * Give better advice if .dsc/.changes signing fails: if no changes
862     are needed to the package, user may indeed just debsign and dput.
863     Closes:#844131.
864   * Produce better error reporting when absurd git wrapper fails
865     on a patch during .dsc import.  Apropos of #848391.
866
867   Bugfixes:
868   * If we cannot hardlink origs into our extraction area, use symlinks
869     instead.  Closes:#844570.
870   * Suppress some leftover debugging output from import-dsc.
871     Closes:#847658.
872   * Do not fail when cloning a package containing dangling symlinks.
873     Closes:#848512.
874   * Do not fail to import a .dsc containing patches which patch files
875     multiple times, due to #848611.  Closes:#848391.
876   * Do not fail to import a .dsc containing patches to .git/ (!)
877   * infra: dgit-repos-policy-debian which broke due to recent git setting
878     GIT_ALTERNATE_OBJECT_DIRECTORIES in the pre-receive-hook.
879     (fixes test suite regression in stretch).
880
881   Test suite:
882   * Provide and use stunt lintian and debuild, to avoid lintian
883     complaining about our stupid test packages.
884     (fixes test suite regression in stretch).
885
886  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 19 Dec 2016 17:35:18 +0000
887
888 dgit (2.11) unstable; urgency=medium
889
890   Documentation:
891   * dgit-user(7): Better explanation of combined suites (comma syntax).
892     Thanks to Sean Whitton for review and suggestions.
893   * dgit(1), dgit(7): Better reference docs for combined suites.
894   * dgit(1): Improve formatting of rpush section.
895
896   Test suite:
897   * Replace make in Test-Depends with build-essential.  Most of the tests
898     do in fact run dpkg-buildpackage which bombs out if build-essential is
899     missing.
900
901  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 08 Nov 2016 22:41:29 +0000
902
903 dgit (2.10) unstable; urgency=medium
904
905   New features:
906   * Support the Debian *-security suites.
907   * New comma-separated multiple-suite merging facility (readonly),
908     so that users can easily track "jessie, or jessie-security".
909   * dgit-user(7): Suggest `dgit clone P jessie,-security'.
910
911   Bugfixes:
912   * Cope when an orig tarball is a tarbomb.  Ie, if it contains
913     other than one single directory toplevel.  Closes:#843422.
914   * Actually honour the branch name, if we are on dgit branch, to specify
915     the suite, as documented in the manpage.
916   * When cloning a distro which has no git server, correctly leave
917     the user on the local dgit branch, not on `master'.
918   * Fix an unconditional print that was supposed to be a printdebug:
919       origs <blah>.orig.tar.gz f.same=1 #f._differ=-1
920   * Print a slightly better message if .git found in orig tarball(s).
921
922   Test suite:
923   * Test suite: Add fakeroot and make to Test-Depends.  These aren't
924     necessarily pulled in by anything else.  (dpkg-dev Recommends
925     build-essential.  But we don't actually need build-essential.)
926
927  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 08 Nov 2016 01:08:51 +0000
928
929 dgit (2.9) unstable; urgency=medium
930
931   New features:
932   * During push, automatically calculate which .origs are required,
933     so user never needs [--ch:]-sa or [--ch:]-sd.  Closes:#829116.
934   * New import-dsc feature.
935   * New option --dgit-view-save= for split view quilt modes.
936     In particular, means that the output of a split view quilt-fixup
937     is left somewhere useful.
938   * dgit clone: Set timestamps in cloned tree to a single unified time.
939     This makes it less likely that the user will trip over any
940     timestamp-dependent FTBFS bugs (eg #842452).
941   * Support dgit --delayed= push (with a warning in the manpage
942     about possible skew).
943   * dgit gbp-build will arrange to let gbp buildpackage generate
944     .orig tarballs if it seems applicable.  Closes:#841094.
945
946   Documentation improvements:
947   * dgit-*(7).  Many new tutorial manpages, several written and many
948     improved by Sean Whitton.
949   * dgit(7): Substantial updates, including documenting split view.
950   * dgit(1): Better cross-references.
951   * dgit(1): Remove obsolete workflow information.
952   * dgit(1): Improved BUGS section.
953   * Fix changelog entry for SIGPIPE to correctly mention
954     Closes:#841090.
955
956   Bugfixes:
957   * Split brain mode: Fix --new.  Closes:#842577.
958   * Properly look for .origs etc. in .., fetching them less often.
959     Closes:#842386.
960   * Reject `dgit pull' in split view quilt modes, to avoid
961     creating unfortunate wreckage on non-dgit-view branches.
962     Closes:#842608.
963   * Cope when cloning suite which doesn't receive uploads,
964     like testing.  Closes:#842621.
965   * Properly fetch all archive dgit view tags, as we intended.
966   * Actually provide a -p (--package=) option (!)
967
968   Test suite fixes:
969   * Test suite: Explicitly configure user.name and user.email, so
970     that tests work when environment doesn't have defaults.
971     Closes:#842279 (I hope).
972
973  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 31 Oct 2016 12:47:18 +0000
974
975 dgit (2.8) unstable; urgency=medium
976
977   * When in split build mode for `gbp-build' or `build', run
978     mergechanges as is required.  Closes:#841990.
979   * Test suite: build-mode-*: Check that right .changes comes out
980     (detects #841990).
981   * Defend against debian/patches/series being an unusual object, in case
982     dpkg-source doesn't, in absurd git-apply fallback.
983
984  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 25 Oct 2016 17:29:23 +0100
985
986 dgit (2.7) unstable; urgency=medium
987
988   Absurd bugfix for serious bug:
989   * Work around `git-apply' problems (eg #841865, #829067) exposed by
990     `gbp pq import' (#841866) by sometimes falling back to an emulation of
991     git-apply in terms of dpkg-source --before-build.  Closes:#841867.
992
993   Minor changes:
994   * dgit(1): Reorder the options, moving more important ones earlier.
995   * dgit(1): Some more info about --deliberately.
996   * Provide various --force-something options.  Please don't use them.
997
998  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 24 Oct 2016 02:37:28 +0100
999
1000 dgit (2.6) unstable; urgency=medium
1001
1002   Fixes to HTTP handling:
1003   * Check for non-2xx HTTP status codes from ftpmaster api server.
1004   * Always honour --curl= and --curl:.
1005
1006  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 23 Oct 2016 14:57:22 +0100
1007
1008 dgit (2.5) unstable; urgency=low
1009
1010   Substantive changes:
1011   * Do not crash in split brain quilt modes when the two brains are
1012     actually identical.  (Eg --quilt=gbp with no patches.)  Closes:#841770.
1013   * Switch to new archive/ tag format by default, even in
1014     non-split-brain mode.
1015   * Provide --gbp and --dpm as aliases for --quilt=gbp and --quilt=dpm.
1016
1017   Documentation:
1018   * dgit-maint-merge(7): New tutorial manpage from Sean Whitton.
1019
1020   Test suite:
1021   * Introduce setup/gnupg, to help work around gnupg2 bug #841143
1022     and improve performance by amortising gnupg migration cost.
1023   * Various bugfixes.
1024
1025  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 23 Oct 2016 13:20:23 +0100
1026
1027 dgit (2.4) unstable; urgency=low
1028
1029   Bugfixes:
1030   * split brain cache: Fix a wrong implicit reference to $_.
1031     Closes:#841383.
1032   * split brain cache: Make sure to write reflog entries for cache updates
1033     even if the eventual tree (and therefore commit) is the same.
1034     Otherwise, after updating dgit, the cache might have the right answer
1035     but not be refreshed even by a build.
1036   * dgit gbp-build: No longer invent a --git-debian-branch option.
1037     Usually the user is a maintainer using split brain, and we should rely
1038     on their own gbp configuration to specify the right check.
1039     Closes:#841100.
1040
1041   Minor docs fix:
1042   * dgit(1): Document which --ch: options are a good idea.
1043
1044  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 20 Oct 2016 16:31:54 +0100
1045
1046 dgit (2.3) unstable; urgency=low
1047
1048   * With --overwrite, do not check all sorts of tags (which may
1049     not exist, or might contain wrong things).  Closes:#841101.
1050   * When generating pseudomerge in quilt split brain mode due to
1051     --overwrite, actually include the version number in the commit
1052     message.
1053
1054  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 18 Oct 2016 01:58:05 +0100
1055
1056 dgit (2.2) unstable; urgency=low
1057
1058   * Fix config relating to Debian to actually make split brain mode
1059     work.  Closes:#841085.
1060   * Detect SIGPIPE (and SIGCHLD) being blocked or ignored.
1061     Closes:#841090.
1062
1063  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 17 Oct 2016 17:31:18 +0100
1064
1065 dgit (2.1) unstable; urgency=low
1066
1067   * Do not crash due in clone to failure to handle dpkg-parsechangelog
1068     SIGPIPE.  Closes:#840989.  Avoids:
1069        dgit: failed command: dpkg-parsechangelog --format rfc822 --all
1070        dgit: subprocess died due to fatal signal PIPE
1071   * git- prefixes: Fix some occurrences of `git-foo' in infrastructure,
1072     messages, and test suite.  Filter out .../git-core from PATH in
1073     test suite so that we catch future occurrences.
1074
1075  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Oct 2016 19:05:14 +0100
1076
1077 dgit (2.0) unstable; urgency=low
1078
1079   Incompatible change:
1080   * dgit sbuild: does not pass -A to sbuild.  Consequently the default
1081     build is now simply sbuild's default.  With older sbuilds it was
1082     possible to override dgit's -A by passing another option.  But this
1083     has been changed recently and now this default setting is very awkward
1084     to change for the dgit user.
1085   * dgit gbp-build: Make --quilt=gbp the default.  (See below.)
1086   * New tag format (for dgit view) archive/debian/VERSION.
1087
1088   Major new feature:
1089   * --quilt=gbp, --quilt=dpm, --quilt=unpacked: Introduce facility for
1090     split view (dgit/mainiainer view), to improve compatibility with some
1091     workflow tools.
1092
1093   New checks and improved behaviours in dgit:
1094   * When running dpkg-buildpackage, cope if user specified -g or -G.
1095   * dgit sbuild: check that the set of .changes files found is as we
1096     expect, before calling mergechanges.  Re:#800060.
1097   * dgit sbuild: Rename the used-up .changes files to `.inmulti' to
1098     avoid accidental use of the wrong one (by software, or by users).
1099   * dgit sbuild: Check that the binary .changes file doesn't contain a
1100     .dsc.
1101   * Introduce --rm-old-changes to delete previous builds' changes files.
1102   * Remove any pre-existing _source.changes file before building source,
1103     as a safety check.
1104   * No longer tolerate a multitude of .changes files when doing push.
1105     Instead, insist on a single one.  Closes:#800110.
1106   * dgit sbuild no longer deletes extranious .changes files; instead
1107     we rely on --rm-old-changes, or failing that, fail early.
1108   * When doing quilt linearisation, treat upstream .gitignores not
1109     in the toplevel the same way we treat ones in the toplevel.
1110   * When automatically generating quilt patch, honour GIT_COMMITTER_DATE
1111     for filename creation (makes filename deterministic in test suite).
1112   * New --overwrite option, replaces need to for user to use
1113     git merge -s ours.  Closes:#838718.
1114   * When generating quilt patches from git commits, make patches that
1115     look quite like git-format-patch output (rather than strange things
1116     based on an obselete interpretation of DEP-3).
1117   * When generating quilt patches from git commits, honour (and strip)
1118     any Gbp-Pq headers (that we understand).
1119   * Several dgit-generated commits now have slightly better annotations
1120     from dgit about what it was doing.
1121   * Before committing to push, check that .dsc and .changes correspond.
1122     Closes:#800060.
1123   * Better error message if non-split-brain patch stack no longer
1124     applies (due to new upstream version, or user messing with it).
1125     Closes:#833025.
1126   * Better error message if HEAD contains changes unrepresentable
1127     by `3.0 (quilt)'.  Closes:#834618.
1128   * Much better error message when HEAD and .dsc do not match.
1129     Closes:#809516.
1130
1131   Infrastructure:
1132   * dgit-repos-policy-debian: Better error handling.
1133   * dgit-repos-policy-debian.: fix git-cat-file-handling with multiple
1134     taints in db (!).
1135   * dgit-infrastructure has, and uses, its own copies of the perl modules.
1136     This avoids introducing a versioned dependency between dgit and
1137     dgit-infrastructure (and also makes it easier to test cross-version
1138     compatibility).
1139
1140   Documentation:
1141   * Document the dgit-distro.DISTRO.quilt-mode config setting.
1142   * Clarify the --clean= options' documentation.  Closes:#800054.
1143   * Discourage use of the --PROGRAM:OPTION escape hatch.  (Apropos
1144     of various bug reports including #800060 and #833025.)
1145   * Document the expected form of HEAD for each --quilt= mode.
1146
1147   Bugfixes:
1148   * When cleaning up after failed clone, stat the to-be-cleaned-up
1149     directory before running rmtree on it.  Closes:#796773.
1150   * Do not call "warn" on failure of cleanup handler in END block
1151     (since warn has been made fatal and aborts the cleanup chain).
1152   * Print better error message (with `fail' rather than `die') if
1153     `dgit clone' cannot create the destination directory.
1154   * Properly substitute $changesfile in one of the `You can retry'
1155     messages.  Closes:#800078.
1156   * Pass --ch:* and -v options to dpkg-buildpackage when building
1157     source.  Fixes bad Perl poetry syntax.  Closes:#829121.
1158   * When synthesing a commit from a .dsc from the archive, stop
1159     internal git reset from printing a confusing message about HEAD.
1160   * Turn off git gc in the private working areas.
1161   * Do not fail to do some important quilt processing in some
1162     --quilt modes.
1163   * Fix two calls to chdir without proper error checking.
1164   * Fix a couple of bugs in error reporting.
1165   * Fix several bugs in .orig detection/recognition.
1166   * Tidy up refs/dgit-fetch/ after dgit fetch (if successful).
1167   * Fix handling of in-archive copies.
1168   * Don't break if user has push.followTags=true.  Closes:#827878.
1169   * Arrange for the special dgit remote to be skipped by git fetch --all
1170     etc.  And no longer configure a fetch spec, since it won't work
1171     anyway.  Closes:#827892.
1172   * Allow local git config options to override user-global ones,
1173     as is proper.  Closes:#835858.
1174   * When generating patch filenames from titles, first transliterate
1175     them (lossily) to ascii.  Closes:#834807.
1176
1177   Test suite:
1178   * When sbuild fails, do not crash due to sed not finding the log
1179     file.  Instead, simply tolerate the absence of the log file.
1180   * Put --no-arch-all in build-modes-sbuild act, not only its real_act.
1181     Cosmetic change only.
1182   * Set GIT_COMMITTER_DATE and GIT_AUTHOR_DATE and increment them
1183     explicitly in drs-push-rejects test.  This avoids date dependencies
1184     which can cause that test to fail on fast computers.
1185   * Remove some spurios .debs from the example_1.0.tar.
1186   * Increase sqlite_busy_timeout in debpolicy-dbretry, because old
1187     zealot is very slow and we need to give the other processes time
1188     to rollback and release the lock.
1189   * Test quilt single-debian-patch.
1190   * Provide `tartree-edit gitfetchinfo' etc. to help with comparing
1191     different test case git working tree tarballs.
1192   * Test dgit-repos-policy-debian with multiple (identical, as it happens)
1193     existing taints.
1194   * Provide better log output for certain failures.
1195   * Many new tests (especially for new functionality).
1196   * Add missing debhelper (>=8) to test suite's global Depends.
1197   * tstunt arrangements: Fix mishandling of PERLLIB, etc.
1198   * tstunt-parsechangelog: Produce Timestamp field (like official one
1199     does, now).
1200   * Do not fail when git requires --allow-unrelated-histories.
1201
1202  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Oct 2016 12:12:50 +0100
1203
1204 dgit (1.4) unstable; urgency=high
1205
1206   Bugfixes:
1207   * Unbreak --dry-run (`exiting subroutine via next', broken in
1208     ac221d67, bug released in 0.22).
1209   * When running git-add in commit-quilty-patch, properly escape
1210     filenames (which git-add treats as glob patterns).
1211   * When running git-add in commit-quilty-patch, use -f and sometimes -A,
1212     so as to avoid being broken by any .gitignore, etc.
1213   * When quilt linearisation fails, print the right information in
1214     the error message.  (This has been broken forever.)
1215   * Cope properly with `3.0 (quilt)' with single-debian-patch.
1216     Closes:#796016.  (Still does not work with wheezy's dpkg-source, so
1217     no test case yet.)
1218   * With dgit sbuild, pass our -d before the user's arguments, so that
1219     the user can override it.  Closes:#796019.
1220
1221   New checks and improved behaviours:
1222   * Detect and reject git trees containing debian/source/local-options
1223     or debian/source/local-patch-header.
1224   * In --dry-run mode, _do_ actually run dpkg-source --commit so that we
1225     actually do construct the quilt fixup commit; instead, honour
1226     --dry-run by avoiding pulling it back to your HEAD.
1227   * quilt-fixup checks that the git tree is clean, as for build-prep.
1228
1229   Documentation:
1230   * In dgit(7), discuss binaries and documentation present in upstream but
1231     removed by rules clean.
1232
1233   Test suite:
1234   * Run quilt-fixup with -wgf in distropatches-reject,
1235     so that we don't need build-depends.
1236
1237  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 22 Aug 2015 15:31:02 +0100
1238
1239 dgit (1.3) unstable; urgency=high
1240
1241   Important bugfixes:
1242   * In option parser test `@ARGV' not `length @ARGV'.  Closes:#795710.
1243   * Properly quote package name when constructing regexp in
1244     complete_file_from_dsc.  Closes:#795736.  Also, grep the code for
1245     likely similar problems elsewhere and improve a (harmless) instance in
1246     dgit-repos-server.
1247
1248   Other improvements:
1249   * If a .orig in .. is a symlink, hardlink the link target into our
1250     private unpack directory, rather than the link itself (since latter
1251     won't work if the symlink is relative).  Closes:#795665.
1252   * Test suite: Fix t-restriction-x-dgit-schroot-build in non-adt mode.
1253   * Infrastructure: Improve an error message in dgit-repos-policy-debian.
1254
1255  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Aug 2015 17:51:02 +0100
1256
1257 dgit (1.2) unstable; urgency=high
1258
1259   Improvements:
1260   * Honour *.clean-mode configuration setting for --clean= mode.
1261   * No longer require option values to be cuddled: support `--opt val' and
1262     `-o val'.  Closes:#763332.
1263
1264   Manpages:
1265   * Fix typos.
1266   * Document that tags are in DEP-14 format, and that they
1267     are used for authenticating pushes.
1268   * Correct cross-reference to point to browse.d.d.o.
1269   * Move dgit.default.* to main CONFIGURATION section.
1270
1271   Administrivia:
1272   * Add missing close of #793060 to changelog for version 1.1.
1273
1274  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 14 Aug 2015 18:27:20 +0100
1275
1276 dgit (1.1) unstable; urgency=medium
1277
1278   Bugfixes:
1279   * When source package contains things called .git (even files, and even
1280     in subdirectories), remove them.  Closes:#793671.
1281   * Work around curl -sS -I printing `HTTP/1.0 200 Connection established'
1282     before the actual header, so dgit works with https_proxy set (!)
1283   * --new is needed for read access to packages in NEW, too.  Document
1284     this, and make it work properly.
1285   * Work around #793471 (madness with $SIG{__WARN__} and Perl's system
1286     builtin): move $SIG{} setting into setup_sigwarn in Dgit.pm, and
1287     check getppid.
1288   * When invoking git-buildpackage via dgit gbp-build, consider our
1289     command line arguments when massaging the dpkg-buildpackage arguments,
1290     so that we don't end up giving dpkg-buildpackage contradictory
1291     instructions.
1292   * Cope with new git-buildpackage which provides gbp, rather than the
1293     eponymous command, on PATH.
1294
1295   Configurability:
1296   * Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD.  Closes:#793427.
1297   * Make configuration able to prevent dpkg-mergechangelogs setup.
1298   * Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs
1299     but only does it if not disabled in config).
1300   * Set up git user.email and user.name from distro access config
1301     or DEBEMAIL/DEBFULLNAME.  Closes:#793410.
1302   * When key to use not specified any other way, use the debian/changelog
1303     trailer line.  Closes:#793423.
1304   * Honour --git= (mostly).
1305
1306   Documentation:
1307   * Fix some manpage typos.  [ Richard Hartmann ]
1308   * Manpage said that --clean=check was -wn but that is --clean=none;
1309     correctly document that --clean=check is actually -wc.
1310   * Document that up to -DDDD (not just -DD) is meaningfully different.
1311   * Document that -cname=value applies only for this run.
1312   * Improve manpage comment about defining a new distro.
1313   * Document that --quilt=linear is the default for Debian.
1314   * Fix a formatting problem in --build-products-dir= doc.
1315   * In manpage, do not seem to imply that NMU should be of only one
1316     new commit.
1317   * Qualify to Debian the manpage comment about how to do NMU.
1318   * In discussion on how to start using dgit when already using git, do
1319     not imply/assume that existing git history will have identical trees
1320     to dgit history.
1321   * Remove stray sentence in config section of manpage.
1322   * Manpage: Clarify wording of readonly config.
1323   * Manpage: Better cross-references for -k and keyid.
1324   * dgit(7): No longer say that dgit-repos lives on Alioth.
1325
1326   Improvements:
1327   * Introduce more sophisticated protocol negotiation for rpush.
1328   * Do not quote `:' in shellquote.
1329   * Print a supplementary message when push fails, giving advice to
1330     the user about how to retry.  Closes:#793144.
1331   * Slurp in entire git config, for better performance.
1332   * Rename `git-build' operation to `gbp-build' to make it clearer what
1333     it's for.  Keep the old name as an alias.
1334   * Show `dgit sbuild' in usage message.
1335   * When we are using dpkg-buildpackage to clean before using it to also
1336     do the build, let it do its cleaning thing as part of its run, rather
1337     than running it twice.  When we are _not_ supposed to be using
1338     dpkg-buildpackage to clean, but we are running it to do the build,
1339     pass -nc.  Closes:#793060.
1340   * Also suppress spurious runs of the clean target when building using
1341     git-buildpackage.
1342   * When exec fails, always print the program name in the error message.
1343
1344   Infrastructure:
1345   * Infrastructure: Get mirroring right for fresh repos of existing
1346     packages (!)
1347
1348   Packaging, cleanups, debugging and test suite:
1349   * Fix Vcs-Git and Vcs-Browse to refer to chiark.  (The dgit-repos on
1350     alioth aren't suitable right now because the master there can
1351     currently only be updated with an actual upload, ie dgit push.)
1352   * Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch
1353     (using setup_sigwarn).
1354   * tstunt/dpkg-parsechangelog: Make warnings fatal (directly).
1355   * tstunt/dpkg-parsechangelog: Do not complain if PERLLIB is empty.
1356   * Test suite: Honour DGIT_TEST_DEBUG=''.
1357   * With -DDDD, print out all gitcfg references (copious!)
1358   * Fix a debug message in the obsolete sshpsql archive access driver.
1359   * Test suite: More automatic enumeration of tests.
1360   * Test suite: Provide tests which check that all our various build
1361     operations run the right targets as expected (ie, that we are massaging
1362     the arguments to dpkg-buildpackage, and suppressing our clean target,
1363     etc., correctly).
1364
1365  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 27 Jul 2015 16:34:31 +0100
1366
1367 dgit (1.0) unstable; urgency=medium
1368
1369   Improvements:
1370   * Switch to new production git repositories for reading.
1371     (this can no longer divert to alioth).  Public readonly access
1372     now works.  Closes:#791447.
1373   * Memoise git config lookups (big speedup!)
1374   * Provide -wdd aka --clean=dpkg-source-d.  Closes:#792433.
1375   * Provide -wc aka --clean=check.
1376
1377   Manpage updates:
1378   * Remove some obsolete caveats from BUGS.
1379   * Reorganise and complete the configuration section.
1380   * Remove obselete comment about DMs not being able to push.
1381     We have, for now, a way to add keys manually.  Closes:#720173.
1382
1383   Access machinery:
1384   * Remove configuration relating to alioth.
1385   * Provide for different access mechanisms when pushing.
1386   * Provide for configurable git url suffix.
1387   * Allow git-url to be '' to force fallback to git-proto etc.
1388   * Provide for checking git presence via http[s].
1389   * Do some quoting on debug output (needed if the server might not
1390     be trustworthy and might send us bad stuff).
1391   * Talk to push.dgit.debian.org, rather than the .debian.net alias.
1392
1393   Infrastructure:
1394   * Provide for mirroring git updates to a different server.
1395   * Provide cgit-regen-config command for cgi-grnet-01.
1396   * Make dgit-ssh-dispatch not spew (harmless) warnings if caller
1397     tries for a shell session (ie SSH_ORIGINAL_COMMAND not set).
1398
1399   Cleanups:
1400   * Remove an obsolete comment from the code.
1401   * Improve an error message from dgit-repos-policy-debian.
1402   * Test suite: Break out t-make-hook-link.
1403   * Fix a manpage typo.
1404
1405  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jul 2015 22:15:53 +0100
1406
1407 dgit (0.30) unstable; urgency=high
1408
1409   INCOMPATIBLE CHANGES:
1410
1411   * Client uses new infrastructure:
1412     - Check for new dgit git service on dgit-git.debian.net (ie
1413       gideon.debian.org), with transition plan based on diversion feature.
1414       Closes:#720172.
1415     - Old versions of dgit will stop working when the server-side handle is
1416       pulled.
1417
1418   * dgit git trees no longer contain .pc for format `3.0 (quilt)' source
1419     packages.  Closes:#764606.
1420     - It is deleted whenever we find it.
1421     - Older versions of dgit will choke on trees without .pc.
1422     - (When doing quilt fixup, we recreate a suitable .pc in a temporary
1423       directory so that we can do dpkg-source --comit.)
1424
1425   * All users are urged to upgrade ASAP.
1426
1427   Other significant improvements:
1428
1429   * When generating quilt patches, try to linearise the git history into a
1430     series of individual new patches for debian/patches.  Closes:#770710.
1431
1432   * When receiving a push with dgit-repos-server, update the server's
1433     refs/heads/master if we are pushing to what the distro regards as a
1434     relevant branch, and the push would ff master.  Closes:#728209.
1435
1436   * For non-Debian distros, distro version release tags contain distro
1437     name a la DEP-14 (rather than hardcoding `debian/').
1438
1439   * Set up a merge driver for debian/changelog.  Closes:#769291.
1440
1441   * --clean=git and --clean=none cause dgit to pass -nc to
1442     dpkg-buildpackage, suppressing calls to the package's clean target.
1443     Also, expand the documentation in this area slightly.  Closes:#768590.
1444
1445   * Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)
1446
1447   Minor improvements:
1448
1449   * Reduce some noise output and improve the clarity of some messages.
1450   * Be more careful about tag updates during fetch: only update tags
1451     referring to uploads to distro we are trying to fetch from.
1452   * Change realpath dependency to `coreutils (>= 8.23-1~) | realpath'
1453     (Closes:#786955.)
1454
1455   Bugfixes:
1456
1457   * Fix handling of rmadison-based and gitless distros (e.g., Ubuntu).
1458   * Add missing `gpgv' to test dependencies in debian/tests/control.
1459   * Strip `-b <branch>' from contents of Vcs-Git header, when setting up
1460     the vcs-git remote.  Closes:#759374.
1461   * Do not offer wget as an alternative dependency to curl.  We always
1462     unconditionally invoke curl and have no code to use wget.
1463     Closes:#760805.
1464   * Complain about lack of cuddled values for value-taking single-letter
1465     options, rather than thinking the user meat an empty value.
1466     Closes:#763332.
1467   * Reject (rather than ignoring) further options merged witth -wn, -wg,
1468     -wd.
1469   * Fix inaccurate error message when archive's git hash is not an
1470     ancestor of git repo's git hash.
1471   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
1472   * Fix the rules clean target to remove test results and output.
1473
1474   Documentation improvements:
1475
1476   * Break out dgit(7) from dgit(1).
1477   * Provide example workflow for dgit rpush.  Closes:#763334.
1478     (Also part of the fix for #768470.)
1479   * Document that dgit repos are cloneable with git, in dgit(1)
1480     section MODEL.  [Andreas Barth.]  Closes:#768470.
1481   * Better documentation for quilt series handling.
1482   * Document under `dgit push' that it is best to build with dgit too.
1483     Closes:#763333.
1484   * Other minor clarifications and improvements.
1485
1486   Behind-the-scenes work:
1487
1488   * Use ftpmasterapi archive query method.
1489     (Closes:#727702.  Also partly obsoletes #768470.)
1490   * New dgit-infrastructure binary package containing dgit-repos-server et
1491     al.  Client users probably don't want this stuff.  Also, it provides a
1492     convenient way to publish the dependencies.
1493   * Many many bugfixes to the server side (dpkg-repos-server et al.).
1494   * Add :..; prefix to ssh remote commands, for the benefit of future
1495     forced command wrappers.  Implicitly, this defines a new ssh-based
1496     command protocol.  Closes:#720174, #720175.
1497   * Distro access configuration handling changes (should not be noticeable
1498     to most users).
1499   * In places, significant restructuring or tidying up.
1500   * Turn all perl warnings into errors using $SIG{__WARN__}.
1501
1502  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 05 Jul 2015 01:34:55 +0100
1503
1504 dgit (0.22.1) unstable; urgency=high
1505
1506   * Use Dpkg::Version::version_compare everywhere, not
1507     Dpkg::Version::version_compare_string.  The latter is entirely wrong,
1508     meaning that dgit would get many version comparisons wrong.
1509     Closes:#768038.
1510
1511  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 04 Nov 2014 12:46:40 +0000
1512
1513 dgit (0.22) unstable; urgency=medium
1514
1515   Bugfixes:
1516   * Clone removes destination directory on error.  Closes:#736153.
1517   * Work with wheezy-backports (and keep squeeze-backports working too).
1518     Closes:#736524.
1519   * Work in read-only no-git-history mode with Ubuntu.  You still have
1520     to pass -dubuntu.  Closes:#751781.
1521   * Use mirror.ftp-master.debian.org DNS alias rather than coccia.
1522     Closes:#752602.
1523   * Check hashes of files ourselves rather than running dget to
1524     re-retreive the .dsc.
1525   * Check SHA-256 of .dsc against hash from archive_query (ie projectb)
1526     rather than letting dpkg-source do a signature verification.
1527     Closes:#737619.  Closes:#737625.
1528   * Treat .dsc as bytes, just like everything else, rather than letting
1529     HTTP::Message convert it to a Perl unicode string which the rest of
1530     the program mishandles.  Closes:#738536.
1531
1532   Minor improvements:
1533   * Include canonicalised suite name in signed tag message.
1534   * Mention cross-version dgit rpush incompatibility in manpage.
1535   * Check for rpush protocol version incompatibility and crash early
1536     if incompatible.
1537   * New script tests/using-intree for running tests on the source tree.
1538   * Do not spew diff output to terminal (by default).  Print sensible
1539     message instead.  Closes:#736526.
1540   * Print better message for lack of configuration settings.
1541   * Document that dgit rpush needs gnupg and your public key on the build
1542     host.  Closes:#736529.
1543   * Fix a manpage reference to `--dget=' where `--dgit=' was intended.
1544   * Provide t-archive-process-incoming and t-archive-query subroutines for
1545     regression test scripts to use.
1546   * Print better message for unknown operations.
1547   * Provide `dgit clean'.  Closes:#736527.
1548   * When cloning, set up a remote `vcs-git' from the package's Vcs-Git
1549     (and put an appropriate caveat in the manpage).  Closes:#740687.
1550     Closes:#740721.
1551   * Improve error message for .dsc having already been signed (iff
1552     using libdpkg-perl 1.17.x).  Closes:#731635.
1553   * Improve error message for .dsc parsing failures more generally.
1554   * Better reporting of child exit statuses (esp. deaths due to signals).
1555   * In rpush, on protocol error talking to build host, check if the
1556     subprocess died and report differently if so.  Closes:#736528.
1557   * Fixed a manpage typo.
1558   * When tests invoke dgit, use --dgit= so that subprocesses use our
1559     dgit rather than system one.
1560   * Add a test for dgit rpush.
1561
1562   Major new feature, currently stalled awaiting server infrastructure:
1563   * dgit-repos-server: New program for receiving signed-tag-based
1564     pushes.  Corresponding support in dgit itself, but not currently
1565     used by default for any distro.
1566   * Bring forward push of the version tag ref so it happens alongside
1567     the push of the suite branch ref.
1568   * New git-check and git-create methods "true" which are no-ops.
1569   * test-dummy-drs `distro': for testing dgit and dgit-repos-server.
1570
1571  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 19 Aug 2014 11:24:02 +0100
1572
1573 dgit (0.21) unstable; urgency=medium
1574
1575   Bugfixes relating to unclean trees:
1576   * Run a clean (of the specified type) before any build operation; do
1577     this with `dpkg-buildpackage -T' clean if necessary, so -wd now works
1578     with all the building methods.
1579   * Refuse to do quilt fixup (explicitly requested, or as a result of
1580     build) if the tree contains ignored files.  Closes:#731632.
1581
1582   Error message improvements:
1583   * Use failedcmd to report errors when ssh psql fails.  Closes:#734281.
1584   * failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend,
1585     in the error message, to be its child.
1586   * Do not report the (irrelevant) $? when madison parsing fails.
1587
1588   Better workflow flexibility:
1589   * Provide --build-products-dir option (and corresponding semantics
1590     for -C) to specify where to find the files to upload.  Closes:#731633.
1591
1592   Support for Debian backports suites:
1593   * New quirks infrastructure in configuration and internals,
1594     for suites (or perhaps distros) which are a bit like others.
1595   * Use correct default archive location.
1596   * Compute "-v" option default value correctly.
1597   * Closes:#733954.
1598
1599   Packaging improvement:
1600   * Add `Testsuite: autopkgtest' to debian/control.  (This will only have
1601     the right effect with recent enought dpkg; it will generate a harmless
1602     warning with earlier versions of dpkg.)
1603
1604  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jan 2014 02:14:25 +0000
1605
1606 dgit (0.20) unstable; urgency=high
1607
1608   * Use newest (not oldest) version currently in suite when calculating
1609     what value to use for -v<version> by default.  Closes:#732781.
1610
1611  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Dec 2013 19:13:56 +0000
1612
1613 dgit (0.19) unstable; urgency=low
1614
1615   Testing facilities:
1616   * Provide "test-dummy" distro with "dummycat" access method.
1617   * Provide a selection of autopkgtest (DEP-8) tests.
1618
1619  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Nov 2013 18:27:17 +0000
1620
1621 dgit (0.18.2) unstable; urgency=high
1622
1623   Bump archive upload urgency to high.
1624
1625  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:42:57 +0000
1626 dgit (0.18.1) unstable; urgency=low
1627
1628   Bugfixes:
1629   * sshpsql archive query method passes LANG=C.  Closes:#729788.
1630   * Subcommand program or argument options containing hyphens work.
1631     (Eg, --dpkg-buildpackage:blah was previously incorrectly rejected.)
1632
1633   Packaging fixes:
1634   * Depend on dput.
1635   * Depend on curl | wget, as dget needs one of those.  (The dput package,
1636     which contains dget, doesn't require them because dput itself works
1637     without.)
1638
1639  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:36:03 +0000
1640
1641 dgit (0.18) unstable; urgency=low
1642
1643   Major new feature:
1644   * Remote push (dgit rpush), a la debsign -r.  Closes:#721185.
1645
1646   Improved behaviours:
1647   * dgit build, by default, uses the archive to find out what the correct
1648     -v<version> option is to pass to dpkg-genchanges.  Closes:#727200.
1649   * Abolish the sshdakls method and replace it with sshpsql: that is, ssh
1650     (to coccia, by default) and run sql commands on the ftpmaster
1651     database.  This is faster and has fewer bugs but is vulnerable to db
1652     schema changes.  Closes:#726955.  Closes:#720170.  Closes:#720176.
1653   * When generating git tags, quote the (uncanonicalised) changelog's
1654     Distribution field as the suite.
1655   * Command execution reports from --dry-run go to stderr.
1656
1657   Other new features:
1658   * Support --gpg=... to provide a replacement command for gpg.
1659   * Support --ssh=... and --ssh:... to affect how we run ssh.
1660
1661   Bugfixes:
1662   * When using sbuild, pass the arguments to mergechanges in the right
1663     order so that we use the correct Description (the _source one,
1664     not the one from sbuild which didn't get e.g. -v<version>).
1665   * push actually takes an optional suite, like it says in the synopsis.
1666     Closes:#727125.
1667   * Fix dgit --damp-run sbuild to actually work.
1668   * Fix the "shellquote" internal subroutine.  The bugs in it ought not to
1669     have caused any real trouble in previous versions of dgit.
1670
1671   Documentation and message fixes:
1672   * manpage: Clarify comments about orig tarballs.  Closes: #723605.
1673   * manpage: Remove comment in BUGS about lack of policy docs
1674     for Dgit field, which is specified now.  Closes:#720201.
1675   * manpage: Make discussion of --existing-package less scary.  The
1676     default archive access method no longer needs it.  Closes:#720171.
1677   * Mention "git merge", not "git-merge", in helpful message.
1678     Closes:#725632.
1679
1680   Internal and debugging improvements:
1681   * Report chdir actions in debugging output.
1682   * Improvements to implementation of --dry-run and --damp-run.
1683   * Some code motion and cleanups.
1684
1685   Note: changelog entries for the following versions, which were uploaded
1686   to Debian experimental, have been collapsed into this single entry:
1687     0.18~experimental2 0.18~experimental1
1688     0.17~experimental7 0.17~experimental6 0.17~experimental5
1689     0.17~experimental4 0.17~experimental3 0.17~experimental2
1690     0.17~experimental1
1691     0.16~experimental3 0.16~experimental2 0.16~experimental1
1692   We do describe here all the changes since 0.17.
1693
1694  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 09 Nov 2013 10:12:13 +0000
1695
1696 dgit (0.17) unstable; urgency=high
1697
1698   * Do not grobble around in .git/refs/; instead, use git-show-ref.
1699     This avoids breaking when git makes packed refs.  Closes:728893.
1700   * Clarify error message for missing refs/remotes/dgit/dgit/<suite>.
1701
1702  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 07 Nov 2013 00:02:47 +0000
1703
1704 dgit (0.16) unstable; urgency=high
1705
1706   * Format `(3.0) quilt' fixup does not mind extraneous other files
1707     in the build tree (e.g., build products and logs).  Closes: #727053.
1708   * Set autoflush on stdout, to get better ordering of debugging
1709     etc. output when stdout is redirected.
1710   * New --damp-run mode, for more convenient and fuller testing etc.
1711
1712  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 13:06:54 +0100
1713
1714 dgit (0.15) unstable; urgency=low
1715
1716   * Better handling of packages pushed using dgit and stuck in NEW.
1717     (And, use of `--new' is not needed with fetch.)  Closes: #722199.
1718   * More comprehensive warnings in many cases of archive skew.
1719   * Implement `dgit help' as well as `--help'.  Closes: #721661.
1720   * Provide `dgit version' and `--version'.  Closes: #721654.
1721
1722  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Sep 2013 00:14:05 +0100
1723
1724 dgit (0.14) unstable; urgency=low
1725
1726   * Include package name in tag message.
1727   * Create directory .git/dgit when needed during build.  Closes: #721428.
1728   * Add Vcs-Git and Vcs-Browser [Richard Hartmann].  Closes: #721404.
1729     These fields refer to the development branch, "master", on alioth,
1730     not to the dgit suite refs (which are not accessible to git clone).
1731
1732  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 18:30:44 +0100
1733
1734 dgit (0.13) unstable; urgency=low
1735
1736   * Reuse already-downloaded .orig files after checking their hashes.
1737     Closes: #720526.  (This introduces a dependency on Digest::SHA.)
1738   * Do not always pointlessly fetch the .dsc twice.  (That code was
1739     erroneously duplicated during editing, apparently.)
1740   * Remove DGET_UNPACK from the environment in case the user has set it.
1741   * Remove scary warning from Description.
1742   * When uploading to Debian, tell dput to upload to "ftp-master".  This
1743     avoids problems with derivatives whose dput has a different default.
1744     Closes: #720958.
1745   * Fix some bugs in dgit fetch --dry-run which made dgit push
1746     --dry-run often not work at all.
1747   * Update the local tracking branch for the dgit remote, when pushing.
1748     Closes: #720956.
1749   * Fix references in manpage to old Vcs-Dgit-Master field name.
1750   * Reorganise manpage sections to be in a more conventional order.
1751   * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT.
1752     Closes: #721186.
1753
1754  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 29 Aug 2013 00:27:23 +0100
1755
1756 dgit (0.12) unstable; urgency=low
1757
1758   * Cope with packages with epoch.  Closes: #720897.
1759   * Improve error message for non-fast-forward push.  Closes: #720896.
1760   * New --ignore-dirty option to skip noncritical check.  Closes: #720895.
1761   * New --no-quilt-fixup option to suppress quilt fixup.  RTFM.
1762   * Add Closes line for #720595 to changelog entry for 0.11.
1763
1764  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 26 Aug 2013 16:50:39 +0100
1765
1766 dgit (0.11) unstable; urgency=low
1767
1768   * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
1769     Closes: #720525.  The rename on the server side will break older
1770     versions of dgit.
1771   * Fix bug which would make quilt patch fixup fail if git status
1772     produced "M" lines.
1773   * Autogenerated quilt patch fixup patch Description contains several
1774     recent git commits, rather than implying that the patch corresponds
1775     exactly to the top git commit.
1776   * Use "ftp.debian.org" not "http.debian.net" as the default Debian
1777     archive.  (http.debian.net tends to defeat certain kinds of cacheing,
1778     and can also have more skew.)
1779   * dgit build uses dpkg-buildpackage; there is a dgit git-build
1780     for using git-buildpackage.  Closes: #720595.
1781   * Better error message for use of UNRELEASED suite.  Closes: #720523.
1782   * Do not canonicalise suite more than once.  Related to: #720526.
1783   * Fix a badly open-coded copy of check_not_dirty.  Closes: #720524.
1784   * Fix some bugs in building (eg build-source would fail to do the quilt
1785     fixup; the --clean check in build was wrong).
1786   * Add missing dependency on realpath.
1787   * git-build (git-buildpackage wrapper) does not bother canonicalising
1788     the suite if --git-ignore-branch is used.
1789
1790  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 17:00:43 +0100
1791
1792 dgit (0.10) unstable; urgency=low
1793
1794   * Create .pc/applied-patches - do not empty it (!)
1795
1796  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 00:51:50 +0100
1797
1798 dgit (0.9) unstable; urgency=low
1799
1800   * New cleaning arrangements.
1801   * More comprehensive workaround for `3.0 (quilt)'.
1802   * In push, double-check the .changes against the changelog.
1803   * Better error when source package contains .git.  Closes: #720555.
1804   * Change our .dsc field name to `Dgit'.  Relevant to #720201.
1805   * Fix bug handling our synthetic merges when we see them in
1806     the remote suite branch.
1807   * `3.0 (quilt)' fixup creates .pc/applied-patches since modern
1808     dpkg-source creates it even though old ones didn't always.
1809
1810  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 24 Aug 2013 18:49:02 +0100
1811
1812 dgit (0.8) unstable; urgency=low
1813
1814   * Fix comparison of archive's .dsc's hash and git branch head
1815     to DTRT.
1816   * When creating repos in dgit-repos (using the ssh-cmd method),
1817     copy _template rather than using mkdir and git init.
1818     Closes: #720522.
1819   * In push, do git fetch as well as archive fetch, or archive
1820     fetch can fail.
1821
1822  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 23 Aug 2013 12:24:09 +0100
1823
1824 dgit (0.7) unstable; urgency=low
1825
1826   * If dak ls, or rmadison, reports multiple versions, look for them
1827     all, and pick the newest .dsc that doesn't give 404.
1828   * Manpage formatting fix.
1829   * Name the local remote tracking branch remotes/dgit/dgit/<suite>
1830     so that we avoid a warning from git about ambiguous branch names.
1831
1832  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 18:29:10 +0100
1833
1834 dgit (0.6) unstable; urgency=low
1835
1836   * Allow fetching when archive has out-of-date git hash in .dsc.
1837     Closes: #720490.
1838
1839  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 16:02:10 +0100
1840
1841 dgit (0.5) unstable; urgency=low
1842
1843   * Upload to unstable, as this version mostly works.  (All the RC
1844     bugs of which I'm aware are now properly represented in the BTS.)
1845
1846  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:38:00 +0100
1847
1848 dgit (0.4~pre2) experimental; urgency=low
1849
1850   * Mangle debian/<version> tags the way git-buildpackage does
1851     (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
1852   * Support dgit-distro.<distro>.keyid config option.
1853   * Revert change to ssh to alioth CNAME, as the recommended CNAME
1854     is to something with no write access to the fs and the new CNAME
1855     has not yet been set up.  This reintroduces #720172 :-/.
1856
1857  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:31:17 +0100
1858
1859 dgit (0.4~pre1) experimental; urgency=low
1860
1861   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
1862   * Usage message.  Closes:#720085.
1863   * Provide "dgit sbuild".
1864   * Assorted manpage fixes and improvements.
1865   * Fail if a required config item is missing.
1866   * Much better error messages.
1867   * Better error checking when parsing RFC822-style control data.
1868   * Better checking that the supplied .dsc and debian/changes correspond.
1869   * Ordering improvement in push: don't add dsc field until git push done.
1870   * New --distro option (helps with unknown suites).
1871   * Bugfixes.
1872
1873  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 13:36:44 +0100
1874
1875 dgit (0.3) experimental; urgency=low
1876
1877   * New version which appears to be able to sort of work at least
1878     some of the time.
1879
1880  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 17 Aug 2013 09:18:04 +0100
1881
1882 dgit (0.2) experimental; urgency=low
1883
1884   * New version which might actually work but probably won't.
1885
1886  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 16 Aug 2013 16:52:17 +0100
1887
1888 dgit (0.1) experimental; urgency=low
1889
1890   * Initial experimental (partial) version.
1891
1892  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 Aug 2013 12:09:01 +0100
1893