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=bf310c81c7b48e6eca78b80d7f4fe3922ef042d4 commit bf310c81c7b48e6eca78b80d7f4fe3922ef042d4 Author: Guillem Jover <[email protected]> AuthorDate: Thu Sep 18 11:44:13 2025 +0200 scripts: Remove unnecessary terminating 0 in scripts Changelog: internal --- scripts/dpkg-buildapi.pl | 2 -- scripts/dpkg-name.pl | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/dpkg-buildapi.pl b/scripts/dpkg-buildapi.pl index 345732039..94decf6d9 100755 --- a/scripts/dpkg-buildapi.pl +++ b/scripts/dpkg-buildapi.pl @@ -70,5 +70,3 @@ while (@ARGV) { my $ctrl = Dpkg::Control::Info->new($controlfile); print get_build_api($ctrl) . "\n"; - -0; diff --git a/scripts/dpkg-name.pl b/scripts/dpkg-name.pl index 211f48982..ae6580383 100755 --- a/scripts/dpkg-name.pl +++ b/scripts/dpkg-name.pl @@ -256,5 +256,3 @@ while (@ARGV) { foreach my $file (@files) { move($file); } - -0; -- Dpkg.Org's dpkg

