summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Deps.pm
AgeCommit message (Expand)AuthorFilesLines
2009-11-08Fix copyright statementsGuillem Jover1-1/+1
2009-11-08Unify text in license headersGuillem Jover1-6/+6
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-5/+2
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 Hertzog1-2/+3
2009-10-04Update all Perl modules and scripts to use the new Dpkg::Version APIRaphaël Hertzog1-31/+34
2009-09-19Get rid of Dpkg::Deps @src_dep_fields @pkg_dep_fields and %dep_field_typeRaphaël Hertzog1-47/+2
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-1/+1
2009-06-25Dpkg::Deps: fix dependency parsing codeRaphael Hertzog1-2/+2
2009-05-10Fix POD errors detected by podchecker in perl modulesGuillem Jover1-0/+9
2009-04-17Dpkg::Deps::parse(): parse properly an empty dep with spaces onlyRaphael Hertzog1-0/+4
2009-03-16Dpkg::Deps: refuse to parse ORed deps only when union deps are requestedRaphael Hertzog1-2/+2
2009-03-15dpkg-gencontrol: improve error message with a bad union dependencyRaphael Hertzog1-1/+7
2008-12-09scripts: Do not mark internerr strings for translationGuillem Jover1-1/+1
2008-12-09scripts: Do not use sprintf for functions supporting variable argsGuillem Jover1-2/+3
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-3/+3
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-6/+6
2008-03-02Preserve the order of dependencies and build-dependenciesRaphael Hertzog1-1/+13
2007-12-11Dpkg::Deps: tweak the comparison algorithm to sort > lower than <Raphael Hertzog1-4/+42
2007-11-19Dpkg::Deps::parse(): handle empty fields properly instead of returning undefRaphael Hertzog1-1/+0
2007-10-29Dpkg::Deps: Add a missing =back in PODFrank Lichtenheld1-0/+2
2007-10-18Dpkg::Deps: add some integrated POD documentation of the APIRaphael Hertzog1-6/+335
2007-10-18Add new module Dpkg::Deps to handle dependencies and some corresponding testsRaphael Hertzog1-0/+784