summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2009-10-31Move header/trailer checks in Dpkg::Changelog::Entry::DebianRaphaël Hertzog2-30/+63
2009-10-31Dpkg::Changelog::Entry::Debian: parse changes lines as set of itemsRaphaël Hertzog1-0/+37
2009-10-31Drop compatibility with old changelog parsers (as planned)Raphaël Hertzog2-20/+3
2009-10-31Move parse_changelog() to a separate module Dpkg::Changelog::ParseRaphaël Hertzog10-139/+182
2009-10-31Update Dpkg::Changelog to use new ::Entry modulesRaphaël Hertzog3-193/+97
2009-10-31Dpkg::Changelog::Entry, Dpkg::Control::Changelog: new modulesRaphaël Hertzog5-0/+505
2009-10-31Dpkg::Index: new moduleRaphaël Hertzog3-0/+373
2009-10-18Dpkg::Changelog::find_closes(): don't return duplicate bug numbersRaphaël Hertzog1-3/+3
2009-10-18Dpkg::Control::Fields: allow transfer of custom fieldsRaphaël Hertzog1-6/+15
2009-10-16Dpkg::Compression: add support for xz compression methodRaphaël Hertzog1-5/+7
2009-10-14Update Swedish translation.Peter Krefting1-300/+329
2009-10-14Do not use C++ style comments in C codeGuillem Jover1-5/+9
2009-10-09Dpkg::Control: rename CTRL_APT_* to CTRL_INDEX_*Raphaël Hertzog6-31/+31
2009-10-08Dpkg::Changelog::Debian: preserve blank linesRaphaël Hertzog2-6/+17
2009-10-08Dpkg::Changelog::Debian: keep blank lines and trailing whitespace unchangedRaphaël Hertzog2-15/+22
2009-10-08Dpkg::Changelog::Debian: store unmodified changes lines in an arrayRaphaël Hertzog2-10/+17
2009-10-05Dpkg::Deps::version_implies(): fix to return undef with invalid versionsRaphaël Hertzog1-2/+2
2009-10-05Dpkg::Version: rename some functions and constantsRaphaël Hertzog7-48/+49
2009-10-05Update German scripts translationHelge Kreutzmann1-108/+122
2009-10-04Ensure that the string representation of Dpkg::Version is unchangedRaphaël Hertzog1-1/+4
2009-10-04Dpkg::Version: drop the old API and implementationRaphaël Hertzog2-177/+5
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog9-69/+72
2009-10-04Dpkg::Version: new implementation and new object interfaceRaphaël Hertzog2-12/+349
2009-10-03Update German scripts translationHelge Kreutzmann1-63/+58
2009-10-02dpkg-scanpackages: add new --medium optionRaphaël Hertzog1-1/+5
2009-10-02dpkg-scanpackages/dpkg-scansources: support compressed override filesRaphaël Hertzog2-18/+32
2009-10-01Dpkg::Control::Fields: add Priority and Section fields to CTRL_APT_SRCRaphaël Hertzog1-2/+3
2009-09-30dpkg-statoverride: Rewrite in CGuillem Jover2-249/+0
2009-09-27Update Polish translation of scriptsWiktor Wandachowicz1-118/+132
2009-09-26Update German scripts translationHelge Kreutzmann1-222/+242
2009-09-20dpkg-genchanges, Dpkg::Vendor::Default: drop hook before-changes-creationRaphaël Hertzog2-10/+0
2009-09-20Dpkg::Vendor::*: better handle unknown hooksRaphaël Hertzog3-8/+9
2009-09-20Dpkg::Vendor::Default: recommend use base for child objectsRaphaël Hertzog1-2/+1
2009-09-20Dpkg::Vendor::Ubuntu: move Launchpad-Bugs-Fixed creation in another hookRaphaël Hertzog1-6/+10
2009-09-20Dpkg::Vendor::Ubuntu: register custom field Launchpad-Bugs-FixedRaphaël Hertzog1-0/+10
2009-09-20Dpkg::Changelog: add new vendor hook post-process-changelog-entryRaphaël Hertzog2-0/+13
2009-09-20Dpkg::Control::Fields: don't fail when vendor hook is not (well) implementedRaphaël Hertzog1-0/+1
2009-09-19dpkg-scansources: simplify by relying more on the Dpkg::Control objectRaphaël Hertzog1-14/+2
2009-09-19dpkg-scanpackages: simplify by using the Dpkg::Control objectRaphaël Hertzog1-38/+15
2009-09-19Register field Dm-Upload-Allowed as Debian specificRaphaël Hertzog2-7/+10
2009-09-19Add vendor hook to register custom fieldsRaphaël Hertzog3-2/+30
2009-09-19Drop Dpkg::Fields and convert everything to Dpkg::Control::FieldsRaphaël Hertzog6-113/+26
2009-09-19dpkg-genchanges, dpkg-gencontrol: do not hardcode the field output orderRaphaël Hertzog2-13/+1
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog7-69/+15
2009-09-19Replace old capit() by field_capitalize() everywhereRaphaël Hertzog5-8/+8
2009-09-19Dpkg::Control: define the default output order based on the typeRaphaël Hertzog1-0/+2
2009-09-19Dpkg::Control::Fields: official list of control fieldsRaphaël Hertzog3-0/+566
2009-09-19Drop unused code that has been merged in Dpkg::ControlRaphaël Hertzog2-304/+1
2009-09-19Use the new Dpkg::Control interface everywhereRaphaël Hertzog12-69/+70
2009-09-19Dpkg::Control: new object interfaceRaphaël Hertzog5-10/+672