summaryrefslogtreecommitdiff
path: root/scripts/dpkg-genchanges.pl
AgeCommit message (Expand)AuthorFilesLines
2010-08-21dpkg-genchanges: correctly truncate descriptions with multibyte charactersRaphaël Hertzog1-1/+2
2010-07-16Use earlier/later instead of smaller/bigger for comparison relationshipsGuillem Jover1-1/+1
2010-03-12Use License instead of Licence in stringsGuillem Jover1-1/+1
2010-02-25dpkg-genchanges, dpkg-source: only split Binary field when it's too longRaphaël Hertzog1-2/+4
2010-02-25Dpkg::Checksums: rewrite to provide an object-oriented APIRaphaël Hertzog1-39/+15
2010-02-24dpkg-source, dpkg-genchanges: split Binary lines at less than 980 charsRaphaël Hertzog1-1/+1
2010-02-21dpkg-gencontrol, dpkg-genchanges, dpkg-source: support multiple -T optionsRaphaël Hertzog1-3/+4
2010-02-20Update Dpkg::Substvars to use Dpkg::Interface::StorableRaphaël Hertzog1-1/+1
2010-02-20Update Dpkg::Control::* to use Dpkg::Interface::StorableRaphaël Hertzog1-3/+1
2010-01-22Dpkg::Compression: new API based on public functionsRaphaël Hertzog1-3/+4
2009-12-22Allow back new lines in substvars and maintainer argumentsGuillem Jover1-4/+4
2009-11-08Add missing license headersGuillem Jover1-0/+15
2009-11-06Stop using the English perl moduleRaphaël Hertzog1-29/+28
2009-11-06Dpkg::Control::Hash: handle arbitrary field valuesRaphaël Hertzog1-11/+7
2009-10-31Drop compatibility with old changelog parsers (as planned)Raphaël Hertzog1-13/+3
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog1-3/+3
2009-10-05Dpkg::Version: rename some functions and constantsRaphaël Hertzog1-2/+2
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog1-5/+7
2009-09-20dpkg-genchanges, Dpkg::Vendor::Default: drop hook before-changes-creationRaphaël Hertzog1-2/+0
2009-09-19Drop Dpkg::Fields and convert everything to Dpkg::Control::FieldsRaphaël Hertzog1-19/+7
2009-09-19dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output orderRaphaël Hertzog1-6/+0
2009-09-19Replace old capit() by field_capitalize() everywhereRaphaël Hertzog1-1/+1
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog1-6/+7
2009-09-16Rename Dpkg::Cdata into Dpkg::ControlRaphaël Hertzog1-1/+1
2009-09-16Rename Dpkg::Control in Dpkg::Control::InfoRaphaël Hertzog1-2/+2
2009-08-16dpkg-source/dpkg-genchanges: split long Binary: field valuesRaphael Hertzog1-0/+2
2009-06-26libdpkg-perl: Move unknown() from Dpkg::ErrorHandling to Dpkg::FieldsGuillem Jover1-2/+2
2009-06-26Dpkg::ErrorHandling: Explicitly pass field argument to unknown()Guillem Jover1-3/+3
2009-06-21dpkg-genchanges: skip warning about lower version for backportsRaphael Hertzog1-1/+3
2009-05-19Remove deprecated status for substvars in dpkg-source and dpkg-genchangesGuillem Jover1-1/+0
2009-05-18Fix changelog parsing code to differentiate the empty string from 0Raphael Hertzog1-1/+1
2009-05-15dpkg-genchanges: use same error string than in dpkg-buildpackageRaphael Hertzog1-4/+4
2009-05-10Do not set the Arch substvar in dpkg-sourceGuillem Jover1-0/+1
2009-03-15dpkg-genchanges, dpkg-gencontrol: avoid perl warningsRaphael Hertzog1-1/+1
2009-03-02dpkg-genchanges: correctly handles additional upstream tarballsRaphael Hertzog1-2/+3
2009-02-05New framework to hook vendor-specific logicRaphael Hertzog1-0/+2
2009-01-27Dpkg::Version fix and test-suite adjustmentRaphael Hertzog1-1/+1
2008-12-09Fix some “use Dpkg::ErrorHandling qw(…)” callsRaphael Hertzog1-1/+1
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-2/+1
2008-11-11Use new style perl function callsGuillem Jover1-9/+11
2008-06-21dpkg-buildpackage/dpkg-genchanges: handle .debian.tar.gz files tooRaphael Hertzog1-2/+2
2008-04-15dpkg-genchanges: use Package-Type control field to detect udebsRaphael Hertzog1-1/+3
2008-04-02Ensure the Files field is last in *.dsc and *.changesRaphael Hertzog1-1/+2
2008-02-12Use new Dpkg::Checksums moduleFrank Lichtenheld1-22/+33
2008-01-30dpkg-genchanges: always list all binary packages in the Description fieldRaphael Hertzog1-12/+13
2008-01-27Deprecate support of substvars in dpkg-source and dpkg-genchangesRaphael Hertzog1-0/+1
2008-01-24dpkg-genchanges: add a new warningRaphael Hertzog1-1/+7
2008-01-22Disable variable substitution in dpkg-genchangesRaphael Hertzog1-3/+3
2008-01-22Remove the IO layer ":utf8" that re-encodes in utf8Raphael Hertzog1-1/+0
2008-01-18dpkg-genchanges: some code refactoring to simplify the codeRaphael Hertzog1-46/+42