diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07924e7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/Build +/MYMETA.json +/MYMETA.yml +/_build/ +/blib/ diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..cb17035 --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,5 @@ +*.log +*.substvars +/debhelper-build-stamp +/files +/libdata-hal-perl/ diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index c04ae87..456d46c 100644 --- a/debian/control +++ b/debian/control @@ -2,53 +2,55 @@ Source: libdata-hal-perl Section: perl Priority: optional Maintainer: Sipwise Development Team -Build-Depends: debhelper (>= 8), - perl -Build-Depends-Indep: libboolean-perl, - libclone-perl, - libdata-visitor-perl, - libfailures-perl, - libfile-slurp-perl, - libhttp-message-perl, - libjson-perl, - liblog-any-adapter-filehandle-perl, - liblog-any-adapter-perl, - liblog-any-perl, - libmime-types-perl, - libmodule-build-perl, - libmoo-perl, - libsafe-isa-perl, - libstrictures-perl, - libtest-fatal-perl, - libtype-tiny-perl, - liburi-namespacemap-perl, - liburi-perl, - liburi-template-perl, - libxml-regexp-perl -Standards-Version: 3.9.7 +Build-Depends: + debhelper (>= 9), + libmodule-build-perl, + perl, +Build-Depends-Indep: + libboolean-perl, + libclone-perl, + libdata-visitor-perl, + libfailures-perl, + libfile-slurp-perl, + libhttp-message-perl, + libjson-perl, + liblog-any-adapter-filehandle-perl, + liblog-any-adapter-perl, + liblog-any-perl, + libmime-types-perl, + libmoo-perl, + libsafe-isa-perl, + libstrictures-perl, + libtest-fatal-perl, + libtype-tiny-perl, + liburi-namespacemap-perl, + liburi-perl, + liburi-template-perl, + libxml-regexp-perl, +Standards-Version: 3.9.8 Homepage: https://metacpan.org/release/Data-HAL Package: libdata-hal-perl Architecture: all -Depends: libboolean-perl, - libclone-perl, - libdata-visitor-perl, - libfailures-perl, - libhttp-message-perl, - libjson-perl, - liblog-any-perl, - libmime-types-perl, - libmoo-perl, - libsafe-isa-perl, - libstrictures-perl, - libtype-tiny-perl, - liburi-namespacemap-perl, - liburi-perl, - liburi-template-perl, - libxml-regexp-perl, - ${misc:Depends}, - ${perl:Depends} +Depends: + ${misc:Depends}, + ${perl:Depends}, + libboolean-perl, + libclone-perl, + libdata-visitor-perl, + libfailures-perl, + libhttp-message-perl, + libjson-perl, + liblog-any-perl, + libmime-types-perl, + libmoo-perl, + libsafe-isa-perl, + libstrictures-perl, + libtype-tiny-perl, + liburi-namespacemap-perl, + liburi-perl, + liburi-template-perl, + libxml-regexp-perl, Description: Hypertext Application Language resource - HAL is a format you can use in your hypermedia API. - . - This description was automagically extracted from the module by dh-make-perl. + This package provides the Data::HAL module, where HAL is a format you can + use in your hypermedia API. diff --git a/debian/copyright b/debian/copyright index d7e8157..3e29353 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,28 +1,26 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: https://metacpan.org/release/Data-HAL -Upstream-Contact: Lars Dɪᴇᴄᴋᴏᴡ C<< >> +Upstream-Contact: Lars Dɪᴇᴄᴋᴏᴡ Upstream-Name: Data-HAL Files: * -Copyright: Lars Dɪᴇᴄᴋᴏᴡ -License: Artistic or GPL-1+ - -Files: debian/* -Copyright: 2013, Michael Prokop +Copyright: + Copyright © 2013 Lars Dɪᴇᴄᴋᴏᴡ + Copyright © 2013-2017 Sipwise GmbH, Austria License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. - . +Comment: On Debian systems, the complete text of the Artistic License can be - found in `/usr/share/common-licenses/Artistic'. + found in '/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. - . +Comment: 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'. + Public License can be found in '/usr/share/common-licenses/GPL-1'. diff --git a/debian/patches/build_depend_on_any_module_build_version.patch b/debian/patches/build_depend_on_any_module_build_version.patch deleted file mode 100644 index 02215ec..0000000 --- a/debian/patches/build_depend_on_any_module_build_version.patch +++ /dev/null @@ -1,35 +0,0 @@ -Description: Module::Build 0.40 is not available in Debian/wheezy - ---- a/Build.PL -+++ b/Build.PL -@@ -12,7 +12,7 @@ - 'Test::More' => 0, - }, - configure_requires => { -- 'Module::Build' => 0.40, -+ 'Module::Build' => 0, - }, - dist_version_from => 'lib/Data/HAL.pm', - dynamic_config => 0, ---- a/META.json -+++ b/META.json -@@ -33,7 +33,7 @@ - }, - "configure" : { - "requires" : { -- "Module::Build" : "0.4" -+ "Module::Build" : "0" - } - }, - "runtime" : { ---- a/META.yml -+++ b/META.yml -@@ -12,7 +12,7 @@ - Test::More: 0 - strictures: 0 - configure_requires: -- Module::Build: 0.4 -+ Module::Build: 0 - dynamic_config: 0 - generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830' - license: perl diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 9796566..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -build_depend_on_any_module_build_version.patch