This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libnet-dict-perl.
commit d41bc8da09d02861c76c3e797f65da4ea1ca7f20 Author: Lucas Kanashiro <[email protected]> Date: Sun Jul 19 14:03:27 2015 -0300 Set up debian directory --- debian/changelog | 4 ++-- debian/control | 13 +++++++++---- debian/copyright | 23 +++++++++++++---------- debian/libnet-dict-perl.docs | 1 - 4 files changed, 24 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c73b4c..2099c3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ libnet-dict-perl (2.19-1) unstable; urgency=low - * Initial Release. + * Initial Release. (Closes: #792879) - -- Lucas Kanashiro <kanashiro@ghost> Sun, 19 Jul 2015 12:23:36 -0300 + -- Lucas Kanashiro <[email protected]> Sun, 19 Jul 2015 12:23:36 -0300 diff --git a/debian/control b/debian/control index 3aa53dc..edd4a14 100644 --- a/debian/control +++ b/debian/control @@ -1,16 +1,21 @@ Source: libnet-dict-perl Section: perl Priority: optional -Maintainer: Lucas Kanashiro <kanashiro@ghost> +Maintainer: Debian Perl Group <[email protected]> +Uploaders: Lucas Kanashiro <[email protected]> Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.6 Homepage: https://metacpan.org/release/Net-Dict +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-dict-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-dict-perl.git +Testsuite: autopkgtest-pkg-perl Package: libnet-dict-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: client API for accessing dictionary servers (RFC 2229) - (no description was found) - . - This description was automagically extracted from the module by dh-make-perl. + Net::Dict is a perl module for looking up words and their definitions on + network dictionary servers. Net::Dict provides a simple DICT client API for + the network protocol described in RFC2229. This module allows connect with + DICT server, matching words and selecting databases. diff --git a/debian/copyright b/debian/copyright index 1d11969..19d9dd3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,21 +2,24 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Net-Dict Upstream-Contact: Neil Bowers <[email protected]> Upstream-Name: Net-Dict -DISCLAIMER: This copyright info was automatically extracted - from the perl module. It may not be accurate, so you better - check the module sources in order to ensure the module for its - inclusion in Debian or for general legal information. Please, - if licensing information is incorrectly generated, file a bug - on dh-make-perl. - NOTE: Don't forget to remove this disclaimer once you are happy - with this file. Files: * -Copyright: Neil Bowers <[email protected]> +Copyright: 2001-2014 Neil Bowers <[email protected]> +License: Artistic or GPL-1+ + +Files: lib/Net/Dict.pod +Copyright: 2002-2014 Neil Bowers <[email protected]> + 2001 Canon Research Centre Europe, Ltd. + 1998 Dmitry Rubinstein <[email protected]> +License: Artistic or GPL-1+ + +Files: lib/Net/Dict.pm +Copyright: 2001-2003 Neil Bowers <[email protected]> + 1998 Dmitry Rubinstein <[email protected]> License: Artistic or GPL-1+ Files: debian/* -Copyright: 2015, Lucas Kanashiro <kanashiro@ghost> +Copyright: 2015 Lucas Kanashiro <[email protected]> License: Artistic or GPL-1+ License: Artistic diff --git a/debian/libnet-dict-perl.docs b/debian/libnet-dict-perl.docs deleted file mode 100644 index 3aa864b..0000000 --- a/debian/libnet-dict-perl.docs +++ /dev/null @@ -1 +0,0 @@ -TODO.md -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dict-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
