summaryrefslogtreecommitdiff
path: root/scripts/t/dpkg_buildpackage/test-source_0_source.changes
AgeCommit message (Collapse)AuthorFilesLines
2019-01-15dpkg-genchanges: Only reference binary packages being uploadedGuillem Jover1-4/+0
The .changes file describes an upload, and its Binary and Description fields should contain (as documented) only references to the packages being uploaded. In case of a source-only upload, the Binary and Description fields should be empty. Closes: #818618
2017-01-27dpkg-genchanges: Include .buildinfo files also for source-only uploadsGuillem Jover1-0/+3
The .buildinfo file also makes sense on source-only uploads, because it is still a build. And more so when we have done a full build, but filtered the changes to only include the sources in the upload. In any case, this was the intended behavior from the beginning. Closes: #846164
2016-10-30scripts/t: Add dpkg-buildpackage functional testsGuillem Jover1-0/+27
Taken from dpkg-tests functional test suite.