diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:25:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 04:25:26 +0000 |
commit | 95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0 (patch) | |
tree | e8ea4f88511fb8ef32e449da01317b0d69dd983a /debian/dlopenlibdeps.pm | |
parent | Adding upstream version 0.10~exp. (diff) | |
download | package-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.tar.xz package-notes-95e21a120aa181fb0d2a4aec0f5fad688aa1e7c0.zip |
Adding debian version 0.10~exp.debian/0.10_exp
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dlopenlibdeps.pm')
-rw-r--r-- | debian/dlopenlibdeps.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/dlopenlibdeps.pm b/debian/dlopenlibdeps.pm new file mode 100644 index 0000000..2d98645 --- /dev/null +++ b/debian/dlopenlibdeps.pm @@ -0,0 +1,7 @@ +#!/usr/bin/perl + +use strict; +use warnings; +use Debian::Debhelper::Dh_Lib; + +insert_after("dh_shlibdeps", "dh_dlopenlibdeps"); |