summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Substvars.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-1/+1
2019-11-26Dpkg::Substvars: Remove obsolete no_warn() methodGuillem Jover1-16/+5
2019-01-15perl: Fix POD for Dpkg::Interface::Storable derived method implementationsGuillem Jover1-12/+12
2018-09-02Dpkg::Substvars: Fix typoGuillem Jover1-2/+1
2018-08-30Dpkg::Substvars: Reword used/unused warnings to clarify their meaningGuillem Jover1-2/+4
2017-10-12scripts: Add support for source package Description and substvarsGuillem Jover1-1/+25
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover1-2/+0
2017-08-26Dpkg::Substvars: Make the warnings output deterministicChris Lamb1-1/+1
2017-01-23Dpkg: Call anonymous subs via -> operator instead of casting with &Guillem Jover1-2/+2
2016-10-30Dpkg::Substvars: Fix POD formattingGuillem Jover1-0/+1
2016-10-30Dpkg::Substvars: Add new method set_field_substvars()Guillem Jover1-0/+19
2016-10-30Dpkg::Substavars: Make the parse method return the number of substvars parsedGuillem Jover1-0/+8
2016-10-30Dpkg::Substvars: Obsolete Source-Version substvarGuillem Jover1-7/+11
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03Dpkg::Substvars: Validate source version in set_version_substvars()Guillem Jover1-2/+6
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover1-2/+4
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-1/+1
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-5/+5
2015-05-18Dpkg::Substvars: Add new filter() methodGuillem Jover1-2/+25
2015-04-21scripts: Move each statement into its own lineGuillem Jover1-1/+3
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+3
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-5/+5
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-08-09scripts: Use //= instead of ||= when appropriateGuillem Jover1-1/+1
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-3/+3
2014-08-09Dpkg::Substvars: Warn on usage of deprecated Source-Version substvarGuillem Jover1-1/+7
2014-08-09Dpkg::Substvars: Add automatic variable trackingGuillem Jover1-5/+23
2014-08-09Dpkg::Substvars: Switch used tracking from a counter to a bitfieldGuillem Jover1-17/+31
2014-08-09Dpkg::Substvars: Move upstream version computation into a temporary variableGuillem Jover1-2/+4
2014-08-09Dpkg::Substvars: Add missing trailing dotGuillem Jover1-1/+1
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-0/+15
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+2
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: Try to avoid boolean operators after predicates on error checksGuillem Jover1-2/+4
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-06-22Dpkg: Deprecate lowercase exported by default variablesGuillem Jover1-3/+3
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-13/+14
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-19/+19
2012-10-19Dpkg::Substvars: Always fix up the source version in set_version_substvarsGuillem Jover1-2/+3
2012-06-30Add support for binary-only key-value option in changelogsGuillem Jover1-9/+15
2012-05-23Dpkg::Substvars: Rename no_warn() member function to mark_as_used()Guillem Jover1-6/+19
2012-05-23scripts: Use new member set_as_used() instead of ad-hoc codeGuillem Jover1-2/+1
2012-05-23Dpkg::Substvars: Add new member function set_as_used()Guillem Jover1-1/+14
2010-02-26Update POD documentation to indicate that it's using UTF-8 encodingRaphaël Hertzog1-0/+2
2010-02-25Add accent on Raphaël's name in several filesGuillem Jover1-1/+1
2010-02-21dpkg-gencontrol: now indicates which package is concerned by the substvars wa...Raphaël Hertzog1-5/+23