[libosm-gary68-perl] 07/17: Add Build.PL

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Jan 3 00:09:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosm-gary68-perl.

commit 121221036b361e27aa01f9dc3d309781018ebd29
Author: David Paleino <dapal at debian.org>
Date:   Fri Sep 30 22:16:36 2011 +0200

    Add Build.PL
---
 debian/patches/00-add_BuildPL.patch | 29 +++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 30 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosm-gary68-perl.git



More information about the Pkg-grass-devel mailing list