diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:15:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:15:00 +0000 |
commit | 32871c0afc6266db02714d06b6b90825c944d5cf (patch) | |
tree | 3aa83dc985dbf96e0c20cfdf52a8a6293ac1f2e9 /lib/Debian/Debhelper/Sequence | |
parent | Adding debian version 0.1.22.3. (diff) | |
download | debputy-32871c0afc6266db02714d06b6b90825c944d5cf.tar.xz debputy-32871c0afc6266db02714d06b6b90825c944d5cf.zip |
Merging upstream version 0.1.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Debian/Debhelper/Sequence')
-rw-r--r-- | lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm b/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm index 53971e8..22d61e3 100644 --- a/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm +++ b/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm @@ -7,6 +7,7 @@ if (exists($INC{"Debian/Debhelper/Sequence/debputy.pm"})) { add_command_options('dh_debputy', '--integration-mode=rrr'); remove_command('dh_fixperms'); +remove_command('dh_shlibdeps'); remove_command('dh_gencontrol'); remove_command('dh_md5sums'); remove_command('dh_builddeb'); |