[libwww-shorten-github-perl] 01/03: first release

dod at debian.org dod at debian.org
Sun Nov 13 16:23:36 UTC 2016


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

dod pushed a commit to branch master
in repository libwww-shorten-github-perl.

commit 85485a32299fdcf27b8a23bbb75602035e734288
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Nov 13 16:48:26 2016 +0100

    first release
---
 debian/control   | 31 +++++++++++++++++--------------
 debian/copyright | 14 +++-----------
 2 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 99b71f7..bcc7c72 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,30 @@
 Source: libwww-shorten-github-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dod at debian.org>
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: liblwp-protocol-https-perl,
- liburi-perl (>= 1.38),
- libwww-shorten-perl (>= 1.98),
- perl (>= 5.15.3)
+                     liburi-perl,
+                     libwww-shorten-perl,
+                     perl (>= 5.15.3)
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libwww-shorten-github-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libwww-shorten-github-perl.git
 Homepage: https://metacpan.org/release/WWW-Shorten-GitHub
-Testsuite: autopkgtest-pkg-perl
 
 Package: libwww-shorten-github-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liblwp-protocol-https-perl,
- liburi-perl (>= 1.38),
- libwww-shorten-perl (>= 1.92),
- perl (>= 5.15.3)
-Description: Shorten GitHub URLs using GitHub's URL shortener - git.io
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liblwp-protocol-https-perl,
+         liburi-perl,
+         libwww-shorten-perl,
+         perl (>= 5.15.3)
+Description: shorten GitHub URLs using GitHub's URL shortener
+ This module provides a perl interface to GitHub's URL shortening
+ service, git.io.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ It allows you to shorten any GitHub URL, and also retrieve the original
+ URL from a pre-shortened URL
diff --git a/debian/copyright b/debian/copyright
index 9b5c9c8..6750cee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,15 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Source: https://metacpan.org/release/WWW-Shorten-GitHub
-Upstream-Contact: James Aitken <jaitken at cpan.org>
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: WWW-Shorten-GitHub
-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.
+Upstream-Contact: James Aitken <jaitken at cpan.org>
+Source: https://metacpan.org/release/WWW-Shorten-GitHub
 
 Files: *
 Copyright: James Aitken <jaitken at cpan.org>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-shorten-github-perl.git



More information about the Pkg-perl-cvs-commits mailing list