This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libnet-nbname-perl.
commit 8b5049414147627df289b940f3437e41619482c2 Author: gregor herrmann <[email protected]> Date: Sat Sep 9 18:55:20 2017 +0200 takeover, part 2 Gbp-Dch: Ignore --- debian/changelog | 9 +++++++++ debian/control | 10 +++++++--- debian/watch | 2 ++ 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d6b72f7..1a45a6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,15 @@ libnet-nbname-perl (0.26-2) UNRELEASED; urgency=medium * Take over for the Debian Perl Group on maintainer's request (https://lists.debian.org/debian-perl/2017/08/msg00098.html) + * debian/control: Added: Vcs-Git field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza); + ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian + Perl Group <[email protected]> (was: + Martin Orr <[email protected]>); Martin Orr + <[email protected]> moved to Uploaders; Replace (build- + )dependency on ancient version of perl with a dependency on perl + without a version (as permitted by Debian Policy 3.8.3). + * Add debian/watch. -- gregor herrmann <[email protected]> Sat, 09 Sep 2017 18:54:04 +0200 diff --git a/debian/control b/debian/control index da72e7b..7528972 100644 --- a/debian/control +++ b/debian/control @@ -1,13 +1,17 @@ Source: libnet-nbname-perl Section: perl Priority: extra -Maintainer: Martin Orr <[email protected]> -Build-Depends: debhelper (>= 10~), perl (>= 5.6.0-16) +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Martin Orr <[email protected]> +Build-Depends: debhelper (>= 10~), perl Standards-Version: 3.7.2 +Homepage: https://metacpan.org/release/Net-NBName +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnet-nbname-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-nbname-perl.git Package: libnet-nbname-perl Architecture: all -Depends: ${perl:Depends} +Depends: ${misc:Depends}, ${perl:Depends} Suggests: libnet-netmask-perl Description: NetBIOS Name Service Requests This is the Net::NBName Perl module, for resolving the NetBIOS host names diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f4e0190 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://metacpan.org/release/Net-NBName .*/Net-NBName-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-nbname-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
