mirror of https://github.com/sipwise/data-hal.git
parent
03040b1ea7
commit
dfc2d99431
@ -0,0 +1,7 @@
|
||||
libdata-hal-perl (1.000-1) unstable; urgency=low
|
||||
|
||||
* Initial Release. (Closes: #726415)
|
||||
* Note: removed versioned dependency on Module::Build >= 0.40
|
||||
and skipping tests during build time.
|
||||
|
||||
-- Michael Prokop <mprokop@sipwise.com> Tue, 3 Dec 2013 13:42:03 +0100
|
||||
@ -0,0 +1 @@
|
||||
8
|
||||
@ -0,0 +1,52 @@
|
||||
Source: libdata-hal-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Maintainer: Michael Prokop <mprokop@sipwise.com>
|
||||
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,
|
||||
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.5
|
||||
Homepage: https://metacpan.org/release/Data-HAL
|
||||
|
||||
Package: libdata-hal-perl
|
||||
Architecture: all
|
||||
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.
|
||||
@ -0,0 +1,35 @@
|
||||
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
|
||||
@ -0,0 +1 @@
|
||||
build_depend_on_any_module_build_version.patch
|
||||
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_test:
|
||||
echo "skipping as it is failing currently"
|
||||
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
||||
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
https://metacpan.org/release/Data-HAL .*/Data-HAL-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
|
||||
Loading…
Reference in new issue