summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-07-10 14:32:50 -0700
committerMark Wells <mark@freeside.biz>2014-07-10 14:32:50 -0700
commitdc086a34d5fe1ab4c3a5ccc766f034f25f66c96c (patch)
tree5328392c570961af38aac3d2a8c213e4d395a3c1 /debian/control
parent094794d04a28d126f72f89359284d75750798409 (diff)
debian packaging stuff
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ed8255b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libbusiness-onlinepayment-firstdataglobalgateway-perl
+Section: perl
+Priority: optional
+Maintainer: Mark Wells <mark@freeside.biz>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libbusiness-onlinepayment-perl (>= 3.01),
+ libsoap-lite-perl,
+ perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Business-OnlinePayment-FirstDataGlobalGateway
+
+Package: libbusiness-onlinepayment-firstdataglobalgateway-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-onlinepayment-perl (>= 3.01),
+ libsoap-lite-perl
+Description: First Data Global Gateway e4 backend for Business::OnlinePayment
+ For detailed information see Business::OnlinePayment.
+ .
+ This description was automagically extracted from the module by dh-make-perl.