summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/changelog5
-rwxr-xr-xdebian/compat1
-rwxr-xr-xdebian/control27
-rwxr-xr-xdebian/copyright37
-rwxr-xr-xdebian/libbusiness-onlinepayment-bambora-perl.docs0
-rwxr-xr-xdebian/rules4
-rwxr-xr-xdebian/source/format1
-rwxr-xr-xdebian/watch2
8 files changed, 77 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100755
index 0000000..16feb64
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libbusiness-onlinepayment-bambora-perl (1.0-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Mitch Jackson <mitch@freeside.biz> Mon, 6 May 2019 22:02:44 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100755
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100755
index 0000000..3a4d59d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: libbusiness-onlinepayment-bambora-perl
+Section: perl
+Priority: optional
+Maintainer: Mitch Jackson <mitch@freeside.biz>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: libbusiness-creditcard-perl,
+ libbusiness-onlinepayment-perl,
+ libcpanel-json-xs-perl,
+ libcrypt-ssleay-perl,
+ libnet-http-perl (>= 6),
+ libunicode-truncate-perl,
+ libwww-perl,
+ perl
+Standards-Version: 3.9.8
+Homepage: https://metacpan.org/release/Business-OnlinePayment-Bambora
+
+Package: libbusiness-onlinepayment-bambora-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libbusiness-onlinepayment-perl,
+ libcpanel-json-xs-perl,
+ libcrypt-ssleay-perl,
+ libnet-http-perl (>= 6),
+ libunicode-truncate-perl,
+ libwww-perl
+Description: Bambora backend for Business::OnlinePayment
+ For detailed information see Business::OnlinePayment
diff --git a/debian/copyright b/debian/copyright
new file mode 100755
index 0000000..7214845
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,37 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Business-OnlinePayment-Bambora
+Upstream-Contact: Mitch Jackson <mitch@freeside.biz>
+Upstream-Name: Business-OnlinePayment-Bambora
+
+Files: *
+Copyright: Freeside Internet Services <mitch@freeside.biz>
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2019, Freeside Internet Services <mitch@freeside.biz>
+License: Artistic or GPL-1+ or GPL-3+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+
+License: GPL-3+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; version 3 dated June, 2007, or (at your
+ option) any later version.
+ .
+ On Debian systems, the complete text of version 3 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/libbusiness-onlinepayment-bambora-perl.docs b/debian/libbusiness-onlinepayment-bambora-perl.docs
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/debian/libbusiness-onlinepayment-bambora-perl.docs
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100755
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100755
index 0000000..fc3db2c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Business-OnlinePayment-Bambora .*/Business-OnlinePayment-Bambora-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$