summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-01-25 15:23:29 -0800
committerMark Wells <mark@freeside.biz>2016-01-25 15:40:36 -0800
commit1667d469317704ae542a9b1f6fdc8e498e0eff59 (patch)
tree63a0ca4feb4fcea02c0bb7bfa7abdff0cbf60017 /debian/control
parenta43bd2ec8807b5cdb4660c6868cf1b982ff4cbfd (diff)
add debian meta 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..85d1abe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libbusiness-batchpayment-paymentech-perl
+Section: perl
+Priority: optional
+Maintainer: Mark Wells <mark@freeside.biz>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libbusiness-batchpayment-perl,
+ libmoose-perl (>= 1.09),
+ perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Business-BatchPayment-Paymentech
+
+Package: libbusiness-batchpayment-paymentech-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-batchpayment-perl,
+ libmoose-perl (>= 1.09)
+Description: Chase Paymentech XML batch format.
+ (no description was found)
+ .
+ This description was automagically extracted from the module by dh-make-perl.