summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* 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
|
* Make warnings fatal in tstunt/dpkg-parsechangelog (directly).Ian Jackson2015-07-25
|
* Make warnings fatal in dpkg-repos-admin-debian, dgit-ssh-dispatch (using ↵Ian Jackson2015-07-25
| | | | setup_sigwarn).
* Work around #793471 (madness with $SIG{__WARN__} and Perl's system builtin): ↵Ian Jackson2015-07-25
| | | | | | | move $SIG{} setting into setup_sigwarn in Dgit.pm, and check getppid. We also need to fix up the expectation for an error message in one of the tests, where the message changes as a side effect.
* Add mirror-debnewgit to DEP-8 test listIan Jackson2015-07-21
|
* --new is needed for read access to packages in NEW, too. Document this, and ↵Ian Jackson2015-07-21
| | | | make it work properly.
* Infrastructure: Get mirroring right for fresh repos of existing packages (!)Ian Jackson2015-07-21
|
* dgit(7): No longer say that dgit-repos lives on Alioth.Ian Jackson2015-07-21
|
* dgit.1: Fix typosRichard Hartmann2015-07-21
|
* Manpage: Better cross-references for -k and keyid.Ian Jackson2015-07-20
|
* Manpage: Clarify wording of readonly config.Ian Jackson2015-07-20
|
* Remove stray sentence in config section of manpage.Ian Jackson2015-07-20
|
* In discussion on how to start using dgit when already using git, do not ↵Ian Jackson2015-07-20
| | | | imply/assume that existing git history will have identical trees to dgit history.
* Qualify to Debian the manpage comment about how to do NMU.Ian Jackson2015-07-20
|
* In manpage, do not seem to imply that NMU should be of only one new commit.Ian Jackson2015-07-20
|
* Fix a formatting problem in --build-products-dir= doc.Ian Jackson2015-07-20
|
* Document that --quilt=linear is the default for Debian.Ian Jackson2015-07-20
|
* Improve manpage comment about defining a new distro.Ian Jackson2015-07-20
|
* Document that -cname=value applies only for this run.Ian Jackson2015-07-20
|
* Document that up to -DDD (not just -DD) is meaningfully different.Ian Jackson2015-07-20
|
* Manpage said that --clean=check was -wn but that is --clean=none; correctly ↵Ian Jackson2015-07-20
| | | | document that --clean=check is actually -wc.