summaryrefslogtreecommitdiffstats
path: root/debian/dlopenlibdeps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/dlopenlibdeps.pm')
-rw-r--r--debian/dlopenlibdeps.pm7
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");