debian packaging
[Business-OnlinePayment-vSecureProcessing.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..0bfc265
--- /dev/null
@@ -0,0 +1,22 @@
+Source: libbusiness-onlinepayment-vsecureprocessing-perl
+Section: perl
+Priority: optional
+Maintainer: Mark Wells <mark@dancingmad.dyndns.org>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libbusiness-onlinepayment-perl (>= 3.01),
+ libxml-simple-perl,
+ libxml-writer-perl,
+ perl
+Standards-Version: 3.9.5
+Homepage: https://metacpan.org/release/Business-OnlinePayment-vSecureProcessing
+
+Package: libbusiness-onlinepayment-vsecureprocessing-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-onlinepayment-perl (>= 3.01),
+ libxml-simple-perl,
+ libxml-writer-perl
+Description: vSecureProcessing backend for Business::OnlinePayment
+ For detailed information see Business::OnlinePayment.
+ .
+ This description was automagically extracted from the module by dh-make-perl.