[libhijk-perl] 02/02: Changes for debian packaging

Robin Sheat eythian-guest at moszumanska.debian.org
Sat Jul 19 01:32:55 UTC 2014


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

eythian-guest pushed a commit to branch master
in repository libhijk-perl.

commit 14cd490a2ce0eea1bd68c568befb26e967f54f5a
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Sat Jul 19 13:31:43 2014 +1200

    Changes for debian packaging
---
 debian/changelog |  4 ++--
 debian/control   | 11 ++++++++---
 debian/copyright | 35 +++++++++++++++++++++++++----------
 3 files changed, 35 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 722e157..ba53900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libhijk-perl (0.13-1) UNRELEASED; urgency=low
+libhijk-perl (0.13-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release. Closes: #755239
 
  -- Robin Sheat <robin at catalyst.net.nz>  Sat, 19 Jul 2014 12:44:28 +1200
diff --git a/debian/control b/debian/control
index 1c60992..37dcb9e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,12 @@ Homepage: https://metacpan.org/release/Hijk
 Package: libhijk-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Specialized HTTP client
- (no description was found)
+Description: simple perl module for easily accessing HTTP services
+ Hijk is a specialized HTTP Client that does nothing but transport the response
+ body back. It does not feature as a "user agent", but as a dumb client. It is
+ suitable for connecting to data servers transporting via HTTP rather then web
+ servers.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Most of HTTP features like proxy, redirect, Transfer-Encoding, or SSL are not
+ supported at all. For those requirements we already have many good HTTP
+ clients like HTTP::Tiny, Furl or LWP::UserAgent.
diff --git a/debian/copyright b/debian/copyright
index b7c201c..0ae9a1d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,18 +2,13 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Hijk
 Upstream-Contact: Kang-min Liu & Borislav Nikolov
 Upstream-Name: Hijk
-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: Kang-min Liu & Borislav Nikolov
-License: 
+Copyright: 2013, Kang-min Liu & Borislav Nikolov
+License: Expat
+Comment: The source files say "The MIT License", and the included
+ META.json links to the license content which is identical to the
+ Expat license.
 
 Files: debian/*
 Copyright: 2014, Robin Sheat <robin at catalyst.net.nz>
@@ -34,3 +29,23 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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



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