summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Expand)AuthorAge
* Remove any pre-existing _source.changes file before building source, as a saf...Ian Jackson2016-07-01
* Introduce --rm-old-changes to delete previous builds' changes files.Ian Jackson2016-07-01
* Break out changespat (no functional change)Ian Jackson2016-07-01
* When running dpkg-buildpackage, cope if user specified -g or -G.Ian Jackson2016-07-01
* sbuild: Check that the binary .changes file doesn't contain a .dsc.Ian Jackson2016-07-01
* sbuild: Rename the used-up .changes files to `.inmulti'Ian Jackson2016-07-01
* sbuild:: check that we have the right number of .changes filesIan Jackson2016-07-01
* build_source: Fix bad Perl poetry styleIan Jackson2016-07-01
* Properly substitute $changesfile in one of the `You can retry' messages. Clo...Ian Jackson2016-07-01
* Print better error message (with `fail' rather than `die') if `dgit clone' ca...Ian Jackson2016-07-01
* Do not call "warn" on failure of cleanup handler in END block (since warn has...Ian Jackson2016-07-01
* When cleaning up after failed clone, stat the to-be-cleaned-up directory befo...Ian Jackson2016-07-01
* sbuild; Do not pass -AIan Jackson2016-07-01
* 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 c...Ian Jackson2015-08-21
* 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
* In --dry-run mode, _do_ actually run dpkg-source --commit so that we actually...Ian Jackson2015-08-21
* get_source_format returns the debian/source/options, too (nfc since no users ...Ian Jackson2015-08-21
* 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 mess...Ian Jackson2015-08-18
* When running git-add in commit-quilty-patch, use -f and sometimes -A, so as t...Ian Jackson2015-08-18
* When running git-add in commit-quilty-patch, properly escape filenames (which...Ian Jackson2015-08-18
* Unbreak --dry-run (`exiting subroutine via next', broken in ac221d67, bug rel...Ian Jackson2015-08-18
* Properly quote package name when constructing regexp in complete_file_from_ds...Ian Jackson2015-08-16
* If a .orig in .. is a symlink, hardlink the link target into our private unpa...Ian Jackson2015-08-16
* 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