summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* quilt-fixup checks that the git tree is clean, as for build-prep.Ian Jackson2015-08-22
|
* forbidden files: check them properlyIan Jackson2015-08-22
|
* With dgit sbuild, pass our -d before the user's arguments, so that the user ↵Ian Jackson2015-08-21
| | | | can override it. Closes:#796019.
* quilt fixup: A few more progress messagesIan Jackson2015-08-21
|
* Reject debian/source/local-patch-headerIan Jackson2015-08-21
|
* quilt fixup: quilt_fixup_linkorigs more debugging outputIan Jackson2015-08-21
|
* Cope properly with `3.0 (quilt)' with single-debian-patch. Closes:#796016.Ian Jackson2015-08-21
|
* quilt fixup: Break out quilt_fixup_delete_pc (nfc)Ian Jackson2015-08-21
|
* quilt fixup: Break out quilt_fixup_linkorigs (nfc)Ian Jackson2015-08-21
|
* quilt fixup: Break out quilt_fixup_mkwork (nfc)Ian Jackson2015-08-21
|
* quilt fixup: break out quilt_fixup_multipatch ready for quilt_fixup_singlepatchIan Jackson2015-08-21
| | | | Functional change: bomb out with die if single-debian-patch, rather than going wrong
* In --dry-run mode, _do_ actually run dpkg-source --commit so that we ↵Ian Jackson2015-08-21
| | | | actually do construct the quilt fixup commit; instead, honour --dry-run by avoiding pulling it back to your HEAD.
* get_source_format returns the debian/source/options, too (nfc since no users ↵Ian Jackson2015-08-21
| | | | yet)
* Copy debian/source/options into fake dscIan Jackson2015-08-20
|
* Refactor coping with maybe-existing files in fake dscIan Jackson2015-08-20
|
* Detect and reject git trees containing debian/source/local-options.Ian Jackson2015-08-19
|
* When quilt linearisation fails, print the right information in the error ↵Ian Jackson2015-08-18
| | | | message. (This has been broken forever.)
* When running git-add in commit-quilty-patch, use -f and sometimes -A, so as ↵Ian Jackson2015-08-18
| | | | to avoid being broken by any .gitignore, etc.
* When running git-add in commit-quilty-patch, properly escape filenames ↵Ian Jackson2015-08-18
| | | | (which git-add treats as glob patterns).
* Unbreak --dry-run (`exiting subroutine via next', broken in ac221d67, bug ↵Ian Jackson2015-08-18
| | | | released in 0.22).
* 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
|
* Finish dealing with uncuddled optionsIan Jackson2015-08-14
|
* Convert to defvalopt: -kIan Jackson2015-08-14
|
* Convert to defvalopt: -CIan Jackson2015-08-14
|
* Convert to defvalopt: -cIan Jackson2015-08-14
|
* Convert to defvalopt: --quilt=Ian Jackson2015-08-14
|
* Convert to defvalopt: --cleanIan Jackson2015-08-14
|
* Convert to defvalopt: --build-products-dirIan Jackson2015-08-14
|
* Convert to defvalopt: --initiator-tempdirIan Jackson2015-08-14
|
* Reformat defvalopt calls table (nfc)Ian Jackson2015-08-14
|
* Use defvalopt scalar ref (no overall functional change)Ian Jackson2015-08-14
|
* Permit defvalopt $fn to be a scalar ref instead (nfc, since no users)Ian Jackson2015-08-14
|
* Convert to defvalopt: --existing-packageIan Jackson2015-08-14
|
* Convert to defvalopt: --distro, -dIan Jackson2015-08-14
|
* Break out $valopt (nfc)Ian Jackson2015-08-14
|
* Introduce defvalopt, new approach for options taking valuesIan Jackson2015-08-14
|
* Honour *.clean-mode configuration setting for --clean= mode.Ian Jackson2015-08-14
|
* Do defaulting for $cleanmode just before invoking main $fn->() (nfc)Ian Jackson2015-08-14
|
* Break out $cleanmode_re (nfc)Ian Jackson2015-08-14
|
* 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.
* 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.
* 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.
* Remove stray .gits during quilt fixup, tooIan Jackson2015-07-27
|