summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelog: finalise 9.0debian/9.0archive/debian/9.0Ian Jackson2019-07-02
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: Expand on explanation of #930922Ian Jackson2019-07-02
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: Tidy documentation of 9.0Ian Jackson2019-07-02
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: Working on 9.0, run gbp-dchIan Jackson2019-07-02
| | | | | | | | | | Run gbp dch --since=dgit/dgit/sid --ignore-branch and edit the results to be in the 9.0~ stanza. Needs a lot of tidying before release. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: start 9.0Ian Jackson2019-07-02
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* changelog: pseudo-finalise 8.6~Ian Jackson2019-07-02
| | | | | | | | | | | We are going to add a new stanza for 9.0 but we aren't allowed unfinalised entries in the middle of the changelog. So finalise this one with UNRELEASED. When 8.6 actually goes out we will merge again and this will all be more regular. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Merge branch 'buster'Ian Jackson2019-07-02
|\
| * changelog: Document the change so farIan Jackson2019-07-02
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
| * changelog: Retarget at busterIan Jackson2019-07-02
| | | | | | | | | | | | This is now the stable branch. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: debpolicy-taintrm: Drop some xxx'sIan Jackson2019-07-01
| | | | | | | | | | | | | | | | Testing without t-policy-periodic is probably more rigorous (and we have other tests that do run it). We don't want to duplicate this test, as its value is probably not that great compared to its runtime. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: debpolicy-taintrm: New testIan Jackson2019-07-01
| | | | | | | | | | Closes: #929249 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit-repos-policy-debian: Add a tiny bit of debugging outputIan Jackson2019-07-01
| | | | | | | | | | | | No other change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit-maint-{merge,debrebase}(7): Using untagged upstream commitsSean Whitton2019-07-01
| | | | | | | | | | Closes: #930964 Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | dgit-maint-debrebase(7): Minor wording change apropos of #930956Ian Jackson2019-07-01
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit-maint-{merge,debrebase}(7): Suggest --name-status --diff-filterSean Whitton2019-07-01
| | | | | | | | | | | | | | | | This is better than just --stat for finding new and deleted files in a new upstream release, which may need accounting for in d/copyright. Closes: #930956 Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | git-debrebase(1): typo fixNiko Tyni2019-07-01
| | | | | | | | | | | | | | | | [ S-o-b added after checking with ntyni on irc -iwj ] Signed-off-by: Niko Tyni <ntyni@debian.org> Closes: #930215 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | git-debrebase: fix convert-from-dgit-view argv handlingNiko Tyni2019-07-01
| | | | | | | | | | | | | | | | [ S-o-b added after checking with ntyni on irc -iwj ] Signed-off-by: Niko Tyni <ntyni@debian.org> Closes: #930214 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): baredebian+git: Document this aliasIan Jackson2019-06-30
| | | | | | | | | | Suggested-by: Sean Whitton <spwhitton@spwhitton.name> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian-plusgit: New test for baredebian+gitIan Jackson2019-06-30
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: baredebian: Honour baredebian+git alias for baredebianIan Jackson2019-06-30
| | | | | | | | | | | | | | We convert this to `baredebian' internally, and that is what will appear in messages. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian: Break out baredebian-test-minimumIan Jackson2019-06-30
| | | | | | | | | | | | | | | | Update all callers. No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian-*: Drop explicit list of implied depsIan Jackson2019-06-30
| | | | | | | | | | | | | | | | These are now handled by the scanning of t-import-*. Change to the output is simply to move quilt earlier in the list. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: enumerate-tests: include deps of t-import-*Ian Jackson2019-06-30
| | | | | | | | | | | | No change to the resulting output. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: enumerate-tests: Drop duplicate dependenciesIan Jackson2019-06-30
| | | | | | | | | | | | | | No change to the output, other than to drop a second mention of `devscripts' from one stanza in debian/tests/control. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: enumerate-tests: Break out allsedderiesIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): In --include-dirty caveat, say "especially --clean=git"Ian Jackson2019-06-30
| | | | | | | | | | Closes: #930922 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): In --include-dirty caveat, mention --clean=dpkg-sourceIan Jackson2019-06-30
| | | | | | | | | | Suggested-by: Sean Whitton <spwhitton@spwhitton.name> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): In --include-dirty caveat, use semantic newlinesIan Jackson2019-06-30
| | | | | | | | | | | | No change to rendered output. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): expand on description of behaviour of --include-dirtySean Whitton2019-06-30
| | | | | | | | | | | | See #930922. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
* | dgit: Do not translate import commit messagesIan Jackson2019-06-30
| | | | | | | | | | | | Translating these was a mistake. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): baredebian+tarball: Document new quilt modeIan Jackson2019-06-30
| | | | | | | | | | Closes: #931253 Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): baredebian: Add caveat about not checking editsIan Jackson2019-06-30
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit(1): baredebian: Fix an editing errorIan Jackson2019-06-30
| | | | | | | | | | | | ".gitignore" here is spurious. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian-multitar: Check tarball import structureIan Jackson2019-06-30
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Provide `origbase'Ian Jackson2019-06-30
| | | | | | | | | | | | | | | | Was just a local variable `orig'. Make it available. No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian-multitar: New testIan Jackson2019-06-30
| | | | | | | | | | | | | | | | We should exercise all that tarball import machinery. The test doesn't yet really examine the results. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Machinery for multiple origsIan Jackson2019-06-30
| | | | | | | | | | | | No functional change with existing caller. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian: Break out baredebian-tarball-modeIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian-tarball: New testIan Jackson2019-06-30
| | | | | | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Tolerate uvtag not being setIan Jackson2019-06-30
| | | | | | | | | | | | No functional change with the existing test. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: New quilt mode "baredebian+tarball"Ian Jackson2019-06-30
| | | | | | | | | | | | No documentation yet. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Break out $uvtagIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Break out $uv everywhereIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Split up big functionIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: baredebian: move setting of $quiltmode to libIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | test suite: lib-baredebian: Introduce $quiltmodeIan Jackson2019-06-30
| | | | | | | | | | | | No functional change. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: return $r1authline from import_tarball_commitsIan Jackson2019-06-30
| | | | | | | | | | | | No functional change for existing caller, which just discards it. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: import_tarball_tartrees: Provide OrigPartIan Jackson2019-06-30
| | | | | | | | | | | | No functional change for existing caller. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: import_tarball_tartrees: Handle @dfi==1 case in callerIan Jackson2019-06-30
| | | | | | | | | | | | | | | | We are going to introduce a caller which doesn't want this check. No overall functional change other than to debugging output. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* | dgit: import_tarball_tartrees: Honour Path in dfisIan Jackson2019-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | These do not appear in information collected from a .dsc; in that case, the files are arranged to be in the playground where they can be simply picked up. But we are going to want to direct import_tarball_tartrees to tarballs found elsewhere. No functional change with the current sources of dfi information. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>