[libio-prompt-tiny-perl] 02/03: Update d/copyright and d/control
Marius Gavrilescu
marius-guest at alioth.debian.org
Wed Sep 18 16:49:03 UTC 2013
This is an automated email from the git hooks/post-receive script.
marius-guest pushed a commit to branch master
in repository libio-prompt-tiny-perl.
commit 108e8ff7b8dc2d281814996d389a3782b564bf45
Author: Marius Gavrilescu <marius at ieval.ro>
Date: Wed Sep 18 19:40:15 2013 +0300
Update d/copyright and d/control
---
debian/control | 8 +++-----
debian/copyright | 10 +---------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/debian/control b/debian/control
index fe0d3d4..34bb5f7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Marius Gavrilescu <marius at ieval.ro>
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
- perl (>= 5.13.4)
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-prompt-tiny-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-prompt-tiny-perl.git
@@ -14,7 +14,7 @@ Homepage: https://metacpan.org/release/IO-Prompt-Tiny
Package: libio-prompt-tiny-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
-Description: Prompt for user input with a default option
+Description: module that prompts for user input with a default option
This is an extremely simple prompting module, based on the extremely simple
prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and
this module gives it to you without all the overhead of ExtUtils::MakeMaker
@@ -23,5 +23,3 @@ Description: Prompt for user input with a default option
It doesn't do any validation, coloring, menus, timeouts, or any of the wild,
crazy, cool stuff that other prompting modules do. It just prompts with a
default. That's it!
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 4d65061..33b9975 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,17 +2,9 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/IO-Prompt-Tiny
Upstream-Contact: David Golden <dagolden at cpan.org>
Upstream-Name: IO-Prompt-Tiny
-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: David Golden <dagolden at cpan.org>
+Copyright: 2012, David Golden <dagolden at cpan.org>
License: Apache-2.0
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-prompt-tiny-perl.git
More information about the Pkg-perl-cvs-commits
mailing list