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=ff52aa3fdb60ecdd7ec86805bb4b9f0b6b7b7fa2 commit ff52aa3fdb60ecdd7ec86805bb4b9f0b6b7b7fa2 Author: Guillem Jover <[email protected]> AuthorDate: Tue Sep 23 13:13:02 2025 +0200 perl: Fix code indentation (round two) This got missed in commit 50025951805cf36d7d194ed1e35adcbf547f8232. The code was not indented to the expected amount of spaces, which made it confusing to read. Blame-Ignore: yes --- dselect/methods/Dselect/Method/Ftp.pm | 4 ++-- dselect/methods/media/install.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dselect/methods/Dselect/Method/Ftp.pm b/dselect/methods/Dselect/Method/Ftp.pm index 4550631f9..96b36dac8 100644 --- a/dselect/methods/Dselect/Method/Ftp.pm +++ b/dselect/methods/Dselect/Method/Ftp.pm @@ -118,10 +118,10 @@ sub do_connect { last TRY_CONNECT; } -# if (! $ftp->pasv()) { +# if (! $ftp->pasv()) { # print $ftp->message . "\n"; # die 'error'; -# } +# } return $ftp; } diff --git a/dselect/methods/media/install.pl b/dselect/methods/media/install.pl index 0feaf24fc..81496abbf 100755 --- a/dselect/methods/media/install.pl +++ b/dselect/methods/media/install.pl @@ -262,7 +262,7 @@ my $ouch; my @media = sort keys %medium; if (@media) { print "You will need the following distribution disc(s):\n", - join(q{, }, @media), "\n"; + join(q{, }, @media), "\n"; } foreach my $need (@media) { -- Dpkg.Org's dpkg

