From 5b8ab37518ecb1fabf19f02e16b4c38223238cf9 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 6 Apr 2015 23:59:55 -0700 Subject: [PATCH] 0.02: make transport params optional, add missing perl deps --- BillBuddy.pm | 1 - debian/changelog | 7 +++++++ debian/control | 6 +++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/BillBuddy.pm b/BillBuddy.pm index d080aa0..88207d2 100644 --- a/BillBuddy.pm +++ b/BillBuddy.pm @@ -91,7 +91,6 @@ our $VERSION = '0.01'; has [ qw(username password host) ] => ( is => 'ro', isa => 'Str', - required => 1, ); has 'path' => ( diff --git a/debian/changelog b/debian/changelog index b746952..2bc31c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libbusiness-batchpayment-billbuddy-perl (0.01-2) unstable; urgency=medium + + * make transport params optional + * add depends + + -- Mark Wells Mon, 06 Apr 2015 23:59:29 -0700 + libbusiness-batchpayment-billbuddy-perl (0.01-1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index c9517da..53fcf6b 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,11 @@ Homepage: http://search.cpan.org/dist/Business-BatchPayment-BillBuddy/ Package: libbusiness-batchpayment-billbuddy-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, ${perl:Depends}, + libbusiness-batchpayment-perl (>= 0.02), + libmoose-perl (>= 1.09), + libxml-simple-perl, + libxml-writer-perl Description: BillBuddy batch payment format and transport (no description was found) . -- 2.11.0