summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre De Dommelin <adedommelin@tuxz.net>2011-02-09 15:59:59 +0000
committerAlexandre De Dommelin <adedommelin@tuxz.net>2011-02-09 15:59:59 +0000
commit99ff4364234dc623eb09b90579729d1a112a8ffe (patch)
tree5e28c4760f84b8d46d734389ef8e81449ef4b6f6
parenta5dda9b97b55c26fc00516642e7ff0abe2807490 (diff)
Applied fixes proposed by gregoa
-rw-r--r--debian/changelog18
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
-rw-r--r--debian/libauth-yubikey-webclient-perl.docs1
4 files changed, 5 insertions, 22 deletions
diff --git a/debian/changelog b/debian/changelog
index f66ad4e..d82099b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,4 @@
-libauth-yubikey-webclient-perl (2.00-1) UNRELEASED; urgency=low
-
- TODO:
- - I'd remove debian/libauth-yubikey-webclient-perl.docs, the README doesn't
- look helpful for Debian users
- - debian/copyright: missing year(s) of upstream copyright (seems to be
- "2009")
- - debian/control:
- + move libdigest-hmac-perl, libdigest-sha1-perl from Build-Depends to
- Build-Depends-Indep
- + I don't think libdigest-sha1-perl is needed in Build-Depends(-Indep) and
- Depends
- + the package FTBFS in a chroot: add libwww-perl and liburi-perl to
- Build-Depends-Indep (and Depends)
- (please always build in a chroot [pbuilder/sbuilder or sbuild etc.])
- + please add libtest-pod-perl, libtest-pod-coverage-perl to
- Build-Depends-Indep (enables additional tests)
+libauth-yubikey-webclient-perl (2.00-1) unstable; urgency=low
* Initial Release (closes: #612525)
diff --git a/debian/control b/debian/control
index 05b43b6..fd33ca9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: libauth-yubikey-webclient-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), libdigest-hmac-perl, libdigest-sha1-perl
-Build-Depends-Indep: perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libdigest-hmac-perl, libwww-perl, liburi-perl, libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre De Dommelin <adedommelin@tuxz.net>
Standards-Version: 3.9.1
@@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauth-yubikey-webcli
Package: libauth-yubikey-webclient-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libdigest-hmac-perl, libdigest-sha1-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl, liburi-perl, libdigest-hmac-perl
Description: Perl module to authenticate Yubikey against the Yubico Web API
Auth::Yubikey_WebClient is a Perl module to authenticate Yubikey against the
public Yubico Web API.
diff --git a/debian/copyright b/debian/copyright
index 663ebf5..fb16227 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: http://search.cpan.org/dist/Auth-Yubikey_WebClient/
Name: Auth-Yubikey_WebClient
Files: *
-Copyright: Phil Massyn <phil@massyn.net>
+Copyright: 2009, Phil Massyn <phil@massyn.net>
License: Artistic or GPL-1+
Files: debian/*
diff --git a/debian/libauth-yubikey-webclient-perl.docs b/debian/libauth-yubikey-webclient-perl.docs
deleted file mode 100644
index e845566..0000000
--- a/debian/libauth-yubikey-webclient-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-README