diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-01 18:12:27 +0000 |
commit | b4948f836a662ffa5ba169f4402720d67c01de12 (patch) | |
tree | 627e164619e892e425451cae882fc9b9eaab6533 /lib/Debian | |
parent | Adding upstream version 0.1.39. (diff) | |
download | debputy-b4948f836a662ffa5ba169f4402720d67c01de12.tar.xz debputy-b4948f836a662ffa5ba169f4402720d67c01de12.zip |
Adding upstream version 0.1.40.upstream/0.1.40
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, 0 insertions, 1 deletions
diff --git a/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm b/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm index 22d61e3..c912cc3 100644 --- a/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm +++ b/lib/Debian/Debhelper/Sequence/zz_debputy_rrr.pm @@ -4,7 +4,6 @@ insert_after('dh_builddeb', 'dh_debputy'); if (exists($INC{"Debian/Debhelper/Sequence/debputy.pm"})) { error("The zz-debputy-rrr sequence cannot be used with the (zz-)debputy sequence"); } -add_command_options('dh_debputy', '--integration-mode=rrr'); remove_command('dh_fixperms'); remove_command('dh_shlibdeps'); |