[librole-rest-client-perl] 02/02: Finalize Debian packaging work for initial upload
Michael Prokop
mika at moszumanska.debian.org
Sun Jul 3 14:25:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
mika pushed a commit to branch master
in repository librole-rest-client-perl.
commit a74112413ba31d1cc3eab5bfbf474c1ebf4375db
Author: Michael Prokop <mika at debian.org>
Date: Sun Jul 3 16:16:43 2016 +0200
Finalize Debian packaging work for initial upload
---
debian/changelog | 2 +-
debian/control | 41 ++++++++++-------------------------------
debian/copyright | 10 +---------
3 files changed, 12 insertions(+), 41 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d96bb21..b6cc067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-librole-rest-client-perl (0.18-1) UNRELEASED; urgency=low
+librole-rest-client-perl (0.18-1) unstable; urgency=low
* Initial Release. (Closes: #779729)
diff --git a/debian/control b/debian/control
index 610c04f..c28cc3b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,9 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Michael Prokop <mika at debian.org>
-Build-Depends: debhelper (>= 9)
+Build-Depends:
+ debhelper (>= 9),
+ libmodule-build-perl
Build-Depends-Indep: libdata-serializer-perl,
libhttp-message-perl,
libhttp-thin-perl,
@@ -18,9 +20,9 @@ Build-Depends-Indep: libdata-serializer-perl,
libxml-simple-perl,
libyaml-perl,
perl (>= 5.13.9)
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/librole-rest-client-perl.git
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librole-rest-client-perl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/librole-rest-client-perl.git
Homepage: https://metacpan.org/release/Role-REST-Client
Testsuite: autopkgtest-pkg-perl
@@ -37,31 +39,8 @@ Depends: ${misc:Depends}, ${perl:Depends},
liburi-escape-xs-perl (>= 0.11),
perl (>= 5.13.9)
Description: REST Client Role
- This REST Client role makes REST connectivety easy.
- .
- Role::REST::Client will handle encoding and decoding when using the HTTP
- verbs.
- .
- GET
- .
- PUT
- .
- POST
- .
- DELETE
- .
- OPTIONS
- .
- HEAD
- .
- Currently Role::REST::Client supports these encodings
- .
- application/json
- .
- application/x-www-form-urlencoded
- .
- application/xml
- .
- application/yaml
- .
- This description was automagically extracted from the module by dh-make-perl.
+ This REST Client role makes REST connectivity easy.
+ Role::REST::Client will handle encoding and decoding when using
+ the HTTP verbs GET, PUT, POST, DELETE, OPTIONS and HEAD.
+ Role::REST::Client supports the json, x-www-form-urlencoded, xml
+ and yaml encodings.
diff --git a/debian/copyright b/debian/copyright
index 81fb443..bbd3baf 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/Role-REST-Client
Upstream-Contact: Kaare Rasmussen <kaare at cpan dot net>
Upstream-Name: Role-REST-Client
-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: Kaare Rasmussen <kaare at cpan dot net>
+Copyright: 2014, Kaare Rasmussen <kaare at cpan dot net>
License: Artistic or GPL-1+
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/librole-rest-client-perl.git
More information about the Pkg-perl-cvs-commits
mailing list