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=86326a0d19fece47a6ff8a26bd37c662c1b6bcd4

The following commit(s) were added to refs/heads/main by this push:
     new 86326a0d1 Dselect::Method::Ftp: Update package name
86326a0d1 is described below

commit 86326a0d19fece47a6ff8a26bd37c662c1b6bcd4 (HEAD -> main)
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Fri Mar 24 05:54:40 2023 +0100

    Dselect::Method::Ftp: Update package name
    
    The documentation and actual module name were not updated, due to a
    botched check run.
    
    Fixes: commit 306270f4bd1dbfed1629289727094e0204acbe6f
---
 dselect/methods/Dselect/Method/Ftp.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dselect/methods/Dselect/Method/Ftp.pm 
b/dselect/methods/Dselect/Method/Ftp.pm
index b460d0c56..c149e0ee5 100644
--- a/dselect/methods/Dselect/Method/Ftp.pm
+++ b/dselect/methods/Dselect/Method/Ftp.pm
@@ -15,7 +15,7 @@
 
 =head1 NAME
 
-Dselect::Ftp - dselect FTP method support
+Dselect::Method::Ftp - dselect FTP method support
 
 =head1 DESCRIPTION
 
@@ -25,7 +25,7 @@ B<Note>: This is a private module, its API can change at any 
time.
 
 =cut
 
-package Dselect::Ftp 0.02;
+package Dselect::Method::Ftp 0.01;
 
 use strict;
 use warnings;

-- 
Dpkg.Org's dpkg

Reply via email to