summaryrefslogtreecommitdiff
path: root/scripts/dpkg-source.pl
AgeCommit message (Expand)AuthorFilesLines
2019-11-26dpkg-source: Remove backwards compatibility code for legacy build-profilesGuillem Jover1-7/+0
2019-01-15dpkg-source: Stop filtering @builddeps@ from Testsuite-Triggers fieldGuillem Jover1-2/+2
2019-01-15dpkg-source: Use new format argument for Dpkg::Source::Package->new()Guillem Jover1-8/+4
2019-01-15dpkg-source: Move source format selection earlier in the buildGuillem Jover1-19/+20
2019-01-15Dpkg::Source::Package, dpkg-source: Switch to new Dpkg::Source::Format moduleGuillem Jover1-8/+4
2018-09-18perl: Replace all calls to Cwd::cwd with Cwd::getcwdJosh Triplett1-1/+1
2018-05-04dpkg-source: Do not emit perl warnings on source formats w/o optionsGuillem Jover1-0/+1
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover1-1/+1
2017-09-24scripts: Use split() with ' ' instead of /\s+/Guillem Jover1-1/+1
2017-07-04dpkg-source: Remove unused Dpkg::Index module importGuillem Jover1-1/+0
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-02-20dpkg-source: Document --before-build and --after-build in --help outputGuillem Jover1-0/+2
2017-01-29Revert "dpkg-source: Generate Testsuite-Restrictions fields from test restric...Guillem Jover1-17/+0
2017-01-25dpkg-source: Generate Testsuite-Restrictions fields from test restrictionsGuillem Jover1-0/+17
2017-01-25dpkg-source: Refactor testsuite functionsGuillem Jover1-11/+9
2017-01-23dpkg-buildpackage, dpkg-source: Always set SOURCE_DATE_EPOCHGuillem Jover1-1/+1
2017-01-22Dpkg::Arch: Add new import tagsGuillem Jover1-1/+1
2016-10-30dpkg-source: Make the program reproducible when run standaloneGuillem Jover1-0/+3
2016-07-03dpkg-source: Add new --no-overwrite-dir extraction optionGuillem Jover1-0/+4
2016-07-03dpkg-source: Generate Testsuite-Triggers field from test dependenciesGuillem Jover1-0/+31
2016-07-03dpkg-source: Check that debian/tests/control is a regular fileGuillem Jover1-0/+2
2016-07-03dpkg-source: Move -q option to the General options section in --help outputGuillem Jover1-1/+1
2016-07-03dpkg-source: Document various long options in --help outputGuillem Jover1-4/+8
2016-05-09dpkg-source: Add new --require-strong-checksums option and change defaultGuillem Jover1-0/+5
2016-05-02dpkg-source: Use context gettext functions for "<none>" stringGuillem Jover1-2/+2
2016-05-02perl: Fix various perl critic regressionsGuillem Jover1-2/+2
2016-04-01scripts: Use new Dpkg::Arch functions to validate and parse architecturesGuillem Jover1-4/+3
2016-02-15dpkg-source: Add backend-specific --help options supportGuillem Jover1-3/+47
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-08-03dpkg-source: Add an optional essential=yes key/value to Package-ListGuillem Jover1-0/+4
2015-05-09dpkg-source: Remove stray whitespace in shebangGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-4/+4
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-4/+4
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-39/+39
2014-10-25dpkg-source: Error out on obsolete Build-Profiles syntaxGuillem Jover1-8/+3
2014-10-06dpkg-source: Rework command parsing and add --build and --extract aliasesGuillem Jover1-34/+39
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-1/+3
2014-10-06scripts: Update restriction formula syntaxJohannes Schauer1-2/+25
2014-08-09dpkg-source: Add --format an --ignore-bad-version to --help outputGuillem Jover1-1/+3
2014-08-09dpkg-source: Automatically add the Testsuite fieldGuillem Jover1-0/+19
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-3/+3
2014-04-21dpkg-source: Add arch and profile information to Package-List fieldGuillem Jover1-1/+10
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1
2014-01-15dpkg-source: Set default compression options in source format specific modulesGuillem Jover1-5/+0
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05dpkg-source: Update default diff ignore regex on --extend-diff-ignoreGuillem Jover1-0/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-4/+4
2013-11-24Dpkg::Source::Package: Deprecate public package variablesGuillem Jover1-5/+6
2013-11-24dpkg-source: Do not modify $diff_ignore_default_regexp package variableGuillem Jover1-2/+3