chiark / gitweb /
41f2796cd6066c2bdafe7e3bb8a71b7d6e40a6e6
[dgit.git] / debian / changelog
1 dgit (2.10~) unstable; urgency=medium
2
3   * Support the Debian *-security suites.
4   * Test suite: Add fakeroot and make to Test-Depends.  These aren't
5     necessarily pulled in by anything else.  (dpkg-dev Recommends
6     build-essential.  But we don't actually need build-essential.)
7   * When cloning a distro which has no git server, correctly leave
8     the user on the local dgit branch, not on `master'.
9   * Actually honour the branch name, if we are on dgit branch, to specify
10     the suite, as documented in the manpage.
11   * New comma-separated multiple-suite merging facility (readonly),
12     so that users can easily track "jessie, or jessie-security".
13   * Fix an unconditional print that was supposed to be a printdebug:
14       origs <blah>.orig.tar.gz f.same=1 #f._differ=-1
15   * Cope when an orig tarball is a tarbomb.  Ie, if it contains
16     other than one single directory toplevel.  Closes:#843422.
17
18  --
19
20 dgit (2.9) unstable; urgency=medium
21
22   New features:
23   * During push, automatically calculate which .origs are required,
24     so user never needs [--ch:]-sa or [--ch:]-sd.  Closes:#829116.
25   * New import-dsc feature.
26   * New option --dgit-view-save= for split view quilt modes.
27     In particular, means that the output of a split view quilt-fixup
28     is left somewhere useful.
29   * dgit clone: Set timestamps in cloned tree to a single unified time.
30     This makes it less likely that the user will trip over any
31     timestamp-dependent FTBFS bugs (eg #842452).
32   * Support dgit --delayed= push (with a warning in the manpage
33     about possible skew).
34   * dgit gbp-build will arrange to let gbp buildpackage generate
35     .orig tarballs if it seems applicable.  Closes:#841094.
36
37   Documentation improvements:
38   * dgit-*(7).  Many new tutorial manpages, several written and many
39     improved by Sean Whitton.
40   * dgit(7): Substantial updates, including documenting split view.
41   * dgit(1): Better cross-references.
42   * dgit(1): Remove obsolete workflow information.
43   * dgit(1): Improved BUGS section.
44   * Fix changelog entry for SIGPIPE to correctly mention
45     Closes:#841090.
46
47   Bugfixes:
48   * Split brain mode: Fix --new.  Closes:#842577.
49   * Properly look for .origs etc. in .., fetching them less often.
50     Closes:#842386.
51   * Reject `dgit pull' in split view quilt modes, to avoid
52     creating unfortunate wreckage on non-dgit-view branches.
53     Closes:#842608.
54   * Cope when cloning suite which doesn't receive uploads,
55     like testing.  Closes:#842621.
56   * Properly fetch all archive dgit view tags, as we intended.
57   * Actually provide a -p (--package=) option (!)
58
59   Test suite fixes:
60   * Test suite: Explicitly configure user.name and user.email, so
61     that tests work when environment doesn't have defaults.
62     Closes:#842279 (I hope).
63
64  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 31 Oct 2016 12:47:18 +0000
65
66 dgit (2.8) unstable; urgency=medium
67
68   * When in split build mode for `gbp-build' or `build', run
69     mergechanges as is required.  Closes:#841990.
70   * Test suite: build-mode-*: Check that right .changes comes out
71     (detects #841990).
72   * Defend against debian/patches/series being an unusual object, in case
73     dpkg-source doesn't, in absurd git-apply fallback.
74
75  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 25 Oct 2016 17:29:23 +0100
76
77 dgit (2.7) unstable; urgency=medium
78
79   Absurd bugfix for serious bug:
80   * Work around `git-apply' problems (eg #841865, #829067) exposed by
81     `gbp pq import' (#841866) by sometimes falling back to an emulation of
82     git-apply in terms of dpkg-source --before-build.  Closes:#841867.
83
84   Minor changes:
85   * dgit(1): Reorder the options, moving more important ones earlier.
86   * dgit(1): Some more info about --deliberately.
87   * Provide various --force-something options.  Please don't use them.
88
89  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 24 Oct 2016 02:37:28 +0100
90
91 dgit (2.6) unstable; urgency=medium
92
93   Fixes to HTTP handling:
94   * Check for non-2xx HTTP status codes from ftpmaster api server.
95   * Always honour --curl= and --curl:.
96
97  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 23 Oct 2016 14:57:22 +0100
98
99 dgit (2.5) unstable; urgency=low
100
101   Substantive changes:
102   * Do not crash in split brain quilt modes when the two brains are
103     actually identical.  (Eg --quilt=gbp with no patches.)  Closes:#841770.
104   * Switch to new archive/ tag format by default, even in
105     non-split-brain mode.
106   * Provide --gbp and --dpm as aliases for --quilt=gbp and --quilt=dpm.
107
108   Documentation:
109   * dgit-maint-merge(7): New tutorial manpage from Sean Whitton.
110
111   Test suite:
112   * Introduce setup/gnupg, to help work around gnupg2 bug #841143
113     and improve performance by amortising gnupg migration cost.
114   * Various bugfixes.
115
116  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 23 Oct 2016 13:20:23 +0100
117
118 dgit (2.4) unstable; urgency=low
119
120   Bugfixes:
121   * split brain cache: Fix a wrong implicit reference to $_.
122     Closes:#841383.
123   * split brain cache: Make sure to write reflog entries for cache updates
124     even if the eventual tree (and therefore commit) is the same.
125     Otherwise, after updating dgit, the cache might have the right answer
126     but not be refreshed even by a build.
127   * dgit gbp-build: No longer invent a --git-debian-branch option.
128     Usually the user is a maintainer using split brain, and we should rely
129     on their own gbp configuration to specify the right check.
130     Closes:#841100.
131
132   Minor docs fix:
133   * dgit(1): Document which --ch: options are a good idea.
134
135  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 20 Oct 2016 16:31:54 +0100
136
137 dgit (2.3) unstable; urgency=low
138
139   * With --overwrite, do not check all sorts of tags (which may
140     not exist, or might contain wrong things).  Closes:#841101.
141   * When generating pseudomerge in quilt split brain mode due to
142     --overwrite, actually include the version number in the commit
143     message.
144
145  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 18 Oct 2016 01:58:05 +0100
146
147 dgit (2.2) unstable; urgency=low
148
149   * Fix config relating to Debian to actually make split brain mode
150     work.  Closes:#841085.
151   * Detect SIGPIPE (and SIGCHLD) being blocked or ignored.
152     Closes:#841090.
153
154  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 17 Oct 2016 17:31:18 +0100
155
156 dgit (2.1) unstable; urgency=low
157
158   * Do not crash due in clone to failure to handle dpkg-parsechangelog
159     SIGPIPE.  Closes:#840989.  Avoids:
160        dgit: failed command: dpkg-parsechangelog --format rfc822 --all
161        dgit: subprocess died due to fatal signal PIPE
162   * git- prefixes: Fix some occurrences of `git-foo' in infrastructure,
163     messages, and test suite.  Filter out .../git-core from PATH in
164     test suite so that we catch future occurrences.
165
166  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Oct 2016 19:05:14 +0100
167
168 dgit (2.0) unstable; urgency=low
169
170   Incompatible change:
171   * dgit sbuild: does not pass -A to sbuild.  Consequently the default
172     build is now simply sbuild's default.  With older sbuilds it was
173     possible to override dgit's -A by passing another option.  But this
174     has been changed recently and now this default setting is very awkward
175     to change for the dgit user.
176   * dgit gbp-build: Make --quilt=gbp the default.  (See below.)
177   * New tag format (for dgit view) archive/debian/VERSION.
178
179   Major new feature:
180   * --quilt=gbp, --quilt=dpm, --quilt=unpacked: Introduce facility for
181     split view (dgit/mainiainer view), to improve compatibility with some
182     workflow tools.
183
184   New checks and improved behaviours in dgit:
185   * When running dpkg-buildpackage, cope if user specified -g or -G.
186   * dgit sbuild: check that the set of .changes files found is as we
187     expect, before calling mergechanges.  Re:#800060.
188   * dgit sbuild: Rename the used-up .changes files to `.inmulti' to
189     avoid accidental use of the wrong one (by software, or by users).
190   * dgit sbuild: Check that the binary .changes file doesn't contain a
191     .dsc.
192   * Introduce --rm-old-changes to delete previous builds' changes files.
193   * Remove any pre-existing _source.changes file before building source,
194     as a safety check.
195   * No longer tolerate a multitude of .changes files when doing push.
196     Instead, insist on a single one.  Closes:#800110.
197   * dgit sbuild no longer deletes extranious .changes files; instead
198     we rely on --rm-old-changes, or failing that, fail early.
199   * When doing quilt linearisation, treat upstream .gitignores not
200     in the toplevel the same way we treat ones in the toplevel.
201   * When automatically generating quilt patch, honour GIT_COMMITTER_DATE
202     for filename creation (makes filename deterministic in test suite).
203   * New --overwrite option, replaces need to for user to use
204     git merge -s ours.  Closes:#838718.
205   * When generating quilt patches from git commits, make patches that
206     look quite like git-format-patch output (rather than strange things
207     based on an obselete interpretation of DEP-3).
208   * When generating quilt patches from git commits, honour (and strip)
209     any Gbp-Pq headers (that we understand).
210   * Several dgit-generated commits now have slightly better annotations
211     from dgit about what it was doing.
212   * Before committing to push, check that .dsc and .changes correspond.
213     Closes:#800060.
214   * Better error message if non-split-brain patch stack no longer
215     applies (due to new upstream version, or user messing with it).
216     Closes:#833025.
217   * Better error message if HEAD contains changes unrepresentable
218     by `3.0 (quilt)'.  Closes:#834618.
219   * Much better error message when HEAD and .dsc do not match.
220     Closes:#809516.
221
222   Infrastructure:
223   * dgit-repos-policy-debian: Better error handling.
224   * dgit-repos-policy-debian.: fix git-cat-file-handling with multiple
225     taints in db (!).
226   * dgit-infrastructure has, and uses, its own copies of the perl modules.
227     This avoids introducing a versioned dependency between dgit and
228     dgit-infrastructure (and also makes it easier to test cross-version
229     compatibility).
230
231   Documentation:
232   * Document the dgit-distro.DISTRO.quilt-mode config setting.
233   * Clarify the --clean= options' documentation.  Closes:#800054.
234   * Discourage use of the --PROGRAM:OPTION escape hatch.  (Apropos
235     of various bug reports including #800060 and #833025.)
236   * Document the expected form of HEAD for each --quilt= mode.
237
238   Bugfixes:
239   * When cleaning up after failed clone, stat the to-be-cleaned-up
240     directory before running rmtree on it.  Closes:#796773.
241   * Do not call "warn" on failure of cleanup handler in END block
242     (since warn has been made fatal and aborts the cleanup chain).
243   * Print better error message (with `fail' rather than `die') if
244     `dgit clone' cannot create the destination directory.
245   * Properly substitute $changesfile in one of the `You can retry'
246     messages.  Closes:#800078.
247   * Pass --ch:* and -v options to dpkg-buildpackage when building
248     source.  Fixes bad Perl poetry syntax.  Closes:#829121.
249   * When synthesing a commit from a .dsc from the archive, stop
250     internal git reset from printing a confusing message about HEAD.
251   * Turn off git gc in the private working areas.
252   * Do not fail to do some important quilt processing in some
253     --quilt modes.
254   * Fix two calls to chdir without proper error checking.
255   * Fix a couple of bugs in error reporting.
256   * Fix several bugs in .orig detection/recognition.
257   * Tidy up refs/dgit-fetch/ after dgit fetch (if successful).
258   * Fix handling of in-archive copies.
259   * Don't break if user has push.followTags=true.  Closes:#827878.
260   * Arrange for the special dgit remote to be skipped by git fetch --all
261     etc.  And no longer configure a fetch spec, since it won't work
262     anyway.  Closes:#827892.
263   * Allow local git config options to override user-global ones,
264     as is proper.  Closes:#835858.
265   * When generating patch filenames from titles, first transliterate
266     them (lossily) to ascii.  Closes:#834807.
267
268   Test suite:
269   * When sbuild fails, do not crash due to sed not finding the log
270     file.  Instead, simply tolerate the absence of the log file.
271   * Put --no-arch-all in build-modes-sbuild act, not only its real_act.
272     Cosmetic change only.
273   * Set GIT_COMMITTER_DATE and GIT_AUTHOR_DATE and increment them
274     explicitly in drs-push-rejects test.  This avoids date dependencies
275     which can cause that test to fail on fast computers.
276   * Remove some spurios .debs from the example_1.0.tar.
277   * Increase sqlite_busy_timeout in debpolicy-dbretry, because old
278     zealot is very slow and we need to give the other processes time
279     to rollback and release the lock.
280   * Test quilt single-debian-patch.
281   * Provide `tartree-edit gitfetchinfo' etc. to help with comparing
282     different test case git working tree tarballs.
283   * Test dgit-repos-policy-debian with multiple (identical, as it happens)
284     existing taints.
285   * Provide better log output for certain failures.
286   * Many new tests (especially for new functionality).
287   * Add missing debhelper (>=8) to test suite's global Depends.
288   * tstunt arrangements: Fix mishandling of PERLLIB, etc.
289   * tstunt-parsechangelog: Produce Timestamp field (like official one
290     does, now).
291   * Do not fail when git requires --allow-unrelated-histories.
292
293  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Oct 2016 12:12:50 +0100
294
295 dgit (1.4) unstable; urgency=high
296
297   Bugfixes:
298   * Unbreak --dry-run (`exiting subroutine via next', broken in
299     ac221d67, bug released in 0.22).
300   * When running git-add in commit-quilty-patch, properly escape
301     filenames (which git-add treats as glob patterns).
302   * When running git-add in commit-quilty-patch, use -f and sometimes -A,
303     so as to avoid being broken by any .gitignore, etc.
304   * When quilt linearisation fails, print the right information in
305     the error message.  (This has been broken forever.)
306   * Cope properly with `3.0 (quilt)' with single-debian-patch.
307     Closes:#796016.  (Still does not work with wheezy's dpkg-source, so
308     no test case yet.)
309   * With dgit sbuild, pass our -d before the user's arguments, so that
310     the user can override it.  Closes:#796019.
311
312   New checks and improved behaviours:
313   * Detect and reject git trees containing debian/source/local-options
314     or debian/source/local-patch-header.
315   * In --dry-run mode, _do_ actually run dpkg-source --commit so that we
316     actually do construct the quilt fixup commit; instead, honour
317     --dry-run by avoiding pulling it back to your HEAD.
318   * quilt-fixup checks that the git tree is clean, as for build-prep.
319
320   Documentation:
321   * In dgit(7), discuss binaries and documentation present in upstream but
322     removed by rules clean.
323
324   Test suite:
325   * Run quilt-fixup with -wgf in distropatches-reject,
326     so that we don't need build-depends.
327
328  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 22 Aug 2015 15:31:02 +0100
329
330 dgit (1.3) unstable; urgency=high
331
332   Important bugfixes:
333   * In option parser test `@ARGV' not `length @ARGV'.  Closes:#795710.
334   * Properly quote package name when constructing regexp in
335     complete_file_from_dsc.  Closes:#795736.  Also, grep the code for
336     likely similar problems elsewhere and improve a (harmless) instance in
337     dgit-repos-server.
338
339   Other improvements:
340   * If a .orig in .. is a symlink, hardlink the link target into our
341     private unpack directory, rather than the link itself (since latter
342     won't work if the symlink is relative).  Closes:#795665.
343   * Test suite: Fix t-restriction-x-dgit-schroot-build in non-adt mode.
344   * Infrastructure: Improve an error message in dgit-repos-policy-debian.
345
346  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Aug 2015 17:51:02 +0100
347
348 dgit (1.2) unstable; urgency=high
349
350   Improvements:
351   * Honour *.clean-mode configuration setting for --clean= mode.
352   * No longer require option values to be cuddled: support `--opt val' and
353     `-o val'.  Closes:#763332.
354
355   Manpages:
356   * Fix typos.
357   * Document that tags are in DEP-14 format, and that they
358     are used for authenticating pushes.
359   * Correct cross-reference to point to browse.d.d.o.
360   * Move dgit.default.* to main CONFIGURATION section.
361
362   Administrivia:
363   * Add missing close of #793060 to changelog for version 1.1.
364
365  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 14 Aug 2015 18:27:20 +0100
366
367 dgit (1.1) unstable; urgency=medium
368
369   Bugfixes:
370   * When source package contains things called .git (even files, and even
371     in subdirectories), remove them.  Closes:#793671.
372   * Work around curl -sS -I printing `HTTP/1.0 200 Connection established'
373     before the actual header, so dgit works with https_proxy set (!)
374   * --new is needed for read access to packages in NEW, too.  Document
375     this, and make it work properly.
376   * Work around #793471 (madness with $SIG{__WARN__} and Perl's system
377     builtin): move $SIG{} setting into setup_sigwarn in Dgit.pm, and
378     check getppid.
379   * When invoking git-buildpackage via dgit gbp-build, consider our
380     command line arguments when massaging the dpkg-buildpackage arguments,
381     so that we don't end up giving dpkg-buildpackage contradictory
382     instructions.
383   * Cope with new git-buildpackage which provides gbp, rather than the
384     eponymous command, on PATH.
385
386   Configurability:
387   * Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD.  Closes:#793427.
388   * Make configuration able to prevent dpkg-mergechangelogs setup.
389   * Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs
390     but only does it if not disabled in config).
391   * Set up git user.email and user.name from distro access config
392     or DEBEMAIL/DEBFULLNAME.  Closes:#793410.
393   * When key to use not specified any other way, use the debian/changelog
394     trailer line.  Closes:#793423.
395   * Honour --git= (mostly).
396
397   Documentation:
398   * Fix some manpage typos.  [ Richard Hartmann ]
399   * Manpage said that --clean=check was -wn but that is --clean=none;
400     correctly document that --clean=check is actually -wc.
401   * Document that up to -DDDD (not just -DD) is meaningfully different.
402   * Document that -cname=value applies only for this run.
403   * Improve manpage comment about defining a new distro.
404   * Document that --quilt=linear is the default for Debian.
405   * Fix a formatting problem in --build-products-dir= doc.
406   * In manpage, do not seem to imply that NMU should be of only one
407     new commit.
408   * Qualify to Debian the manpage comment about how to do NMU.
409   * In discussion on how to start using dgit when already using git, do
410     not imply/assume that existing git history will have identical trees
411     to dgit history.
412   * Remove stray sentence in config section of manpage.
413   * Manpage: Clarify wording of readonly config.
414   * Manpage: Better cross-references for -k and keyid.
415   * dgit(7): No longer say that dgit-repos lives on Alioth.
416
417   Improvements:
418   * Introduce more sophisticated protocol negotiation for rpush.
419   * Do not quote `:' in shellquote.
420   * Print a supplementary message when push fails, giving advice to
421     the user about how to retry.  Closes:#793144.
422   * Slurp in entire git config, for better performance.
423   * Rename `git-build' operation to `gbp-build' to make it clearer what
424     it's for.  Keep the old name as an alias.
425   * Show `dgit sbuild' in usage message.
426   * When we are using dpkg-buildpackage to clean before using it to also
427     do the build, let it do its cleaning thing as part of its run, rather
428     than running it twice.  When we are _not_ supposed to be using
429     dpkg-buildpackage to clean, but we are running it to do the build,
430     pass -nc.  Closes:#793060.
431   * Also suppress spurious runs of the clean target when building using
432     git-buildpackage.
433   * When exec fails, always print the program name in the error message.
434
435   Infrastructure:
436   * Infrastructure: Get mirroring right for fresh repos of existing
437     packages (!)
438
439   Packaging, cleanups, debugging and test suite:
440   * Fix Vcs-Git and Vcs-Browse to refer to chiark.  (The dgit-repos on
441     alioth aren't suitable right now because the master there can
442     currently only be updated with an actual upload, ie dgit push.)
443   * Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch
444     (using setup_sigwarn).
445   * tstunt/dpkg-parsechangelog: Make warnings fatal (directly).
446   * tstunt/dpkg-parsechangelog: Do not complain if PERLLIB is empty.
447   * Test suite: Honour DGIT_TEST_DEBUG=''.
448   * With -DDDD, print out all gitcfg references (copious!)
449   * Fix a debug message in the obsolete sshpsql archive access driver.
450   * Test suite: More automatic enumeration of tests.
451   * Test suite: Provide tests which check that all our various build
452     operations run the right targets as expected (ie, that we are massaging
453     the arguments to dpkg-buildpackage, and suppressing our clean target,
454     etc., correctly).
455
456  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 27 Jul 2015 16:34:31 +0100
457
458 dgit (1.0) unstable; urgency=medium
459
460   Improvements:
461   * Switch to new production git repositories for reading.
462     (this can no longer divert to alioth).  Public readonly access
463     now works.  Closes:#791447.
464   * Memoise git config lookups (big speedup!)
465   * Provide -wdd aka --clean=dpkg-source-d.  Closes:#792433.
466   * Provide -wc aka --clean=check.
467
468   Manpage updates:
469   * Remove some obsolete caveats from BUGS.
470   * Reorganise and complete the configuration section.
471   * Remove obselete comment about DMs not being able to push.
472     We have, for now, a way to add keys manually.  Closes:#720173.
473
474   Access machinery:
475   * Remove configuration relating to alioth.
476   * Provide for different access mechanisms when pushing.
477   * Provide for configurable git url suffix.
478   * Allow git-url to be '' to force fallback to git-proto etc.
479   * Provide for checking git presence via http[s].
480   * Do some quoting on debug output (needed if the server might not
481     be trustworthy and might send us bad stuff).
482   * Talk to push.dgit.debian.org, rather than the .debian.net alias.
483
484   Infrastructure:
485   * Provide for mirroring git updates to a different server.
486   * Provide cgit-regen-config command for cgi-grnet-01.
487   * Make dgit-ssh-dispatch not spew (harmless) warnings if caller
488     tries for a shell session (ie SSH_ORIGINAL_COMMAND not set).
489
490   Cleanups:
491   * Remove an obsolete comment from the code.
492   * Improve an error message from dgit-repos-policy-debian.
493   * Test suite: Break out t-make-hook-link.
494   * Fix a manpage typo.
495
496  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jul 2015 22:15:53 +0100
497
498 dgit (0.30) unstable; urgency=high
499
500   INCOMPATIBLE CHANGES:
501
502   * Client uses new infrastructure:
503     - Check for new dgit git service on dgit-git.debian.net (ie
504       gideon.debian.org), with transition plan based on diversion feature.
505       Closes:#720172.
506     - Old versions of dgit will stop working when the server-side handle is
507       pulled.
508
509   * dgit git trees no longer contain .pc for format `3.0 (quilt)' source
510     packages.  Closes:#764606.
511     - It is deleted whenever we find it.
512     - Older versions of dgit will choke on trees without .pc.
513     - (When doing quilt fixup, we recreate a suitable .pc in a temporary
514       directory so that we can do dpkg-source --comit.)
515
516   * All users are urged to upgrade ASAP.
517
518   Other significant improvements:
519
520   * When generating quilt patches, try to linearise the git history into a
521     series of individual new patches for debian/patches.  Closes:#770710.
522
523   * When receiving a push with dgit-repos-server, update the server's
524     refs/heads/master if we are pushing to what the distro regards as a
525     relevant branch, and the push would ff master.  Closes:#728209.
526
527   * For non-Debian distros, distro version release tags contain distro
528     name a la DEP-14 (rather than hardcoding `debian/').
529
530   * Set up a merge driver for debian/changelog.  Closes:#769291.
531
532   * --clean=git and --clean=none cause dgit to pass -nc to
533     dpkg-buildpackage, suppressing calls to the package's clean target.
534     Also, expand the documentation in this area slightly.  Closes:#768590.
535
536   * Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)
537
538   Minor improvements:
539
540   * Reduce some noise output and improve the clarity of some messages.
541   * Be more careful about tag updates during fetch: only update tags
542     referring to uploads to distro we are trying to fetch from.
543   * Change realpath dependency to `coreutils (>= 8.23-1~) | realpath'
544     (Closes:#786955.)
545
546   Bugfixes:
547
548   * Fix handling of rmadison-based and gitless distros (e.g., Ubuntu).
549   * Add missing `gpgv' to test dependencies in debian/tests/control.
550   * Strip `-b <branch>' from contents of Vcs-Git header, when setting up
551     the vcs-git remote.  Closes:#759374.
552   * Do not offer wget as an alternative dependency to curl.  We always
553     unconditionally invoke curl and have no code to use wget.
554     Closes:#760805.
555   * Complain about lack of cuddled values for value-taking single-letter
556     options, rather than thinking the user meat an empty value.
557     Closes:#763332.
558   * Reject (rather than ignoring) further options merged witth -wn, -wg,
559     -wd.
560   * Fix inaccurate error message when archive's git hash is not an
561     ancestor of git repo's git hash.
562   * Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.
563   * Fix the rules clean target to remove test results and output.
564
565   Documentation improvements:
566
567   * Break out dgit(7) from dgit(1).
568   * Provide example workflow for dgit rpush.  Closes:#763334.
569     (Also part of the fix for #768470.)
570   * Document that dgit repos are cloneable with git, in dgit(1)
571     section MODEL.  [Andreas Barth.]  Closes:#768470.
572   * Better documentation for quilt series handling.
573   * Document under `dgit push' that it is best to build with dgit too.
574     Closes:#763333.
575   * Other minor clarifications and improvements.
576
577   Behind-the-scenes work:
578
579   * Use ftpmasterapi archive query method.
580     (Closes:#727702.  Also partly obsoletes #768470.)
581   * New dgit-infrastructure binary package containing dgit-repos-server et
582     al.  Client users probably don't want this stuff.  Also, it provides a
583     convenient way to publish the dependencies.
584   * Many many bugfixes to the server side (dpkg-repos-server et al.).
585   * Add :..; prefix to ssh remote commands, for the benefit of future
586     forced command wrappers.  Implicitly, this defines a new ssh-based
587     command protocol.  Closes:#720174, #720175.
588   * Distro access configuration handling changes (should not be noticeable
589     to most users).
590   * In places, significant restructuring or tidying up.
591   * Turn all perl warnings into errors using $SIG{__WARN__}.
592
593  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 05 Jul 2015 01:34:55 +0100
594
595 dgit (0.22.1) unstable; urgency=high
596
597   * Use Dpkg::Version::version_compare everywhere, not
598     Dpkg::Version::version_compare_string.  The latter is entirely wrong,
599     meaning that dgit would get many version comparisons wrong.
600     Closes:#768038.
601
602  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 04 Nov 2014 12:46:40 +0000
603
604 dgit (0.22) unstable; urgency=medium
605
606   Bugfixes:
607   * Clone removes destination directory on error.  Closes:#736153.
608   * Work with wheezy-backports (and keep squeeze-backports working too).
609     Closes:#736524.
610   * Work in read-only no-git-history mode with Ubuntu.  You still have
611     to pass -dubuntu.  Closes:#751781.
612   * Use mirror.ftp-master.debian.org DNS alias rather than coccia.
613     Closes:#752602.
614   * Check hashes of files ourselves rather than running dget to
615     re-retreive the .dsc.
616   * Check SHA-256 of .dsc against hash from archive_query (ie projectb)
617     rather than letting dpkg-source do a signature verification.
618     Closes:#737619.  Closes:#737625.
619   * Treat .dsc as bytes, just like everything else, rather than letting
620     HTTP::Message convert it to a Perl unicode string which the rest of
621     the program mishandles.  Closes:#738536.
622
623   Minor improvements:
624   * Include canonicalised suite name in signed tag message.
625   * Mention cross-version dgit rpush incompatibility in manpage.
626   * Check for rpush protocol version incompatibility and crash early
627     if incompatible.
628   * New script tests/using-intree for running tests on the source tree.
629   * Do not spew diff output to terminal (by default).  Print sensible
630     message instead.  Closes:#736526.
631   * Print better message for lack of configuration settings.
632   * Document that dgit rpush needs gnupg and your public key on the build
633     host.  Closes:#736529.
634   * Fix a manpage reference to `--dget=' where `--dgit=' was intended.
635   * Provide t-archive-process-incoming and t-archive-query subroutines for
636     regression test scripts to use.
637   * Print better message for unknown operations.
638   * Provide `dgit clean'.  Closes:#736527.
639   * When cloning, set up a remote `vcs-git' from the package's Vcs-Git
640     (and put an appropriate caveat in the manpage).  Closes:#740687.
641     Closes:#740721.
642   * Improve error message for .dsc having already been signed (iff
643     using libdpkg-perl 1.17.x).  Closes:#731635.
644   * Improve error message for .dsc parsing failures more generally.
645   * Better reporting of child exit statuses (esp. deaths due to signals).
646   * In rpush, on protocol error talking to build host, check if the
647     subprocess died and report differently if so.  Closes:#736528.
648   * Fixed a manpage typo.
649   * When tests invoke dgit, use --dgit= so that subprocesses use our
650     dgit rather than system one.
651   * Add a test for dgit rpush.
652
653   Major new feature, currently stalled awaiting server infrastructure:
654   * dgit-repos-server: New program for receiving signed-tag-based
655     pushes.  Corresponding support in dgit itself, but not currently
656     used by default for any distro.
657   * Bring forward push of the version tag ref so it happens alongside
658     the push of the suite branch ref.
659   * New git-check and git-create methods "true" which are no-ops.
660   * test-dummy-drs `distro': for testing dgit and dgit-repos-server.
661
662  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 19 Aug 2014 11:24:02 +0100
663
664 dgit (0.21) unstable; urgency=medium
665
666   Bugfixes relating to unclean trees:
667   * Run a clean (of the specified type) before any build operation; do
668     this with `dpkg-buildpackage -T' clean if necessary, so -wd now works
669     with all the building methods.
670   * Refuse to do quilt fixup (explicitly requested, or as a result of
671     build) if the tree contains ignored files.  Closes:#731632.
672
673   Error message improvements:
674   * Use failedcmd to report errors when ssh psql fails.  Closes:#734281.
675   * failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend,
676     in the error message, to be its child.
677   * Do not report the (irrelevant) $? when madison parsing fails.
678
679   Better workflow flexibility:
680   * Provide --build-products-dir option (and corresponding semantics
681     for -C) to specify where to find the files to upload.  Closes:#731633.
682
683   Support for Debian backports suites:
684   * New quirks infrastructure in configuration and internals,
685     for suites (or perhaps distros) which are a bit like others.
686   * Use correct default archive location.
687   * Compute "-v" option default value correctly.
688   * Closes:#733954.
689
690   Packaging improvement:
691   * Add `Testsuite: autopkgtest' to debian/control.  (This will only have
692     the right effect with recent enought dpkg; it will generate a harmless
693     warning with earlier versions of dpkg.)
694
695  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jan 2014 02:14:25 +0000
696
697 dgit (0.20) unstable; urgency=high
698
699   * Use newest (not oldest) version currently in suite when calculating
700     what value to use for -v<version> by default.  Closes:#732781.
701
702  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Dec 2013 19:13:56 +0000
703
704 dgit (0.19) unstable; urgency=low
705
706   Testing facilities:
707   * Provide "test-dummy" distro with "dummycat" access method.
708   * Provide a selection of autopkgtest (DEP-8) tests.
709
710  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Nov 2013 18:27:17 +0000
711
712 dgit (0.18.2) unstable; urgency=high
713
714   Bump archive upload urgency to high.
715
716  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:42:57 +0000
717 dgit (0.18.1) unstable; urgency=low
718
719   Bugfixes:
720   * sshpsql archive query method passes LANG=C.  Closes:#729788.
721   * Subcommand program or argument options containing hyphens work.
722     (Eg, --dpkg-buildpackage:blah was previously incorrectly rejected.)
723
724   Packaging fixes:
725   * Depend on dput.
726   * Depend on curl | wget, as dget needs one of those.  (The dput package,
727     which contains dget, doesn't require them because dput itself works
728     without.)
729
730  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:36:03 +0000
731
732 dgit (0.18) unstable; urgency=low
733
734   Major new feature:
735   * Remote push (dgit rpush), a la debsign -r.  Closes:#721185.
736
737   Improved behaviours:
738   * dgit build, by default, uses the archive to find out what the correct
739     -v<version> option is to pass to dpkg-genchanges.  Closes:#727200.
740   * Abolish the sshdakls method and replace it with sshpsql: that is, ssh
741     (to coccia, by default) and run sql commands on the ftpmaster
742     database.  This is faster and has fewer bugs but is vulnerable to db
743     schema changes.  Closes:#726955.  Closes:#720170.  Closes:#720176.
744   * When generating git tags, quote the (uncanonicalised) changelog's
745     Distribution field as the suite.
746   * Command execution reports from --dry-run go to stderr.
747
748   Other new features:
749   * Support --gpg=... to provide a replacement command for gpg.
750   * Support --ssh=... and --ssh:... to affect how we run ssh.
751
752   Bugfixes:
753   * When using sbuild, pass the arguments to mergechanges in the right
754     order so that we use the correct Description (the _source one,
755     not the one from sbuild which didn't get e.g. -v<version>).
756   * push actually takes an optional suite, like it says in the synopsis.
757     Closes:#727125.
758   * Fix dgit --damp-run sbuild to actually work.
759   * Fix the "shellquote" internal subroutine.  The bugs in it ought not to
760     have caused any real trouble in previous versions of dgit.
761
762   Documentation and message fixes:
763   * manpage: Clarify comments about orig tarballs.  Closes: #723605.
764   * manpage: Remove comment in BUGS about lack of policy docs
765     for Dgit field, which is specified now.  Closes:#720201.
766   * manpage: Make discussion of --existing-package less scary.  The
767     default archive access method no longer needs it.  Closes:#720171.
768   * Mention "git merge", not "git-merge", in helpful message.
769     Closes:#725632.
770
771   Internal and debugging improvements:
772   * Report chdir actions in debugging output.
773   * Improvements to implementation of --dry-run and --damp-run.
774   * Some code motion and cleanups.
775
776   Note: changelog entries for the following versions, which were uploaded
777   to Debian experimental, have been collapsed into this single entry:
778     0.18~experimental2 0.18~experimental1
779     0.17~experimental7 0.17~experimental6 0.17~experimental5
780     0.17~experimental4 0.17~experimental3 0.17~experimental2
781     0.17~experimental1
782     0.16~experimental3 0.16~experimental2 0.16~experimental1
783   We do describe here all the changes since 0.17.
784
785  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 09 Nov 2013 10:12:13 +0000
786
787 dgit (0.17) unstable; urgency=high
788
789   * Do not grobble around in .git/refs/; instead, use git-show-ref.
790     This avoids breaking when git makes packed refs.  Closes:728893.
791   * Clarify error message for missing refs/remotes/dgit/dgit/<suite>.
792
793  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 07 Nov 2013 00:02:47 +0000
794
795 dgit (0.16) unstable; urgency=high
796
797   * Format `(3.0) quilt' fixup does not mind extraneous other files
798     in the build tree (e.g., build products and logs).  Closes: #727053.
799   * Set autoflush on stdout, to get better ordering of debugging
800     etc. output when stdout is redirected.
801   * New --damp-run mode, for more convenient and fuller testing etc.
802
803  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 13:06:54 +0100
804
805 dgit (0.15) unstable; urgency=low
806
807   * Better handling of packages pushed using dgit and stuck in NEW.
808     (And, use of `--new' is not needed with fetch.)  Closes: #722199.
809   * More comprehensive warnings in many cases of archive skew.
810   * Implement `dgit help' as well as `--help'.  Closes: #721661.
811   * Provide `dgit version' and `--version'.  Closes: #721654.
812
813  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Sep 2013 00:14:05 +0100
814
815 dgit (0.14) unstable; urgency=low
816
817   * Include package name in tag message.
818   * Create directory .git/dgit when needed during build.  Closes: #721428.
819   * Add Vcs-Git and Vcs-Browser [Richard Hartmann].  Closes: #721404.
820     These fields refer to the development branch, "master", on alioth,
821     not to the dgit suite refs (which are not accessible to git clone).
822
823  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 18:30:44 +0100
824
825 dgit (0.13) unstable; urgency=low
826
827   * Reuse already-downloaded .orig files after checking their hashes.
828     Closes: #720526.  (This introduces a dependency on Digest::SHA.)
829   * Do not always pointlessly fetch the .dsc twice.  (That code was
830     erroneously duplicated during editing, apparently.)
831   * Remove DGET_UNPACK from the environment in case the user has set it.
832   * Remove scary warning from Description.
833   * When uploading to Debian, tell dput to upload to "ftp-master".  This
834     avoids problems with derivatives whose dput has a different default.
835     Closes: #720958.
836   * Fix some bugs in dgit fetch --dry-run which made dgit push
837     --dry-run often not work at all.
838   * Update the local tracking branch for the dgit remote, when pushing.
839     Closes: #720956.
840   * Fix references in manpage to old Vcs-Dgit-Master field name.
841   * Reorganise manpage sections to be in a more conventional order.
842   * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT.
843     Closes: #721186.
844
845  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 29 Aug 2013 00:27:23 +0100
846
847 dgit (0.12) unstable; urgency=low
848
849   * Cope with packages with epoch.  Closes: #720897.
850   * Improve error message for non-fast-forward push.  Closes: #720896.
851   * New --ignore-dirty option to skip noncritical check.  Closes: #720895.
852   * New --no-quilt-fixup option to suppress quilt fixup.  RTFM.
853   * Add Closes line for #720595 to changelog entry for 0.11.
854
855  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 26 Aug 2013 16:50:39 +0100
856
857 dgit (0.11) unstable; urgency=low
858
859   * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
860     Closes: #720525.  The rename on the server side will break older
861     versions of dgit.
862   * Fix bug which would make quilt patch fixup fail if git status
863     produced "M" lines.
864   * Autogenerated quilt patch fixup patch Description contains several
865     recent git commits, rather than implying that the patch corresponds
866     exactly to the top git commit.
867   * Use "ftp.debian.org" not "http.debian.net" as the default Debian
868     archive.  (http.debian.net tends to defeat certain kinds of cacheing,
869     and can also have more skew.)
870   * dgit build uses dpkg-buildpackage; there is a dgit git-build
871     for using git-buildpackage.  Closes: #720595.
872   * Better error message for use of UNRELEASED suite.  Closes: #720523.
873   * Do not canonicalise suite more than once.  Related to: #720526.
874   * Fix a badly open-coded copy of check_not_dirty.  Closes: #720524.
875   * Fix some bugs in building (eg build-source would fail to do the quilt
876     fixup; the --clean check in build was wrong).
877   * Add missing dependency on realpath.
878   * git-build (git-buildpackage wrapper) does not bother canonicalising
879     the suite if --git-ignore-branch is used.
880
881  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 17:00:43 +0100
882
883 dgit (0.10) unstable; urgency=low
884
885   * Create .pc/applied-patches - do not empty it (!)
886
887  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 00:51:50 +0100
888
889 dgit (0.9) unstable; urgency=low
890
891   * New cleaning arrangements.
892   * More comprehensive workaround for `3.0 (quilt)'.
893   * In push, double-check the .changes against the changelog.
894   * Better error when source package contains .git.  Closes: #720555.
895   * Change our .dsc field name to `Dgit'.  Relevant to #720201.
896   * Fix bug handling our synthetic merges when we see them in
897     the remote suite branch.
898   * `3.0 (quilt)' fixup creates .pc/applied-patches since modern
899     dpkg-source creates it even though old ones didn't always.
900
901  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 24 Aug 2013 18:49:02 +0100
902
903 dgit (0.8) unstable; urgency=low
904
905   * Fix comparison of archive's .dsc's hash and git branch head
906     to DTRT.
907   * When creating repos in dgit-repos (using the ssh-cmd method),
908     copy _template rather than using mkdir and git init.
909     Closes: #720522.
910   * In push, do git fetch as well as archive fetch, or archive
911     fetch can fail.
912
913  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 23 Aug 2013 12:24:09 +0100
914
915 dgit (0.7) unstable; urgency=low
916
917   * If dak ls, or rmadison, reports multiple versions, look for them
918     all, and pick the newest .dsc that doesn't give 404.
919   * Manpage formatting fix.
920   * Name the local remote tracking branch remotes/dgit/dgit/<suite>
921     so that we avoid a warning from git about ambiguous branch names.
922
923  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 18:29:10 +0100
924
925 dgit (0.6) unstable; urgency=low
926
927   * Allow fetching when archive has out-of-date git hash in .dsc.
928     Closes: #720490.
929
930  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 16:02:10 +0100
931
932 dgit (0.5) unstable; urgency=low
933
934   * Upload to unstable, as this version mostly works.  (All the RC
935     bugs of which I'm aware are now properly represented in the BTS.)
936
937  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:38:00 +0100
938
939 dgit (0.4~pre2) experimental; urgency=low
940
941   * Mangle debian/<version> tags the way git-buildpackage does
942     (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
943   * Support dgit-distro.<distro>.keyid config option.
944   * Revert change to ssh to alioth CNAME, as the recommended CNAME
945     is to something with no write access to the fs and the new CNAME
946     has not yet been set up.  This reintroduces #720172 :-/.
947
948  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:31:17 +0100
949
950 dgit (0.4~pre1) experimental; urgency=low
951
952   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
953   * Usage message.  Closes:#720085.
954   * Provide "dgit sbuild".
955   * Assorted manpage fixes and improvements.
956   * Fail if a required config item is missing.
957   * Much better error messages.
958   * Better error checking when parsing RFC822-style control data.
959   * Better checking that the supplied .dsc and debian/changes correspond.
960   * Ordering improvement in push: don't add dsc field until git push done.
961   * New --distro option (helps with unknown suites).
962   * Bugfixes.
963
964  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 13:36:44 +0100
965
966 dgit (0.3) experimental; urgency=low
967
968   * New version which appears to be able to sort of work at least
969     some of the time.
970
971  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 17 Aug 2013 09:18:04 +0100
972
973 dgit (0.2) experimental; urgency=low
974
975   * New version which might actually work but probably won't.
976
977  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 16 Aug 2013 16:52:17 +0100
978
979 dgit (0.1) experimental; urgency=low
980
981   * Initial experimental (partial) version.
982
983  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 Aug 2013 12:09:01 +0100
984