diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 14 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 14 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 03881d5..607e19d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libbusiness-batchpayment-paymentech-perl (0.06) unstable; urgency=medium + + * Add with_recurringInd option to control use of recurring indicator. + + -- Mark Wells <mark@freeside.biz> Wed, 21 Dec 2016 15:07:01 -0800 + libbusiness-batchpayment-paymentech-perl (0.05) unstable; urgency=low * Initial Debian package release. diff --git a/debian/control b/debian/control index 8951425..ddb1aed 100644 --- a/debian/control +++ b/debian/control @@ -3,19 +3,17 @@ Section: perl Priority: optional Maintainer: Mark Wells <mark@freeside.biz> Build-Depends: debhelper (>= 9) -Build-Depends-Indep: libbusiness-batchpayment-perl (>= 0.03), - libmoose-perl (>= 1.09), - libxml-writer-perl, - libxml-simple-perl, - libdatetime-perl, - perl +Build-Depends-Indep: 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, +Depends: + libbusiness-batchpayment-perl (>= 0.03), + libxml-writer-perl, + libxml-simple-perl, + libdatetime-perl, libmoose-perl (>= 1.09) Description: Chase Paymentech XML batch format. (no description was found) diff --git a/debian/rules b/debian/rules index 2d33f6a..88ecce1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,6 @@ #!/usr/bin/make -f +override_dh_auto_test: + %: dh $@ |