diff options
author | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-23 14:18:22 -0700 |
---|---|---|
committer | C.J. Adams-Collier <cjac@colliertech.org> | 2014-09-23 14:18:22 -0700 |
commit | 64403e85ad34d220cce3aff1525fa4ee996e51f4 (patch) | |
tree | b9d2dc9e83213258333476784dc7199aa8e17f2d /debian/control | |
parent | 4c66e609c9ed6de1d1cd21872727e9764bc5d12c (diff) |
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f1d0121 --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: libbusiness-onlinepayment-exact-perl +Section: perl +Priority: optional +Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org> +Uploaders: C.J. Adams-Collier <cjac@uw.edu> +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl +Standards-Version: 3.9.5 +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libbusiness-onlinepayment-exact-perl.git +Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libbusiness-onlinepayment-exact-perl.git +Homepage: https://metacpan.org/release/Business-OnlinePayment-Exact + +Package: libbusiness-onlinepayment-exact-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Perl extension for E-xact payment processing + See synopsis. It works like any other Business::OnlinePayment module. |