summaryrefslogtreecommitdiff
path: root/scripts/dpkg-source.pl
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-5/+5
2013-11-24Dpkg::Vars: Deprecate $sourcepackage package variableGuillem Jover1-1/+1
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-18scripts: Use the block form for the grep functionGuillem Jover1-1/+1
2013-07-18dpkg-source: Use two eq operators instead of a grepGuillem Jover1-1/+1
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-3/+4
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-08scripts: Do not write out implcit $_ in foreach loopsGuillem Jover1-3/+3
2013-05-08Remove trailing whitespacesGuillem Jover1-2/+2
2013-05-06scripts: Initialize arrays with the qw() operatorGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-58/+58
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-33/+33
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover1-3/+3
2013-04-19Remove Emacs and vim modelinesGuillem Jover1-1/+0
2013-03-18dpkg-source: Fix typoGuillem Jover1-1/+1
2012-06-30scripts: Accept “:native” arch-qualified Build-DependenciesThibaut Girka1-1/+1