[Pkg-osm-commits] [SCM] libosm-gary68-perl branch, master, updated. upstream/0.0_svn26727-5-g1212210

David Paleino dapal at debian.org
Fri Sep 30 20:16:42 UTC 2011


The following commit has been merged in the master branch:
commit 121221036b361e27aa01f9dc3d309781018ebd29
Author: David Paleino <dapal at debian.org>
Date:   Fri Sep 30 22:16:36 2011 +0200

    Add Build.PL

diff --git a/debian/patches/00-add_BuildPL.patch b/debian/patches/00-add_BuildPL.patch
new file mode 100644
index 0000000..b98f38c
--- /dev/null
+++ b/debian/patches/00-add_BuildPL.patch
@@ -0,0 +1,29 @@
+From: David Paleino <dapal at debian.org>
+Subject: add Build.PL
+Origin: vendor
+Forwarded: no
+
+---
+ Build.PL |   17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+--- /dev/null
++++ libosm-gary68-perl/Build.PL
+@@ -0,0 +1,17 @@
++use Module::Build;
++
++Module::Build->new(
++	module_name => 'OSM',
++	license => 'gpl',
++	requires => {
++		'GD' => 0,
++		'Geo::Proj4' => 0,
++		'Encode' => 0,
++		'DBI' => 0,
++		'LWP::Simple' => 0,
++		'Compress::Bzip2' => 0,
++	},
++	dist_version => '0.0~svn26727',
++	dist_author => 'Gerhard Schwanz',
++	dist_abstract => 'OpenStreetMap Perl Module'
++)->create_build_script;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3a9eba9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+00-add_BuildPL.patch

-- 
OpenStreetMap perl module



More information about the Pkg-osm-commits mailing list