[SCM] SDL (Simple DirectMedia Layer) bindings for Perl branch, master, updated. debian/2.537_02-2-9-gf9918d8

Dominique Dumont dod at debian.org
Mon May 28 12:23:38 UTC 2012


The following commit has been merged in the master branch:
commit b56fc9c41b312a00a478bb14bbd620a0899c33d0
Author: Dominique Dumont <dod at debian.org>
Date:   Mon May 28 10:39:27 2012 +0200

    + patch to relax Module::Build version req. 0.38 is enough

diff --git a/debian/patches/relax-module-build b/debian/patches/relax-module-build
new file mode 100644
index 0000000..63fc271
--- /dev/null
+++ b/debian/patches/relax-module-build
@@ -0,0 +1,24 @@
+Description: Relax module build dep req
+ Module::Build 0.4 is not really required, 0.38 is enough
+--- a/META.json
++++ b/META.json
+@@ -34,7 +34,7 @@
+             "ExtUtils::CBuilder" : "0.260301",
+             "File::Find" : "0",
+             "File::ShareDir" : "1.0",
+-            "Module::Build" : "0.4",
++            "Module::Build" : "0.38",
+             "Tie::Simple" : "0"
+          }
+       },
+--- a/META.yml
++++ b/META.yml
+@@ -18,7 +18,7 @@
+   ExtUtils::CBuilder: 0.260301
+   File::Find: 0
+   File::ShareDir: 1.0
+-  Module::Build: 0.4
++  Module::Build: 0.38
+   Tie::Simple: 0
+ dynamic_config: 1
+ generated_by: 'Module::Build version 0.4, CPAN::Meta::Converter version 2.120630'
diff --git a/debian/patches/series b/debian/patches/series
index d5069d6..fda96fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+relax-module-build
 do_not_ship_ttf_font
 install_man_pages_correctly
 fix_whatis_entries

-- 
SDL (Simple DirectMedia Layer) bindings for Perl



More information about the Pkg-perl-cvs-commits mailing list