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