mirror of https://github.com/sipwise/data-hal.git
- Bump debhelper compatibility to 9. - Bump Standards-Version to 3.9.8. - Bump source format to 3.0 (native). - Wrap and sort debian/control fields. - Move libmodule-build-perl from Build-Depends-Indep to Build-Depends. - Update package description. - Update copyright years. - Use canonical debian/copyright file Format URL. - Fix Upstrem-Contact field in debian/copyright. - Merge Files stanzas for the same license in debian/copyright. - Move license location in filesystem into a Comment field. - Use proper balanced quotes in debian/copyright. - Remove obsolete patch to declare the minimal Module::Build version, because that is satisfied already in oldstable (wheezy). - Coalesce Michael Prokop's copyright into Sipwise GmbH as the correct holder. Change-Id: Id03269db877bf424f257f9c2d4150d6ce5b4c801changes/18/12518/3
parent
dbca22d71c
commit
c6eaec878f
@ -0,0 +1,5 @@
|
||||
/Build
|
||||
/MYMETA.json
|
||||
/MYMETA.yml
|
||||
/_build/
|
||||
/blib/
|
||||
@ -0,0 +1,5 @@
|
||||
*.log
|
||||
*.substvars
|
||||
/debhelper-build-stamp
|
||||
/files
|
||||
/libdata-hal-perl/
|
||||
@ -1 +1 @@
|
||||
8
|
||||
9
|
||||
|
||||
@ -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
|
||||
@ -1 +0,0 @@
|
||||
build_depend_on_any_module_build_version.patch
|
||||
Loading…
Reference in new issue