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