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 | 4e795c0390c14f0a275a3f5fd340c41baa963fe2 (patch) | |
tree | de181f88e9ffe40e437a2ecb114ec738dec8447f /lib/Debian | |
parent | Releasing progress-linux version 0.1.22.3-0.0~progress7.99u1. (diff) | |
download | debputy-4e795c0390c14f0a275a3f5fd340c41baa963fe2.tar.xz debputy-4e795c0390c14f0a275a3f5fd340c41baa963fe2.zip |
Merging upstream version 0.1.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Debian')
-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'); |