summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Changelog.pm
AgeCommit message (Expand)AuthorFilesLines
2010-02-21Add $VERSION numbers to all perl modulesRaphaël Hertzog1-0/+2
2010-02-20Update Dpkg::Changelog and Dpkg::Index to use Dpkg::Interface::StorableRaphaël Hertzog1-9/+6
2009-11-08Unify format in license headersGuillem Jover1-11/+10
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-2/+1
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-1/+1
2009-11-03Dpkg::Changelog::get_range(): fix return value when range is emptyRaphaël Hertzog1-3/+7
2009-10-31Dpkg::Changelog: completely update the APIRaphaël Hertzog1-381/+280
2009-10-31Move find_closes() into Dpkg::Changelog::Entry::DebianRaphaël Hertzog1-24/+0
2009-10-31Dpkg::Changelog: don't use EnglishRaphaël Hertzog1-4/+2
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog1-126/+0
2009-10-31Update Dpkg::Changelog to use new ::Entry modulesRaphaël Hertzog1-97/+63
2009-10-18Dpkg::Changelog::find_closes(): don't return duplicate bug numbersRaphaël Hertzog1-3/+3
2009-10-08Dpkg::Changelog::Debian: preserve blank linesRaphaël Hertzog1-0/+2
2009-10-08Dpkg::Changelog::Debian: keep blank lines and trailing whitespace unchangedRaphaël Hertzog1-1/+3
2009-10-08Dpkg::Changelog::Debian: store unmodified changes lines in an arrayRaphaël Hertzog1-2/+9
2009-10-05Dpkg::Version: rename some functions and constantsRaphaël Hertzog1-4/+4
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog1-5/+5
2009-09-20Dpkg::Changelog: add new vendor hook post-process-changelog-entryRaphaël Hertzog1-0/+4
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog1-18/+16
2009-09-16Rename Dpkg::Cdata into Dpkg::ControlRaphaël Hertzog1-1/+1
2009-07-21Dpkg::Changelog: fix heuristic to identify correct start entryRaphael Hertzog1-2/+13
2009-05-18dpkg-parsechangelog: handle better non-existing versionsRaphael Hertzog1-7/+70
2009-05-18Fix changelog parsing code to differentiate the empty string from 0Raphael Hertzog1-21/+29
2009-05-10Fix POD errors detected by podchecker in perl modulesGuillem Jover1-1/+4
2008-12-09Fix some “use Dpkg::ErrorHandling qw(…)” callsRaphael Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-02-21Adjust Dpkg::Changelog::parse_changelog() search list of parserRaphael Hertzog1-1/+2
2008-01-18Fix error handling in changelog/debian.plFrank Lichtenheld1-2/+4
2008-01-18Integrated dpkg-parsechangelog processing into Dpkg::Changelog::parse_changel...Raphael Hertzog1-13/+112
2008-01-16Dpkg::Changelog: Allow input to come directly from a filehandleFrank Lichtenheld1-4/+8
2008-01-13Dpkg::Fields: Change set_field_importance() into a method of Dpkg::Fields::Ob...Raphael Hertzog1-3/+3
2008-01-13Dpkg::Fields::Object: Support filehandles and strings for output and dumpFrank Lichtenheld1-7/+1
2008-01-13Dpkg::Changelog: Use Dpkg::Fields for field handlingFrank Lichtenheld1-172/+86
2008-01-01Dpkg::Changelog: New function parse_changelog to replace controllib's parsech...Raphael Hertzog1-1/+25
2007-12-11Allow changelog parser to abort earlyFrank Lichtenheld1-0/+45
2007-12-11Dpkg::Changelog: Make warnings from __sanity_check_range more informativeFrank Lichtenheld1-4/+4
2007-12-06Dpkg::Changelog: Fix error handlingFrank Lichtenheld1-12/+12
2007-11-30Dpkg::Changelog: Various documentation updatesFrank Lichtenheld1-20/+13
2007-11-30Dpkg::Changelog: New naming schemeFrank Lichtenheld1-0/+803