summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-05-03 17:21:46 -0700
committerMark Wells <mark@freeside.biz>2016-05-03 17:35:14 -0700
commitfe15d97a72abc5f9505cfa5f486eb71a642b6a77 (patch)
treec01e31fde1bad73c1e37200c4758d898edf6b4df /debian/control
parentea80e2f3a4b27b71714f67ca30c7baae9db2dbda (diff)
debian packagingHEADmaster
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..0bfc265
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: libbusiness-onlinepayment-vsecureprocessing-perl
+Section: perl
+Priority: optional
+Maintainer: Mark Wells <mark@dancingmad.dyndns.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libbusiness-onlinepayment-perl (>= 3.01),
+ libxml-simple-perl,
+ libxml-writer-perl,
+ perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Business-OnlinePayment-vSecureProcessing
+
+Package: libbusiness-onlinepayment-vsecureprocessing-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-onlinepayment-perl (>= 3.01),
+ libxml-simple-perl,
+ libxml-writer-perl
+Description: vSecureProcessing backend for Business::OnlinePayment
+ For detailed information see Business::OnlinePayment.
+ .
+ This description was automagically extracted from the module by dh-make-perl.