diff options
Diffstat (limited to 'lib')
-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'); |