summaryrefslogtreecommitdiff
path: root/scripts/dpkg-mergechangelogs.pl
AgeCommit message (Expand)AuthorFilesLines
2019-10-30scripts: Match ~deb also as a backport marker in versionsGuillem Jover1-2/+2
2019-10-30scripts: Remove support for ~vola versioningGuillem Jover1-4/+4
2019-10-12scripts: Switch Getopt::Long from bundling to bundling_valuesGuillem Jover1-1/+1
2018-06-22scripts: Do not use stringy eval to define different sub implementationsGuillem Jover1-6/+4
2017-08-26perl: Use -> operator for function variablesGuillem Jover1-3/+3
2016-10-30perl: Remove default «.» from @INC before loading modulesGuillem Jover1-1/+4
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+3
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-8/+8
2014-10-06scripts: Unpack arguments instead of accessing @_ directlyGuillem Jover1-2/+4
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-1/+1
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-2/+3
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover1-7/+7
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-07-08Switch usage errors to not print entire --help outputGuillem Jover1-4/+6
2013-07-08scripts: Trap $SIG{__WARN__} to call usageerr() on option parse errorsGuillem Jover1-3/+4
2013-07-04scripts: Move Getopt::Long option specifications to array variablesGuillem Jover1-3/+8
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-08perl: Remove unused variablesGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-20/+20
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
2012-06-30dpkg-mergechangelogs: Unify --help output with other commandsGuillem Jover1-1/+1
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-1/+2
2012-06-08scripts: Unify “<option>...” --help outputGuillem Jover1-1/+1
2012-05-23scripts: Handle argument parsing consistently when using Getopt::LongGuillem Jover1-1/+1
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-2/+0
2011-12-21dpkg-mergechangelogs: do not error out on invalid versionsRaphaël Hertzog1-1/+3
2011-07-29dpkg-mergechangelogs: use 7 characters for conflict markersRaphaël Hertzog1-1/+1
2011-07-11dpkg-mergechangelogs: fail if it cannot close the output fileNiels Thykier1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-04-22dpkg-mergechangelogs: add missing call to textdomain()Raphaël Hertzog1-0/+2
2010-04-22dpkg-mergechangelogs: avoid using UTF-8 on translatable stringsRaphaël Hertzog1-1/+1
2010-04-19dpkg-mergechangelogs: new script doing 3-way merge of Debian changelogsRaphaël Hertzog1-0/+289