[librest-client-perl] 11/11: Fixed pending packaging bugs.

Ernesto Hernández-Novich emhn-guest at moszumanska.debian.org
Sun Apr 17 16:00:37 UTC 2016


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

emhn-guest pushed a commit to branch master
in repository librest-client-perl.

commit 669adcb4896cec1063b047cdfc1ef5619c7ed8df
Author: Ernesto Hernández-Novich <emhnemhn at gmail.com>
Date:   Sun Apr 17 11:21:30 2016 -0430

    Fixed pending packaging bugs.
    
    * Proper copyright dates for upstream.
    * Proper copyright for Module::Install.
    * Short description starts with lowercase. There's no obvious
      way to enhance the long description.
    * Reviewed Depends and Build-Depends for complete build with tests.
---
 debian/changelog | 19 ++-----------------
 debian/control   | 17 +++++++++++++----
 debian/copyright |  9 ++++++++-
 3 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2610732..abde3c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,5 @@
-librest-client-perl (271-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright:
-    + years of upstream copyright are missing
-    + inc/Module/* is missing
-      can be copied from
-      http://pkg-perl.alioth.debian.org/copyright.html#module__install
-      (and the years adjusted, we have to older -2010 version here)
-    + looking at META.yml and the build output (prerequisite X not found,
-      skipped tests) show that some packages are missing in
-      Build-Depends-Indep and Depends. autopkgtests also fail due to the
-      missing dependencies
-  - d/copyright:
-    + short description should start with a small letter
-    + (maybe try to make the long description a bit longer)
+librest-client-perl (271-1) unstable; urgency=low
 
   * Initial Release (Closes: #767656)
 
- -- Anuradha Weeraman <anuradha at gnuromancer.org>  Sat, 1 Nov 2014 22:24:40 +0530
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Sun, 17 Apr 2016 11:21:05 -0430
diff --git a/debian/control b/debian/control
index ce0f07b..ed67d24 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,12 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Anuradha Weeraman <anuradha at gnuromancer.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl
+Build-Depends-Indep: libcrypt-ssleay-perl,
+ libhttp-server-simple-perl,
+ liblwp-protocol-https-perl,
+ liburi-perl,
+ libwww-perl,
+ perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librest-client-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librest-client-perl.git
@@ -13,7 +18,11 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: librest-client-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: Simple client for interacting with RESTful http/https resources
+Depends: ${misc:Depends}, ${perl:Depends},
+  libcrypt-ssleay-perl,
+  liblwp-protocol-https-perl,
+  liburi-perl,
+  libwww-perl
+Description: simple client for interacting with RESTful HTTP/HTTPS resources
  REST::Client provides an easy to use interface for interacting with RESTful
- http/https resources through an intuitive API.
+ HTTP/HTTPS resources through an intuitive API.
diff --git a/debian/copyright b/debian/copyright
index 129b933..a127693 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,18 @@ Upstream-Contact: Miles Crawford, <mcrawfor at cpan.org>
 Upstream-Name: REST-Client
 
 Files: *
-Copyright: Miles Crawford, <mcrawfor at cpan.org>
+Copyright: 2008-2010, Miles Crawford, <mcrawfor at cpan.org>
+License: Artistic or GPL-1+
+
+Files: inc/Module/*
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2014, Anuradha Weeraman <aweeraman at gmail.com>
+ 2016, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librest-client-perl.git



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