diff options
author | Mark Wells <mark@freeside.biz> | 2016-01-25 15:23:29 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-01-25 15:40:36 -0800 |
commit | 1667d469317704ae542a9b1f6fdc8e498e0eff59 (patch) | |
tree | 63a0ca4feb4fcea02c0bb7bfa7abdff0cbf60017 /debian/control | |
parent | a43bd2ec8807b5cdb4660c6868cf1b982ff4cbfd (diff) |
add debian meta stuff
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 20 |
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. |