summaryrefslogtreecommitdiffstats
path: root/debian/dlopenlibdeps.pm
blob: 2d98645b0b4743eb115478094e9fa7676d679b3a (plain)
1
2
3
4
5
6
7
#!/usr/bin/perl

use strict;
use warnings;
use Debian::Debhelper::Dh_Lib;

insert_after("dh_shlibdeps", "dh_dlopenlibdeps");