summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Shlibs.pm
AgeCommit message (Expand)AuthorFilesLines
2015-03-30perl: Rework use and exporter declarationsGuillem Jover1-3/+7
2015-01-28Dpkg::Shlibs: Prefer multiarch paths to multilib onesHelmut Grohne1-3/+3
2015-01-28Dpkg::Shlibs: Split multiarch cross-compilation libraries from toolchain onesGuillem Jover1-1/+5
2015-01-28Dpkg::Shlibs: Do not use an intermediate library path variableGuillem Jover1-5/+5
2015-01-28Dpkg::Shlibs: Detangle deprecated multilib paths into their own variablesGuillem Jover1-2/+6
2015-01-28Dpkg::Shlibs: Remove support for GCC_TARGET environment variableGuillem Jover1-4/+0
2015-01-28Dpkg::Shlibs: Move @librarypaths setup into new setup_library_paths() functionGuillem Jover1-42/+55
2015-01-28Dpkg::Shlibs: Rename reset_library_paths() to blank_library_paths()Guillem Jover1-5/+5
2015-01-28Dpkg: Use shift instead of @_ on single argument unpackingGuillem Jover1-1/+1
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-1/+1
2014-04-21scripts: Localize $_ in functions with while (<$fh>) style loopsGuillem Jover1-0/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-11-24Dpkg::Shlibs: Deprecate @librarypaths package variableGuillem Jover1-3/+13
2013-07-26dpkg-shlibdeps: New option -l to add private shared library directoriesGuillem Jover1-3/+8
2013-07-18scripts: Use Dpkg::Util list functions instead of grepGuillem Jover1-2/+3
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-4/+4
2013-04-29scripts: Use // operator instead of an explicit defined checkGuillem Jover1-1/+1
2013-04-19Use just 'return' instead of 'return undef' in perl codeGuillem Jover1-1/+1
2011-10-12Dpkg::Shlibs: look into multi-arch paths when cross-buildingRaphaël Hertzog1-3/+8
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-08Fix copyright statementsGuillem Jover1-1/+1
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2008-12-09Dpkg::ErrorHandling: Export public functions by defaultGuillem Jover1-1/+1
2008-03-27dpkg-shlibdeps: add cross-compilation supportRaphael Hertzog1-1/+27
2008-01-18Fix many syserr(), warning(), error() and subprocerr() calls in Dpkg::Shlibs::*Raphael Hertzog1-3/+2
2007-12-08Dpkg::Shlibs::find_library() tries harder to return the canonical nameRaphael Hertzog1-3/+15
2007-11-25Dpkg::Shlibs::find_library() now returns canonicalized pathsRaphael Hertzog1-1/+3
2007-11-22Dpkg::Shlibs: Always consider all paths from LD_LIBRARY_PATHRaphael Hertzog1-3/+1
2007-10-18Do not call textdomain from perl modulesGuillem Jover1-2/+0
2007-07-08Dpkg::Shlibs.pm: Code cleanupFrank Lichtenheld1-11/+19
2007-07-08Rename and Reorder modules directoryFrank Lichtenheld1-0/+84