~ubuntu-branches/ubuntu/natty/libbusiness-onlinepayment-ippay-perl/natty

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber, gregor herrmann, Nicholas Bamber, Ansgar Burchardt
  • Date: 2010-10-28 14:28:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101028142852-tkh4l5fw0lyygl4o
Tags: 0.05-1
[ gregor herrmann ]
* Bump debhelper dependency in debian/control to 7.

[ Nicholas Bamber ]
* New upstream release
* Upped standards version to 3.9.1
* echo '3.0 (quilt)' > debian/source/format
* Added myself to Uploaders
* Rewrote short and long descriptions
* Refreshed copyright
* Reviewed patch (and converted from diff format)

[ Ansgar Burchardt ]
* debian/control: Make build-dep on perl unversioned.
* debian/control: Change Homepage field to Business::OnlinePayment homepage
  which is more informative than the module's CPAN page. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libbusiness-onlinepayment-ippay-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 5)
5
 
Build-Depends-Indep: perl (>= 5.6.10-12), libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl (>= 3.00~09), libnet-ssleay-perl (>=1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>=1.30) | libwww-perl, liburi-perl
 
4
Build-Depends: debhelper (>= 7)
 
5
Build-Depends-Indep: perl, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl (>= 3.00~09), libnet-ssleay-perl (>=1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>=1.30) | libwww-perl, liburi-perl
6
6
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7
 
Uploaders: Ivan Kohler <ivan-debian@420.am>
8
 
Standards-Version: 3.8.0
 
7
Uploaders: Ivan Kohler <ivan-debian@420.am>,
 
8
 Nicholas Bamber <nicholas@periapt.co.uk>
 
9
Standards-Version: 3.9.1
9
10
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/
10
11
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libbusiness-onlinepayment-ippay-perl/
11
 
Homepage: http://search.cpan.org/dist/Business-OnlinePayment-IPPay/
 
12
Homepage: http://420.am/business-onlinepayment/
12
13
 
13
14
Package: libbusiness-onlinepayment-ippay-perl
14
15
Architecture: all
15
16
Depends: ${perl:Depends}, ${misc:Depends}, libtie-ixhash-perl, libxml-simple-perl, libxml-writer-perl, libbusiness-onlinepayment-perl (>= 3.00~09), libnet-ssleay-perl (>=1.30) | libcrypt-ssleay-perl, libnet-ssleay-perl (>=1.30) | libwww-perl, liburi-perl
16
 
Description:  IPPay backend for Business::OnlinePayment
17
 
 For detailed information see Business::OnlinePayment.
 
17
Description: backend for IPPay in Business::OnlinePayment framework
 
18
 IPPay (see http://www.ippay.com) is a online payment framework for recurring
 
19
 utility bills. Business::OnlinePayment::IPPay is a Perl interface that fits
 
20
 into the wider Business::OnlinePayment framework.