This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=068090fc7248b1ad30c9a6871a9a2824a4bba578 commit 068090fc7248b1ad30c9a6871a9a2824a4bba578 Author: Guillem Jover <[email protected]> AuthorDate: Sat Jan 22 19:00:02 2022 +0100 debian: Remove override_dh_perl This was removed in commit b6ec384e36614a53096ff29dbc26fae7a25e89ea, but got accidentally reintroduced when switching to the dh sequencer, due to a botched merge from an old commit. Fixes: commit b9afb861c35a6c76970aee0ad70a94f9fb6071b6 Reported-by: Sven Joachim <[email protected]> Changelog: silent --- debian/rules | 4 ---- 1 file changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index d5b68731e..12772037a 100755 --- a/debian/rules +++ b/debian/rules @@ -80,7 +80,3 @@ override_dh_installchangelogs: override_dh_bugfiles: dh_bugfiles -A - -override_dh_perl: - # The perl modules should not depend on a specific interpreter. - dh_perl -i -Nlibdpkg-perl -- Dpkg.Org's dpkg

