Changeset 147
- Timestamp:
- 12/04/08 14:22:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debbuild
r145 r147 1440 1440 next if /linux-gate.so/; # Kernel hackery for teh W1n!!1!1eleventy-one!1 (Don't ask. Feh.) 1441 1441 1442 my ($req) = (/^\s+([a-z0-9._-]+)/); # dig out the actual library (so)name 1442 my ($req) = (m|=\>\s+([a-z0-9._/-]+)|); # dig out the actual library (so)name. 1443 # And feh, we need the *path*, since I've discovered a new edge case where 1444 # the same libnnn.1.2.3 *file*name is found across *several* lib dirs. >:( 1443 1445 1444 1446 # Ignore libs provided by this package. Note that we don't match
Note:
See TracChangeset
for help on using the changeset viewer.