summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-04-25 20:37:22 -0700
committerMark Wells <mark@freeside.biz>2016-04-25 20:37:22 -0700
commitc34054e319a0d1bcc13a7871c9f2e5a4db9c1537 (patch)
treee654930a6f8c94f2a3af7472d2671bcb6b1d9f1d /debian/control
parent8ed21eb9d7ac09a3ab91bb3cd722ad6ebaa21494 (diff)
Debian packageHEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..32fb3b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: libmap-splat-perl
+Section: perl
+Priority: optional
+Maintainer: Mark Wells <mark@freeside.biz>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep:
+ libfile-chdir-perl,
+ libfile-slurp-perl,
+ libimage-magick-perl,
+ libmoo-perl,
+ libxml-libxml-perl (>= 2),
+ libxml-libxml-simple-perl,
+ perl
+Standards-Version: 3.9.8
+Homepage: https://metacpan.org/release/Map-Splat
+
+Package: libmap-splat-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libfile-chdir-perl,
+ libfile-slurp-perl,
+ libimage-magick-perl,
+ libmoo-perl,
+ libxml-libxml-perl (>= 2),
+ libxml-libxml-simple-perl,
+ splat,
+ wget,
+ zip
+Description: Wrapper for the Splat! RF propagation modeling tool
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.