summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* Prep 1.3~~ for testingIan Jackson2015-08-16
|
* Properly quote package name when constructing regexp in ↵Ian Jackson2015-08-16
| | | | complete_file_from_dsc. Closes:#795736. Also, grep the code for likely similar problems elsewhere and improve a (harmless) instance in dgit-repos-server.
* If a .orig in .. is a symlink, hardlink the link target into our private ↵Ian Jackson2015-08-16
| | | | unpack directory, rather than the link itself (since latter won't work if the symlink is relative).
* In option parser test `@ARGV' not `length @ARGV'. Closes:#795710.Ian Jackson2015-08-16
|
* changelog: start 1.3Ian Jackson2015-08-16
|
* changelog: finalise 1.2debian/1.2Ian Jackson2015-08-14
|
* changelog: tidy upIan Jackson2015-08-14
|
* Add missing close of #793060 to changelog for version 1.1. pass -nc. ↵Ian Jackson2015-08-14
| | | | Closes:#793060.
* Finish dealing with uncuddled optionsIan Jackson2015-08-14
|
* Introduce defvalopt, new approach for options taking valuesIan Jackson2015-08-14
|
* In manpage move dgit.default.* to main CONFIGURATION section.Ian Jackson2015-08-14
|
* Honour *.clean-mode configuration setting for --clean= mode.Ian Jackson2015-08-14
|
* Document that tags are in DEP-14 format, and that they are used for ↵Ian Jackson2015-08-14
| | | | authenticating pushes.
* Fix manpage typo `sourcefull'.Ian Jackson2015-08-14
|
* Correct manpage cross-reference to point to browse.d.d.o.Ian Jackson2015-08-14
|
* Fix manpage typo `dig' for `dgit'.Ian Jackson2015-08-14
|
* Start changelog for 1.2Ian Jackson2015-07-27
|
* Finalise 1.1debian/1.1Ian Jackson2015-07-27
|
* Cope with new git-buildpackage which provides gbp, rather than the eponymous ↵Ian Jackson2015-07-27
| | | | command, on PATH.
* When invoking git-buildpackage via dgit gbp-build, consider our command line ↵Ian Jackson2015-07-27
| | | | arguments when massaging the dpkg-buildpackage arguments, so that we don't end up giving dpkg-buildpackage contradictory instructions.
* When exec fails, always print the program name in the error message.Ian Jackson2015-07-27
|
* Organise debian/changelogIan Jackson2015-07-27
|
* Run debian/rules debian/tests/controlIan Jackson2015-07-27
|
* Test suite: Provide tests which check that all our various build operations ↵Ian Jackson2015-07-27
| | | | run the right targets as expected (ie, that we are massaging the arguments to dpkg-buildpackage, and suppressing our clean target, etc., correctly).
* Also suppress spurious runs of the clean target when building using ↵Ian Jackson2015-07-27
| | | | git-buildpackage.
* When we are using dpkg-buildpackage to clean before using it to also do the ↵Ian Jackson2015-07-27
| | | | build, let it do its cleaning thing as part of its run, rather than running it twice. When we are _not_ supposed to be using dpkg-buildpackage to clean, but we are running it to do the build, pass -nc.
* Show `dgit sbuild' in usage message.Ian Jackson2015-07-27
|
* Rename `git-build' operation to `gbp-build' to make it clearer what it's ↵Ian Jackson2015-07-27
| | | | for. Keep the old name as an alias.
* Test suite: Mention enumerate-tests in changelogIan Jackson2015-07-27
|
* Test suite: rename list-tests to enumerate-tests for ease of completion over ↵Ian Jackson2015-07-27
| | | | tests/lib*
* Honour --git= (mostly).Ian Jackson2015-07-27
|
* When key to use not specified any other way, use the debian/changelog ↵Ian Jackson2015-07-27
| | | | trailer line. Closes:#793423.
* Work around curl -sS -I printing `HTTP/1.0 200 Connection established' ↵Ian Jackson2015-07-27
| | | | before the actual header, so dgit works with https_proxy set (!)
* Set up git user.email and user.name from distro access config or ↵Ian Jackson2015-07-27
| | | | DEBEMAIL/DEBFULLNAME. Closes:#793410.
* Provide dgit setup-new-tree (like dpkg-setup-mergechangelogs but only does ↵Ian Jackson2015-07-27
| | | | it if not disabled in config).
* Make configuration able to prevent dpkg-mergechangelogs setup.Ian Jackson2015-07-26
|
* Fix a debug message in the obsolete sshpsql archive access driver.Ian Jackson2015-07-26
|
* With -DDDD, print out all gitcfg references (copious!)Ian Jackson2015-07-26
|
* Slurp in entire git config, for better performance.Ian Jackson2015-07-26
|
* Honour dgit-distros.DISTRO.cmd-CMD and .opts-CMD. Closes:#793427.Ian Jackson2015-07-26
|
* Print a supplementary message when push fails, giving advice to the user ↵Ian Jackson2015-07-26
| | | | about how to retry. Closes:#793144.
* Test suite: Honour DGIT_TEST_DEBUG=''.Ian Jackson2015-07-26
|
* Do not quote `:' in shellquote.Ian Jackson2015-07-26
|
* changelog: Add ~~Ian Jackson2015-07-26
|
* When source package contains things called .git (even files, and even in ↵Ian Jackson2015-07-26
| | | | subdirectories), remove them. Closes:#793671.
* Test suite: Honour t-dependencies, so rsync only installed for mirror testsIan Jackson2015-07-25
|
* Test suite: Check that test suite list in debian/tests/control is up to dateIan Jackson2015-07-25
|
* Test suite: Update debian/tests/controlIan Jackson2015-07-25
|
* Test suite: Provide rules target for list-tests gencontrolIan Jackson2015-07-25
|
* Test suite: Implement list-tests gencontrolIan Jackson2015-07-25
|