summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Path.pm
AgeCommit message (Expand)AuthorFilesLines
2016-10-31arch: Internally represent architectures as quadrupletsGuillem Jover1-2/+2
2016-07-03man, perl: Remove most AUTHOR sectionsGuillem Jover1-4/+0
2015-07-28Dpkg: Say FUNCTIONS instead of METHODS when appropriateGuillem Jover1-1/+1
2015-07-28Dpkg: Remove my keyword from POD function prototypesGuillem Jover1-5/+5
2015-05-18scripts: Document dpkg version when module versions got bumpedGuillem Jover1-5/+5
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-5/+11
2014-10-12scripts: Document all public module versions in a CHANGES sectionGuillem Jover1-0/+4
2014-08-09Dpkg::Path: Change find_command() to handle an empty or undef argumentGuillem Jover1-3/+8
2014-05-17Dpkg::Path: Bump VERSION to 1.03Guillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-06-22scripts: Do not inherit from Exporter just import its importGuillem Jover1-1/+1
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover1-9/+9
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover1-1/+1
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-7/+7
2011-07-11Dpkg::Path: new find_build_file() functionRaphaël Hertzog1-1/+44
2011-03-02Dpkg::Path::get_control_path(): wrapper around dpkg-query --control-pathRaphaël Hertzog1-3/+33
2010-07-31dpkg-buildpackage: Allow specifying absolute and relative paths on -rGuillem Jover1-3/+9
2010-05-21Dpkg::Path: new function find_command() that finds a command on the PATHRaphaël Hertzog1-2/+17
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-08Unify format in license headersGuillem Jover1-3/+3
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-06-26libdpkg-perl: Import Exporter with ‘use base’Guillem Jover1-2/+1
2009-05-10Fix POD errors detected by podchecker in perl modulesGuillem Jover1-0/+4
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-04-12dpkg-source: handle better symlinks to orig tarballRaphael Hertzog1-6/+13
2007-12-08Dpkg::Shlibs::find_library() tries harder to return the canonical nameRaphael Hertzog1-1/+59
2007-11-23dpkg-shlibdeps: add some cases where the lack of dependency information is ig...Raphael Hertzog1-1/+47
2007-11-19Bug fix in Dpkg::Path::get_pkg_root_dir() and related changes in dpkg-shlibdepsRaphael Hertzog1-2/+4
2007-09-26Create Dpkg::Path with some functions needed for dpkg-shlibdepsRaphael Hertzog1-0/+82