summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog/Entry/Debian.pm
AgeCommit message (Expand)AuthorFilesLines
2019-11-26Dpkg::Changelog: Clarify inheritance and implementation referencesGuillem Jover1-3/+4
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-1/+1
2019-11-26Dpkg::Changelog::Entry::Debian: Remove obsolete methods and hide variablesGuillem Jover1-40/+9
2019-06-03doc: Fix typosGuillem Jover1-1/+1
2016-11-11Dpkg::Changelog::Entry::Debian: Fix parse error message when date is on MayNishanth Aravamudan1-5/+9
2016-11-05Dpkg::Changelog: Cope gracefully with a missing trailer timestampGuillem Jover1-0/+2
2016-07-31Dpkg::Changelog::Entry::Debian: Document all public methodsGuillem Jover1-0/+49
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2016-07-03Dpkg::Changelog: Add a getter for the Time::Piece objectGuillem Jover1-2/+13
2016-07-03Dpkg::Changelog::Entry::Debian: Mark example with C<>Guillem Jover1-1/+1
2016-07-03Dpkg: Use warnings::warnif() instead of carp() for deprecated warningsGuillem Jover1-3/+6
2016-04-01Dpkg::Changelog::Entry::Debian: Do not parse entry multiple timesGuillem Jover1-42/+79
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-4/+31
2015-09-14Dpkg::Changelog::Entry::Debian: Catch bogus month namesGuillem Jover1-2/+19
2015-09-14Dpkg::Changelog::Entry::Debian: Do not abort on Time::Piece parse errorsGuillem Jover1-3/+5
2015-08-06Dpkg::Changelog::Entry::Debian: Only warn on invalid week daysGuillem Jover1-5/+10
2015-07-29Dpkg::Changelog::Entry::Debian: Simplify distribution splittingGuillem Jover1-3/+1
2015-07-29Dpkg::Changelog::Entry::Debian: Use Time::Piece instead of Date::ParseGuillem Jover1-2/+8
2015-07-29Dpkg::Changelog::Entry::Debian: Remove non-functional timezone name supportGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-6/+6
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-2/+2
2015-05-18scripts: Say METHODS instead of FUNCTIONS or OBJECT FOO in POD section titlesGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-1/+1
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-5/+10
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-13/+13
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-10/+10
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-05-17Dpkg: Update and fix CHANGES POD sectionsGuillem Jover1-0/+1
2014-05-17perl: Do not use global match variablesGuillem Jover1-2/+2
2014-04-21scripts: Add a space after flow control statementsGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-24Dpkg::Changelog::Entry::Debian: Deprecate regex package variablesGuillem Jover1-12/+46
2013-11-24scripts: Fix POD headings and item listsGuillem Jover1-1/+5
2013-06-22scripts: Inherit from parent instead of baseGuillem Jover1-1/+1
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-2/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-9/+9
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-7/+6
2012-06-30Add support for binary-only key-value option in changelogsGuillem Jover1-0/+3
2012-06-30Dpkg::Changelog::Entry::Debian: Correctly capitalize field namesGuillem Jover1-1/+2
2011-12-21Dpkg::Changelog::Entry::Debian: check_header() now validates the versionRaphaël Hertzog1-1/+5
2011-03-24Dpkg::Changelog::Debian::Entry: ignore whitespaces after options in headerRaphaël Hertzog1-1/+1
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-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2009-11-23Dpkg::Changelog::Entry::Debian: add missing "use Dpkg::Gettext"Raphaël Hertzog1-0/+1
2009-11-18Dpkg::Version: accept invalid versions by defaultRaphaël Hertzog1-1/+1
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-31Move find_closes() into Dpkg::Changelog::Entry::DebianRaphaël Hertzog1-5/+27
2009-10-31Move header/trailer checks in Dpkg::Changelog::Entry::DebianRaphaël Hertzog1-0/+59
2009-10-31Dpkg::Changelog::Entry::Debian: parse changes lines as set of itemsRaphaël Hertzog1-0/+37