chiark / gitweb /
Test suite: Use t-expect-push-fail everywhere
[dgit.git] / debian / changelog
1 dgit (0.23~) unstable; urgency=low
2
3   * Check for new dgit git service on dgit-git.debian.net (ie
4     gideon.debian.org), with transition plan based on diversion feature.
5     Closes:#720172.
6
7   * New handling for .pc directory: dgit history now no longer contains
8     .pc at all.  It is deleted whenever we find it.  (When doing quilt
9     fixup, we recreate a suitable .pc in a temporary directory so that we
10     can do dpkg-source --comit.)  Closes:#764606.  INCOMPATIBLE CHANGE -
11     older versions of dgit will have trouble with these git histories.
12
13   * Replace many calls to stat with new wrapper stat_exists; improves
14     error handling and simplifies the code.
15
16   * Fix handling of rmadison-based and gitless distros (e.g., Ubuntu).
17
18   * Distro access configuration handling changes (should not be noticeable
19     to most users).
20
21   * Add :..; prefix to ssh remote commands, for the benefit of future
22     forced command wrappers.  Implicitly, this defines a new ssh-based
23     command protocol.  Closes:#720174, #720175.
24
25   * dgit-repos-server: Handle ' ' in SSH_ORIGINAL_COMMAND (which some
26     git versions send, sigh).
27
28   * New dgit-ssh-dispatch infrastructure script for use on dgit repos
29     server as part of ssh forced command.
30
31   * Test suite restructuring to support new tests.
32
33   * Add missing `gpgv' to test dependencies in debian/tests/control.
34
35   * New dgit-infrastructure binary package containing dgit-repos-server et
36     al.  Client users probably don't want this stuff.  Also, it provides a
37     convenient way to publish the dependencies.
38
39   * When generating quilt patches, try to linearise the git history into a
40     series of individual new patches for debian/patches.  Closes:#770710.
41
42   * Better documentation for quilt series handling.
43
44   * Strip `-b <branch>' from contents of Vcs-Git header, when setting up
45     the vcs-git remote.  Closes:#759374.
46
47   * Do not offer wget as an alternative dependency to curl.  We always
48     unconditionally invoke curl and have no code to use wget.
49     Closes:#760805.
50
51   * Complain about lack of cuddled values for value-taking single-letter
52     options, rather than thinking the user meat an empty value.
53     Closes:#763332.
54
55   * Reject (rather than ignoring) further options merged witht -wn, -wg,
56     -wd.
57
58   * Document in manpage under `dgit push' that it is best to build with
59     dgit too.  Closes:#763333.
60
61   * Fix inaccurate error message when archive's git hash is not an
62     ancestor of git repo's git hash.
63
64   * Use ftpmasterapi archive query method.  (Closes:#727702.)
65
66   * Turn all perl warnings into errors using $SIG{__WARN__}.
67
68   * Show git config queries only with debuglevel 3 (-DDD) and higher.
69
70  --
71
72 dgit (0.22.1) unstable; urgency=high
73
74   * Use Dpkg::Version::version_compare everywhere, not
75     Dpkg::Version::version_compare_string.  The latter is entirely wrong,
76     meaning that dgit would get many version comparisons wrong.
77     Closes:#768038.
78
79  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 04 Nov 2014 12:46:40 +0000
80
81 dgit (0.22) unstable; urgency=medium
82
83   Bugfixes:
84   * Clone removes destination directory on error.  Closes:#736153.
85   * Work with wheezy-backports (and keep squeeze-backports working too).
86     Closes:#736524.
87   * Work in read-only no-git-history mode with Ubuntu.  You still have
88     to pass -dubuntu.  Closes:#751781.
89   * Use mirror.ftp-master.debian.org DNS alias rather than coccia.
90     Closes:#752602.
91   * Check hashes of files ourselves rather than running dget to
92     re-retreive the .dsc.
93   * Check SHA-256 of .dsc against hash from archive_query (ie projectb)
94     rather than letting dpkg-source do a signature verification.
95     Closes:#737619.  Closes:#737625.
96   * Treat .dsc as bytes, just like everything else, rather than letting
97     HTTP::Message convert it to a Perl unicode string which the rest of
98     the program mishandles.  Closes:#738536.
99
100   Minor improvements:
101   * Include canonicalised suite name in signed tag message.
102   * Mention cross-version dgit rpush incompatibility in manpage.
103   * Check for rpush protocol version incompatibility and crash early
104     if incompatible.
105   * New script tests/using-intree for running tests on the source tree.
106   * Do not spew diff output to terminal (by default).  Print sensible
107     message instead.  Closes:#736526.
108   * Print better message for lack of configuration settings.
109   * Document that dgit rpush needs gnupg and your public key on the build
110     host.  Closes:#736529.
111   * Fix a manpage reference to `--dget=' where `--dgit=' was intended.
112   * Provide t-archive-process-incoming and t-archive-query subroutines for
113     regression test scripts to use.
114   * Print better message for unknown operations.
115   * Provide `dgit clean'.  Closes:#736527.
116   * When cloning, set up a remote `vcs-git' from the package's Vcs-Git
117     (and put an appropriate caveat in the manpage).  Closes:#740687.
118     Closes:#740721.
119   * Improve error message for .dsc having already been signed (iff
120     using libdpkg-perl 1.17.x).  Closes:#731635.
121   * Improve error message for .dsc parsing failures more generally.
122   * Better reporting of child exit statuses (esp. deaths due to signals).
123   * In rpush, on protocol error talking to build host, check if the
124     subprocess died and report differently if so.  Closes:#736528.
125   * Fixed a manpage typo.
126   * When tests invoke dgit, use --dgit= so that subprocesses use our
127     dgit rather than system one.
128   * Add a test for dgit rpush.
129
130   Major new feature, currently stalled awaiting server infrastructure:
131   * dgit-repos-server: New program for receiving signed-tag-based
132     pushes.  Corresponding support in dgit itself, but not currently
133     used by default for any distro.
134   * Bring forward push of the version tag ref so it happens alongside
135     the push of the suite branch ref.
136   * New git-check and git-create methods "true" which are no-ops.
137   * test-dummy-drs `distro': for testing dgit and dgit-repos-server.
138
139  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 19 Aug 2014 11:24:02 +0100
140
141 dgit (0.21) unstable; urgency=medium
142
143   Bugfixes relating to unclean trees:
144   * Run a clean (of the specified type) before any build operation; do
145     this with `dpkg-buildpackage -T' clean if necessary, so -wd now works
146     with all the building methods.
147   * Refuse to do quilt fixup (explicitly requested, or as a result of
148     build) if the tree contains ignored files.  Closes:#731632.
149
150   Error message improvements:
151   * Use failedcmd to report errors when ssh psql fails.  Closes:#734281.
152   * failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend,
153     in the error message, to be its child.
154   * Do not report the (irrelevant) $? when madison parsing fails.
155
156   Better workflow flexibility:
157   * Provide --build-products-dir option (and corresponding semantics
158     for -C) to specify where to find the files to upload.  Closes:#731633.
159
160   Support for Debian backports suites:
161   * New quirks infrastructure in configuration and internals,
162     for suites (or perhaps distros) which are a bit like others.
163   * Use correct default archive location.
164   * Compute "-v" option default value correctly.
165   * Closes:#733954.
166
167   Packaging improvement:
168   * Add `Testsuite: autopkgtest' to debian/control.  (This will only have
169     the right effect with recent enought dpkg; it will generate a harmless
170     warning with earlier versions of dpkg.)
171
172  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jan 2014 02:14:25 +0000
173
174 dgit (0.20) unstable; urgency=high
175
176   * Use newest (not oldest) version currently in suite when calculating
177     what value to use for -v<version> by default.  Closes:#732781.
178
179  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Dec 2013 19:13:56 +0000
180
181 dgit (0.19) unstable; urgency=low
182
183   Testing facilities:
184   * Provide "test-dummy" distro with "dummycat" access method.
185   * Provide a selection of autopkgtest (DEP-8) tests.
186
187  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Nov 2013 18:27:17 +0000
188
189 dgit (0.18.2) unstable; urgency=high
190
191   Bump archive upload urgency to high.
192
193  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:42:57 +0000
194 dgit (0.18.1) unstable; urgency=low
195
196   Bugfixes:
197   * sshpsql archive query method passes LANG=C.  Closes:#729788.
198   * Subcommand program or argument options containing hyphens work.
199     (Eg, --dpkg-buildpackage:blah was previously incorrectly rejected.)
200
201   Packaging fixes:
202   * Depend on dput.
203   * Depend on curl | wget, as dget needs one of those.  (The dput package,
204     which contains dget, doesn't require them because dput itself works
205     without.)
206
207  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:36:03 +0000
208
209 dgit (0.18) unstable; urgency=low
210
211   Major new feature:
212   * Remote push (dgit rpush), a la debsign -r.  Closes:#721185.
213
214   Improved behaviours:
215   * dgit build, by default, uses the archive to find out what the correct
216     -v<version> option is to pass to dpkg-genchanges.  Closes:#727200.
217   * Abolish the sshdakls method and replace it with sshpsql: that is, ssh
218     (to coccia, by default) and run sql commands on the ftpmaster
219     database.  This is faster and has fewer bugs but is vulnerable to db
220     schema changes.  Closes:#726955.  Closes:#720170.  Closes:#720176.
221   * When generating git tags, quote the (uncanonicalised) changelog's
222     Distribution field as the suite.
223   * Command execution reports from --dry-run go to stderr.
224
225   Other new features:
226   * Support --gpg=... to provide a replacement command for gpg.
227   * Support --ssh=... and --ssh:... to affect how we run ssh.
228
229   Bugfixes:
230   * When using sbuild, pass the arguments to mergechanges in the right
231     order so that we use the correct Description (the _source one,
232     not the one from sbuild which didn't get e.g. -v<version>).
233   * push actually takes an optional suite, like it says in the synopsis.
234     Closes:#727125.
235   * Fix dgit --damp-run sbuild to actually work.
236   * Fix the "shellquote" internal subroutine.  The bugs in it ought not to
237     have caused any real trouble in previous versions of dgit.
238
239   Documentation and message fixes:
240   * manpage: Clarify comments about orig tarballs.  Closes: #723605.
241   * manpage: Remove comment in BUGS about lack of policy docs
242     for Dgit field, which is specified now.  Closes:#720201.
243   * manpage: Make discussion of --existing-package less scary.  The
244     default archive access method no longer needs it.  Closes:#720171.
245   * Mention "git merge", not "git-merge", in helpful message.
246     Closes:#725632.
247
248   Internal and debugging improvements:
249   * Report chdir actions in debugging output.
250   * Improvements to implementation of --dry-run and --damp-run.
251   * Some code motion and cleanups.
252
253   Note: changelog entries for the following versions, which were uploaded
254   to Debian experimental, have been collapsed into this single entry:
255     0.18~experimental2 0.18~experimental1
256     0.17~experimental7 0.17~experimental6 0.17~experimental5
257     0.17~experimental4 0.17~experimental3 0.17~experimental2
258     0.17~experimental1
259     0.16~experimental3 0.16~experimental2 0.16~experimental1
260   We do describe here all the changes since 0.17.
261
262  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 09 Nov 2013 10:12:13 +0000
263
264 dgit (0.17) unstable; urgency=high
265
266   * Do not grobble around in .git/refs/; instead, use git-show-ref.
267     This avoids breaking when git makes packed refs.  Closes:728893.
268   * Clarify error message for missing refs/remotes/dgit/dgit/<suite>.
269
270  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 07 Nov 2013 00:02:47 +0000
271
272 dgit (0.16) unstable; urgency=high
273
274   * Format `(3.0) quilt' fixup does not mind extraneous other files
275     in the build tree (e.g., build products and logs).  Closes: #727053.
276   * Set autoflush on stdout, to get better ordering of debugging
277     etc. output when stdout is redirected.
278   * New --damp-run mode, for more convenient and fuller testing etc.
279
280  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 13:06:54 +0100
281
282 dgit (0.15) unstable; urgency=low
283
284   * Better handling of packages pushed using dgit and stuck in NEW.
285     (And, use of `--new' is not needed with fetch.)  Closes: #722199.
286   * More comprehensive warnings in many cases of archive skew.
287   * Implement `dgit help' as well as `--help'.  Closes: #721661.
288   * Provide `dgit version' and `--version'.  Closes: #721654.
289
290  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Sep 2013 00:14:05 +0100
291
292 dgit (0.14) unstable; urgency=low
293
294   * Include package name in tag message.
295   * Create directory .git/dgit when needed during build.  Closes: #721428.
296   * Add Vcs-Git and Vcs-Browser [Richard Hartmann].  Closes: #721404.
297     These fields refer to the development branch, "master", on alioth,
298     not to the dgit suite refs (which are not accessible to git clone).
299
300  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 18:30:44 +0100
301
302 dgit (0.13) unstable; urgency=low
303
304   * Reuse already-downloaded .orig files after checking their hashes.
305     Closes: #720526.  (This introduces a dependency on Digest::SHA.)
306   * Do not always pointlessly fetch the .dsc twice.  (That code was
307     erroneously duplicated during editing, apparently.)
308   * Remove DGET_UNPACK from the environment in case the user has set it.
309   * Remove scary warning from Description.
310   * When uploading to Debian, tell dput to upload to "ftp-master".  This
311     avoids problems with derivatives whose dput has a different default.
312     Closes: #720958.
313   * Fix some bugs in dgit fetch --dry-run which made dgit push
314     --dry-run often not work at all.
315   * Update the local tracking branch for the dgit remote, when pushing.
316     Closes: #720956.
317   * Fix references in manpage to old Vcs-Dgit-Master field name.
318   * Reorganise manpage sections to be in a more conventional order.
319   * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT.
320     Closes: #721186.
321
322  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 29 Aug 2013 00:27:23 +0100
323
324 dgit (0.12) unstable; urgency=low
325
326   * Cope with packages with epoch.  Closes: #720897.
327   * Improve error message for non-fast-forward push.  Closes: #720896.
328   * New --ignore-dirty option to skip noncritical check.  Closes: #720895.
329   * New --no-quilt-fixup option to suppress quilt fixup.  RTFM.
330   * Add Closes line for #720595 to changelog entry for 0.11.
331
332  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 26 Aug 2013 16:50:39 +0100
333
334 dgit (0.11) unstable; urgency=low
335
336   * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
337     Closes: #720525.  The rename on the server side will break older
338     versions of dgit.
339   * Fix bug which would make quilt patch fixup fail if git status
340     produced "M" lines.
341   * Autogenerated quilt patch fixup patch Description contains several
342     recent git commits, rather than implying that the patch corresponds
343     exactly to the top git commit.
344   * Use "ftp.debian.org" not "http.debian.net" as the default Debian
345     archive.  (http.debian.net tends to defeat certain kinds of cacheing,
346     and can also have more skew.)
347   * dgit build uses dpkg-buildpackage; there is a dgit git-build
348     for using git-buildpackage.  Closes: #720595.
349   * Better error message for use of UNRELEASED suite.  Closes: #720523.
350   * Do not canonicalise suite more than once.  Related to: #720526.
351   * Fix a badly open-coded copy of check_not_dirty.  Closes: #720524.
352   * Fix some bugs in building (eg build-source would fail to do the quilt
353     fixup; the --clean check in build was wrong).
354   * Add missing dependency on realpath.
355   * git-build (git-buildpackage wrapper) does not bother canonicalising
356     the suite if --git-ignore-branch is used.
357
358  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 17:00:43 +0100
359
360 dgit (0.10) unstable; urgency=low
361
362   * Create .pc/applied-patches - do not empty it (!)
363
364  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 00:51:50 +0100
365
366 dgit (0.9) unstable; urgency=low
367
368   * New cleaning arrangements.
369   * More comprehensive workaround for `3.0 (quilt)'.
370   * In push, double-check the .changes against the changelog.
371   * Better error when source package contains .git.  Closes: #720555.
372   * Change our .dsc field name to `Dgit'.  Relevant to #720201.
373   * Fix bug handling our synthetic merges when we see them in
374     the remote suite branch.
375   * `3.0 (quilt)' fixup creates .pc/applied-patches since modern
376     dpkg-source creates it even though old ones didn't always.
377
378  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 24 Aug 2013 18:49:02 +0100
379
380 dgit (0.8) unstable; urgency=low
381
382   * Fix comparison of archive's .dsc's hash and git branch head
383     to DTRT.
384   * When creating repos in dgit-repos (using the ssh-cmd method),
385     copy _template rather than using mkdir and git init.
386     Closes: #720522.
387   * In push, do git fetch as well as archive fetch, or archive
388     fetch can fail.
389
390  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 23 Aug 2013 12:24:09 +0100
391
392 dgit (0.7) unstable; urgency=low
393
394   * If dak ls, or rmadison, reports multiple versions, look for them
395     all, and pick the newest .dsc that doesn't give 404.
396   * Manpage formatting fix.
397   * Name the local remote tracking branch remotes/dgit/dgit/<suite>
398     so that we avoid a warning from git about ambiguous branch names.
399
400  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 18:29:10 +0100
401
402 dgit (0.6) unstable; urgency=low
403
404   * Allow fetching when archive has out-of-date git hash in .dsc.
405     Closes: #720490.
406
407  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 16:02:10 +0100
408
409 dgit (0.5) unstable; urgency=low
410
411   * Upload to unstable, as this version mostly works.  (All the RC
412     bugs of which I'm aware are now properly represented in the BTS.)
413
414  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:38:00 +0100
415
416 dgit (0.4~pre2) experimental; urgency=low
417
418   * Mangle debian/<version> tags the way git-buildpackage does
419     (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
420   * Support dgit-distro.<distro>.keyid config option.
421   * Revert change to ssh to alioth CNAME, as the recommended CNAME
422     is to something with no write access to the fs and the new CNAME
423     has not yet been set up.  This reintroduces #720172 :-/.
424
425  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:31:17 +0100
426
427 dgit (0.4~pre1) experimental; urgency=low
428
429   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
430   * Usage message.  Closes:#720085.
431   * Provide "dgit sbuild".
432   * Assorted manpage fixes and improvements.
433   * Fail if a required config item is missing.
434   * Much better error messages.
435   * Better error checking when parsing RFC822-style control data.
436   * Better checking that the supplied .dsc and debian/changes correspond.
437   * Ordering improvement in push: don't add dsc field until git push done.
438   * New --distro option (helps with unknown suites).
439   * Bugfixes.
440
441  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 13:36:44 +0100
442
443 dgit (0.3) experimental; urgency=low
444
445   * New version which appears to be able to sort of work at least
446     some of the time.
447
448  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 17 Aug 2013 09:18:04 +0100
449
450 dgit (0.2) experimental; urgency=low
451
452   * New version which might actually work but probably won't.
453
454  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 16 Aug 2013 16:52:17 +0100
455
456 dgit (0.1) experimental; urgency=low
457
458   * Initial experimental (partial) version.
459
460  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 Aug 2013 12:09:01 +0100
461