Codebase list libcloudflare-client-perl / 3dfbc1e
initial packaging by maintainer Florian Schlichting 5 years ago
4 changed file(s) with 36 addition(s) and 32 deletion(s). Raw diff Collapse all Expand all
0 libcloudflare-client-perl (0.55.4-1) UNRELEASED; urgency=low
0 libcloudflare-client-perl (0.55.4-1) unstable; urgency=low
11
2 * Initial release. (Closes: #123456)
2 * Initial release. (Closes: #916978)
33
4 -- Florian Schlichting <fsfs@debian.org> Thu, 20 Dec 2018 23:23:26 +0100
4 -- Florian Schlichting <fsfs@debian.org> Thu, 20 Dec 2018 23:46:09 +0100
+0
-1
debian/compat less more
0 11
22 Priority: optional
33 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
44 Uploaders: Florian Schlichting <fsfs@debian.org>
5 Build-Depends: debhelper (>= 11)
5 Build-Depends: debhelper-compat (= 11)
66 Build-Depends-Indep: libhttp-message-perl,
77 libindirect-perl,
88 libipc-system-simple-perl,
4343 libthrowable-perl,
4444 libtype-tiny-perl,
4545 libwww-perl (>= 6.02)
46 Description: Object Orientated Interface to CloudFlare client API
47 (no description was found)
46 Description: object-orientated interface to the CloudFlare client API
47 CloudFlare::Client provides an object-orientated interface to the CloudFlare
48 client API, as described at https://www.cloudflare.com/docs/client-api.html
4849 .
49 This description was automagically extracted from the module by dh-make-perl.
50 API actions are mapped to methods of the same name and arguments are passed in
51 as a hash with keys as given in the docs. Successful API calls return the
52 response section from the upstream JSON API. Failures for whatever reason
53 throw exceptions under the CloudFlare::Client::Exception:: namespace.
11 Source: https://metacpan.org/release/CloudFlare-Client
22 Upstream-Contact: Peter Roberts <me+dev@peter-r.co.uk>
33 Upstream-Name: CloudFlare-Client
4 DISCLAIMER: This copyright info was automatically extracted
5 from the perl module. It may not be accurate, so you better
6 check the module sources in order to ensure the module for its
7 inclusion in Debian or for general legal information. Please,
8 if licensing information is incorrectly generated, file a bug
9 on dh-make-perl.
10 NOTE: Don't forget to remove this disclaimer once you are happy
11 with this file.
124
135 Files: *
14 Copyright: Peter Roberts <me+dev@peter-r.co.uk>
15 License:
6 Copyright: 2016, Peter Roberts <me+dev@peter-r.co.uk>
7 License: MIT-X11
168
179 Files: debian/*
1810 Copyright: 2018, Florian Schlichting <fsfs@debian.org>
19 License: Artistic or GPL-1+
11 License: MIT-X11
2012
21 License: Artistic
22 This program is free software; you can redistribute it and/or modify
23 it under the terms of the Artistic License, which comes with Perl.
13 License: MIT-X11
14 This program is distributed under the MIT (X11) License:
15 http://www.opensource.org/licenses/mit-license.php
2416 .
25 On Debian systems, the complete text of the Artistic License can be
26 found in `/usr/share/common-licenses/Artistic'.
27
28 License: GPL-1+
29 This program is free software; you can redistribute it and/or modify
30 it under the terms of the GNU General Public License as published by
31 the Free Software Foundation; either version 1, or (at your option)
32 any later version.
17 Permission is hereby granted, free of charge, to any person
18 obtaining a copy of this software and associated documentation
19 files (the "Software"), to deal in the Software without
20 restriction, including without limitation the rights to use,
21 copy, modify, merge, publish, distribute, sublicense, and/or sell
22 copies of the Software, and to permit persons to whom the
23 Software is furnished to do so, subject to the following
24 conditions:
3325 .
34 On Debian systems, the complete text of version 1 of the GNU General
35 Public License can be found in `/usr/share/common-licenses/GPL-1'.
26 The above copyright notice and this permission notice shall be
27 included in all copies or substantial portions of the Software.
28 .
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
31 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
33 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
34 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
35 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
36 OTHER DEALINGS IN THE SOFTWARE.