This is an automated email from the git hooks/post-receive script.

joenio-guest pushed a commit to branch master
in repository libshell-config-generate-perl.

commit ed1d50cfb6b066e1956c8ff1c313f3da1af2463f
Author: Joenio Costa <joe...@joenio.me>
Date:   Mon Sep 19 23:02:36 2016 -0300

    fix debian/control
    
    * add Debian Perl Group as Maintainer
    * C.J. Collier as Uploaders
    * added Vcs-* headers
    * added tag autopkgtest-pkg-perl
    * better short/long description
---
 debian/control | 40 ++++++++++------------------------------
 1 file changed, 10 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index 34a92bf..4b7bf9a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,44 +1,24 @@
 Source: libshell-config-generate-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: C.J. Collier <cjcoll...@linuxfoundation.org>
 Section: perl
 Priority: optional
-Maintainer: C.J. Collier <cjcoll...@linuxfoundation.org>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libshell-guess-perl (>= 0.02),
- perl (>= 5.11.1)
+                     perl
 Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libshell-config-generate-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libshell-config-generate-perl.git
 Homepage: https://metacpan.org/release/Shell-Config-Generate
+Testsuite: autopkgtest-pkg-perl
 
 Package: libshell-config-generate-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libshell-guess-perl (>= 0.02)
-Description: Portably generate config for any shell
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libshell-guess-perl (>= 0.02)
+Description: Perl module to generate config file for any shell
  Shell::Config::Generate provides an interface for specifying shell
  configurations for different shell environments without having to worry about
  the arcane differences between shells such as csh, sh, cmd.exe and
  command.com.
- .
- It does not modify the current environment, but it can be used to create
- shell configurations which do modify the environment.
- .
- This module uses Shell::Guess to represent the different types of shells that
- are supported. In this way you can statically specify just one or more
- shells:
- .
- #!/usr/bin/perl
- .
- use Shell::Guess;
- .
- use Shell::Config::Generate;
- .
- my $config = Shell::Config::Generate->new;
- .
- # ... config ...
- .
- $config->generate_file(Shell::Guess->bourne_shell, 'foo.sh' );
- .
- $config->generate_file(Shell::Guess->c_shell, 'foo.csh');
- .
- $config->generate_file(Shell::Guess->cmd_shell, 'foo.cmd');
- .
- $config->generate_file(Shell::Guess->command_shell, 'foo.bat');

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libshell-config-generate-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to