summaryrefslogtreecommitdiff
path: root/scripts/dpkg-shlibdeps.pl
AgeCommit message (Expand)AuthorFilesLines
2019-01-15dpkg-shlibdeps: Remove duplicate word across newline boundaryGuillem Jover1-1/+1
2019-01-15dpkg-shlibdeps: Remove unused variableGuillem Jover1-2/+0
2018-08-30dpkg-shlibdeps: Split string at \n boundaryGuillem Jover1-2/+3
2018-05-04Dpkg::Version: Fix bool overload behaviorGuillem Jover1-1/+2
2017-09-24perl: Remove unused use POSIX module importsGuillem Jover1-1/+0
2017-07-11dpkg-shlibdeps: Cache get_control_path() callsGuillem Jover1-1/+7
2017-05-20dpkg-shlibdeps: Remove unused my $file variableNiels Thykier1-1/+0
2017-05-20Dpkg::Util: Remove and replace with core module List::UtilGuillem Jover1-1/+1
2017-05-17dpkg-shlibdeps: Preserve the order when scanning symbols/shlibs filesGuillem Jover1-23/+51
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
2017-01-26dpkg-shlibdeps: Improve ELF ABI mismatch detectorGuillem Jover1-5/+6
2017-01-26Dpkg::ErrorHandling: Add a new debug() functionGuillem Jover1-19/+20
2016-12-19dpkg-shlibdeps: Improve logic to identify packages owning a libraryRaphaël Hertzog1-15/+16
2016-05-02dpkg-shlibdeps: Add new -I option to ignore package build directoriesGuillem Jover1-8/+23
2015-09-17dpkg-shlibdeps: Move regex variable inside functionGuillem Jover1-12/+13
2015-09-14perl: Split overlong regexes into multiline extended regexesGuillem Jover1-1/+13
2015-07-28doc: Fix multiple typosGuillem Jover1-1/+1
2015-05-30dpkg-shlibdeps: Reformat map/grep/keys usage to make it easier to readGuillem Jover1-2/+3
2015-05-30dpkg-shlibdeps: Initialize $warnings with ORed constants instead of a literalGuillem Jover1-1/+1
2015-05-18dpkg-shlibdeps: Use Dpkg::Substvars instead of ad-hoc parsing the fileGuillem Jover1-20/+13
2015-04-10dpkg-shlibdeps: Say substvars instead of varlist in error messagesGuillem Jover1-2/+3
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-7/+7
2015-01-28dpkg-shlibdeps: Use dpkg-query instead of dpkg for --searchGuillem Jover1-3/+3
2015-01-28scripts: Rename and deprecate _g function with g_Guillem Jover1-36/+36
2014-10-12dpkg-shlibdeps: Handle empty minimum versions when initializing themGuillem Jover1-1/+1
2014-10-12scripts: Do not modify the topic variable values in list functionsGuillem Jover1-5/+6
2014-10-12dpkg-shlibdeps: Initialize with correct minimum version from a symbols fileJérémy Bobbio1-7/+3
2014-10-12doc, scripts: Fix typos in commentsGuillem Jover1-5/+5
2014-10-06perl: Do not use the topic variable unnecessarilyGuillem Jover1-2/+2
2014-10-06scripts: Use named variables instead of using the topic variableGuillem Jover1-12/+12
2014-08-15dpkg-shlibdeps: Do not unnecessarily interpolate stringsGuillem Jover1-3/+3
2014-08-15dpkg-shlibdeps: fix error string embedding literal '\n' instead of the expect...Raphaël Hertzog1-4/+4
2014-08-09dpkg-shlibdeps: Add a hint to the error on no dependency information foundSylvestre Ledru1-1/+3
2014-08-09scripts: Use //= instead of explicit defined or exists checksGuillem Jover1-8/+4
2014-05-27Replace non-breaking spaces with ASCII spacesGuillem Jover1-2/+2
2014-05-17perl: Fix unused capture groups false positivesGuillem Jover1-1/+2
2014-05-17scripts: Switch unused capturing groups to non-capturing onesGuillem Jover1-1/+1
2014-04-21scripts: Use // operator instead of defined and ternary operatorGuillem Jover1-1/+1
2014-04-21scripts: Add a space after commaGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05Add experimental build profiles supportGuillem Jover1-1/+1
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover1-3/+3
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover1-16/+16
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover1-4/+5
2013-11-24perl: Always check open() return valueGuillem Jover1-1/+2
2013-11-24Dpkg::Shlibs: Deprecate @librarypaths package variableGuillem Jover1-2/+2
2013-10-27scripts: Improve and unify -O option handling and man page wordingGuillem Jover1-2/+4
2013-10-27scripts: Do not prefix paths with ./ before calling openGuillem Jover1-1/+0
2013-09-19Decapitalize error and warning messagesGuillem Jover1-1/+1
2013-07-26scripts: Use () instead of qw() for empty importsGuillem Jover1-1/+1