summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-10dpkg-genchanges: Correctly filter host arch from the Architecture fieldGuillem Jover1-0/+2
2014-08-09scripts: Only allow one build type optionGuillem Jover1-4/+5
2014-08-09scripts: Unify build options description in --help outputGuillem Jover1-6/+6
2014-08-09dpkg-genchanges: Only print build type onceGuillem Jover1-3/+7
2014-08-09scripts: Use // instead of || where appropriateGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-1/+1
2014-08-09scripts: Mark Format and Installed-Size as automatic substvarsGuillem Jover1-1/+1
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-3/+3
2014-04-21dpkg-genchanges: Clarify error message on binary builds w/o binariesGuillem Jover1-1/+6
2014-04-21scripts: Use new Dpkg::Dist::Files module instead of ad-hoc codeGuillem Jover1-48/+29
2014-04-21dpkg-genchanges: Only track attributes for distributed filesGuillem Jover1-5/+6
2014-04-21dpkg-gencontrol: Remove unused %p2ver variableGuillem Jover1-2/+0
2014-04-21dpkg-genchanges: Remove unnecessary %pa2f variableGuillem Jover1-10/+4
2014-04-21scripts: Add a space after commaGuillem Jover1-3/+3