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 | 9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8 (patch) | |
tree | bf12b6e712765855e336caea44fa46c2427f62cf /lib/Debian/Debhelper | |
parent | Adding debian version 0.1.39. (diff) | |
download | debputy-9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8.tar.xz debputy-9a0e4aab1d70d07211e71dbf66ec9ea5c957ebb8.zip |
Merging upstream version 0.1.40.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'lib/Debian/Debhelper')
-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'); |