The following commit has been merged in the master branch:
commit 121221036b361e27aa01f9dc3d309781018ebd29
Author: David Paleino <da...@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 <da...@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

_______________________________________________
Pkg-osm-commits mailing list
Pkg-osm-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-osm-commits

Reply via email to