index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
dpkg-shlibdeps.pl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-24
perl: Remove unused use POSIX module imports
Guillem Jover
1
-1
/
+0
2017-07-11
dpkg-shlibdeps: Cache get_control_path() calls
Guillem Jover
1
-1
/
+7
2017-05-20
dpkg-shlibdeps: Remove unused my $file variable
Niels Thykier
1
-1
/
+0
2017-05-20
Dpkg::Util: Remove and replace with core module List::Util
Guillem Jover
1
-1
/
+1
2017-05-17
dpkg-shlibdeps: Preserve the order when scanning symbols/shlibs files
Guillem Jover
1
-23
/
+51
2017-05-06
doc: Spelling fixes
Josh Soref
1
-1
/
+1
2017-01-26
dpkg-shlibdeps: Improve ELF ABI mismatch detector
Guillem Jover
1
-5
/
+6
2017-01-26
Dpkg::ErrorHandling: Add a new debug() function
Guillem Jover
1
-19
/
+20
2016-12-19
dpkg-shlibdeps: Improve logic to identify packages owning a library
Raphaël Hertzog
1
-15
/
+16
2016-05-02
dpkg-shlibdeps: Add new -I option to ignore package build directories
Guillem Jover
1
-8
/
+23
2015-09-17
dpkg-shlibdeps: Move regex variable inside function
Guillem Jover
1
-12
/
+13
2015-09-14
perl: Split overlong regexes into multiline extended regexes
Guillem Jover
1
-1
/
+13
2015-07-28
doc: Fix multiple typos
Guillem Jover
1
-1
/
+1
2015-05-30
dpkg-shlibdeps: Reformat map/grep/keys usage to make it easier to read
Guillem Jover
1
-2
/
+3
2015-05-30
dpkg-shlibdeps: Initialize $warnings with ORed constants instead of a literal
Guillem Jover
1
-1
/
+1
2015-05-18
dpkg-shlibdeps: Use Dpkg::Substvars instead of ad-hoc parsing the file
Guillem Jover
1
-20
/
+13
2015-04-10
dpkg-shlibdeps: Say substvars instead of varlist in error messages
Guillem Jover
1
-2
/
+3
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-7
/
+7
2015-01-28
dpkg-shlibdeps: Use dpkg-query instead of dpkg for --search
Guillem Jover
1
-3
/
+3
2015-01-28
scripts: Rename and deprecate _g function with g_
Guillem Jover
1
-36
/
+36
2014-10-12
dpkg-shlibdeps: Handle empty minimum versions when initializing them
Guillem Jover
1
-1
/
+1
2014-10-12
scripts: Do not modify the topic variable values in list functions
Guillem Jover
1
-5
/
+6
2014-10-12
dpkg-shlibdeps: Initialize with correct minimum version from a symbols file
Jérémy Bobbio
1
-7
/
+3
2014-10-12
doc, scripts: Fix typos in comments
Guillem Jover
1
-5
/
+5
2014-10-06
perl: Do not use the topic variable unnecessarily
Guillem Jover
1
-2
/
+2
2014-10-06
scripts: Use named variables instead of using the topic variable
Guillem Jover
1
-12
/
+12
2014-08-15
dpkg-shlibdeps: Do not unnecessarily interpolate strings
Guillem Jover
1
-3
/
+3
2014-08-15
dpkg-shlibdeps: fix error string embedding literal '\n' instead of the expect...
Raphaël Hertzog
1
-4
/
+4
2014-08-09
dpkg-shlibdeps: Add a hint to the error on no dependency information found
Sylvestre Ledru
1
-1
/
+3
2014-08-09
scripts: Use //= instead of explicit defined or exists checks
Guillem Jover
1
-8
/
+4
2014-05-27
Replace non-breaking spaces with ASCII spaces
Guillem Jover
1
-2
/
+2
2014-05-17
perl: Fix unused capture groups false positives
Guillem Jover
1
-1
/
+2
2014-05-17
scripts: Switch unused capturing groups to non-capturing ones
Guillem Jover
1
-1
/
+1
2014-04-21
scripts: Use // operator instead of defined and ternary operator
Guillem Jover
1
-1
/
+1
2014-04-21
scripts: Add a space after comma
Guillem Jover
1
-1
/
+1
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
Add experimental build profiles support
Guillem Jover
1
-1
/
+1
2013-12-04
perl: Surround FileHandles with braces in print calls
Guillem Jover
1
-3
/
+3
2013-12-04
perl: Switch to use low precedence boolean operators for error checks
Guillem Jover
1
-16
/
+16
2013-12-04
perl: Try to avoid boolean operators after predicates on error checks
Guillem Jover
1
-4
/
+5
2013-11-24
perl: Always check open() return value
Guillem Jover
1
-1
/
+2
2013-11-24
Dpkg::Shlibs: Deprecate @librarypaths package variable
Guillem Jover
1
-2
/
+2
2013-10-27
scripts: Improve and unify -O option handling and man page wording
Guillem Jover
1
-2
/
+4
2013-10-27
scripts: Do not prefix paths with ./ before calling open
Guillem Jover
1
-1
/
+0
2013-09-19
Decapitalize error and warning messages
Guillem Jover
1
-1
/
+1
2013-07-26
scripts: Use () instead of qw() for empty imports
Guillem Jover
1
-1
/
+1
2013-07-26
dpkg-shlibdeps: New option -l to add private shared library directories
Guillem Jover
1
-1
/
+4
2013-07-26
perl: Replace non-existent function call _() with _g()
Lincoln Myers
1
-1
/
+1
2013-07-18
scripts: Use Dpkg::Util list functions instead of grep
Guillem Jover
1
-6
/
+8
2013-07-18
scripts: Do not mix boolean operators
Guillem Jover
1
-1
/
+1
[next]