From 9d0fcadc17a8093a7135eacb70adffb6418f8bd8 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Mon, 6 May 2019 23:16:35 -0400 Subject: Release v1.0 --- debian/changelog | 5 +++ debian/compat | 1 + debian/control | 27 ++++++++++++++++ debian/copyright | 37 ++++++++++++++++++++++ debian/libbusiness-onlinepayment-bambora-perl.docs | 0 debian/rules | 4 +++ debian/source/format | 1 + debian/watch | 2 ++ 8 files changed, 77 insertions(+) create mode 100755 debian/changelog create mode 100755 debian/compat create mode 100755 debian/control create mode 100755 debian/copyright create mode 100755 debian/libbusiness-onlinepayment-bambora-perl.docs create mode 100755 debian/rules create mode 100755 debian/source/format create mode 100755 debian/watch (limited to 'debian') 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 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 +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 +Upstream-Name: Business-OnlinePayment-Bambora + +Files: * +Copyright: Freeside Internet Services +License: GPL-3+ + +Files: debian/* +Copyright: 2019, Freeside Internet Services +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 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)$ -- cgit v1.2.1