[SCM] Debian packaging of Business-CreditCard CPAN distribution branch, master, updated. debian/0.31-1-7-g5dd6121
Xavier Guimard
x.guimard at free.fr
Sun Jan 6 11:54:45 UTC 2013
The following commit has been merged in the master branch:
commit fba27b959333840e2f3f68ae01f51dfc5aca62cb
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun Jan 6 12:53:20 2013 +0100
Bump S-V to 3.9.4 + dh to 8 + Update desc
diff --git a/debian/compat b/debian/compat
index b8626c4..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-4
+8
diff --git a/debian/control b/debian/control
index 42205b2..20b6d08 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,22 @@
Source: libbusiness-creditcard-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+ Xavier Guimard <x.guimard at free.fr>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 4), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.5.1
+Build-Depends: debhelper (>= 8),
+ perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libbusiness-creditcard-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libbusiness-creditcard-perl.git
+Homepage: http://search.cpan.org/dist/Business-CreditCard/
Package: libbusiness-creditcard-perl
Architecture: all
-Depends: ${perl:Depends}
-Description: Validate/generate credit card checksums/names
- These subroutines tell you whether a credit card number is
+Depends: ${misc:Depends},
+ ${perl:Depends}
+Description: Validate/generate credit card checksums/names
+ Business::CreditCard tell you whether a credit card number is
self-consistent -- whether the last digit of the number is a valid
checksum for the preceding digits.
.
@@ -17,9 +24,9 @@ Description: Validate/generate credit card checksums/names
the checksum test, and 0 otherwise.
.
The cardtype() subroutine returns a string containing the type of
- card: "MasterCard", "VISA", and so on. My list is not complete;
- I welcome additions.
+ card: "MasterCard", "VISA", and so on.
.
The generate_last_digit() subroutine computes and returns the last
digit of the card given the preceding digits. With a 16-digit card,
you provide the first 15 digits; the subroutine returns the sixteenth.
+
--
Debian packaging of Business-CreditCard CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list