summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
AgeCommit message (Expand)AuthorFilesLines
2019-01-15dpkg-genchanges: Only reference binary packages being uploadedGuillem Jover1-10/+10
2019-01-15Dpkg::File: Make file_slurp() also accept pathnames in addition to filehandlesGuillem Jover1-4/+1
2018-09-18scripts: Track automatic packages using the new file attributeGuillem Jover1-5/+9
2018-01-16scripts: Reject negated values in Architecture fieldGuillem Jover1-2/+2
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover1-0/+4
2017-10-12dpkg-genchanges: Honor substvars in Description fieldGuillem Jover1-0/+1
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-01-27dpkg-genchanges: Fix check for expected number of binary artifactsGuillem Jover1-5/+6
2017-01-27dpkg-genchanges: Include .buildinfo files also for source-only uploadsGuillem Jover1-0/+6
2017-01-27dpkg-genchanges: Do not compute the architecture list twiceGuillem Jover1-6/+2
2017-01-27dpkg-genchanges: Fold dist filtering and checksumming into initial loopGuillem Jover1-11/+9
2017-01-27Revert "dpkg-genchanges: Only add architectures for .deb/.udeb artifacts"Guillem Jover1-3/+3
2017-01-27dpkg-genchanges: Invert the binary distribution loop inside-outGuillem Jover1-12/+13
2016-11-02dpkg-genchanges: Only add architectures for .deb/.udeb artifactsGuillem Jover1-3/+1
2016-07-03dpkg-genchanges: Skip automatic debugging symbol packagesGuillem Jover1-0/+4
2016-05-02dpkg-genchanges: Add new -O optionGuillem Jover1-3/+10
2016-05-02Dpkg::Source::Package: Include upstream orig tarball signaturesGuillem Jover1-0/+1
2016-05-02scripts: Add support for new --build option to define build typeGuillem Jover1-1/+5
2016-05-02Dpkg::Build::Types: Clarify build type functionsGuillem Jover1-9/+9
2016-05-02Dpkg::Build::Types: Add new build_has_any functionGuillem Jover1-1/+1
2016-05-02Dpkg::Build::Types: Remove BUILD_SOURCE composite constantsGuillem Jover1-2/+2
2016-05-02scripts: Switch raw information output to use info()Guillem Jover1-2/+4
2016-04-01scripts: Use new Dpkg::Arch functions to validate and parse architecturesGuillem Jover1-3/+3
2016-04-01dpkg-deb, scripts: Make the Architecture field mandatory on package buildsGuillem Jover1-1/+1
2016-02-15dpkg-genchanges: Check first for build type to short-circuit boolean expressionsGuillem Jover1-5/+5
2016-02-15scripts: Use new Dpkg::Build::Types module instead of ad-hoc codeGuillem Jover1-52/+15
2015-05-09dpkg-genchanges: Remove intermediate @f variableGuillem Jover1-3/+1
2015-05-09dpkg-genchanges: Annotate any non-deb binaries with their package typeGuillem Jover1-1/+1
2015-05-09dpkg-genchanges: Allow binary packages not found in debian/controlGuillem Jover1-2/+4
2015-05-09dpkg-genchanges: Merge two loops traversing the same keysGuillem Jover1-2/+0
2015-05-09dpkg-genchanges: Skip files based on the architecture from the filenameGuillem Jover1-4/+1
2015-05-09dpkg-genchanges: Use the checksums files list when building the Files fieldGuillem Jover1-0/+4
2015-05-09dpkg-genchanges: Fix error message on empty dsc fileGuillem Jover1-1/+1
2015-05-09dpkg-genchanges: Fix perl warning when parsing BY-HAND file entriesGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-04-06scripts: Move "(default)" annotations in --help output after option descriptionGuillem Jover1-1/+1
2015-03-31dpkg-genchanges: Clarify changes description open errorGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-0/+1
2015-01-28dpkg-genchanges: Use strftime() instead of unportable «date -R»Guillem Jover1-4/+4
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-27/+27
2014-10-12dpkg-genchanges: Add missing Dpkg::BuildProfiles importsGuillem Jover1-1/+2
2014-10-06dpkg-genchanges: Handle omitted packages due to build profilesGuillem Jover1-2/+10
2014-10-06dpkg-genchanges: Fix order of Files field in generated .changes fileGuillem Jover1-74/+73
2014-10-06dpkg-genchanges: Do not repeat dsc name in multiple placesGuillem Jover1-4/+4
2014-10-06dpkg-genchanges: Merge fallback Section and Priority value assignmentsGuillem Jover1-18/+8
2014-10-06dpkg-genchanges: Do not use an intermediate variable with the upload dirGuillem Jover1-2/+1
2014-10-06dpkg-genchanges: Use $include directly instead of convenience is_ functionsGuillem Jover1-5/+3
2014-08-15scripts: Allow specifying the same build type option multiple timesGuillem Jover1-1/+1
2014-08-15scripts: Refactor build type setting into a new set_build_type functionGuillem Jover1-18/+15
2014-08-10scripts: Add -g and -G options for source plus arch-indep/specific buildsGuillem Jover1-2/+18