[SCM] Debian packaging of libnet-oauth-perl branch, master, updated. debian/0.28-1-2-g2258936

gregor herrmann gregoa at debian.org
Thu Jul 5 20:45:47 UTC 2012


The following commit has been merged in the master branch:
commit e4e7ba3ec5dced72d048b8c64737017b1c79d64b
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:45:50 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 590401d..3bd3444 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,37 @@
 Source: libnet-oauth-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+           gregor herrmann <gregoa at debian.org>,
+           Brian Cassidy <brian.cassidy at gmail.com>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1), libcrypt-openssl-rsa-perl, libdigest-hmac-perl,
- libclass-data-inheritable-perl, liburi-perl,
- libclass-accessor-perl,
- libtest-warn-perl (>= 0.21),
- libwww-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
- gregor herrmann <gregoa at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>,
- Nathan Handler <nhandler at ubuntu.com>, Jonathan Yu <jawnsy at cpan.org>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>
+Build-Depends-Indep: perl,
+                     libcrypt-openssl-rsa-perl,
+                     libdigest-hmac-perl,
+                     libclass-data-inheritable-perl,
+                     liburi-perl,
+                     libclass-accessor-perl,
+                     libtest-warn-perl,
+                     libwww-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Net-OAuth/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-oauth-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-oauth-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-oauth-perl.git
+Homepage: http://search.cpan.org/dist/Net-OAuth/
 
 Package: libnet-oauth-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.10.1),
- libcrypt-openssl-rsa-perl,
- libclass-data-inheritable-perl, libdigest-hmac-perl, libclass-accessor-perl,
- libwww-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         perl,
+         libcrypt-openssl-rsa-perl,
+         libclass-data-inheritable-perl,
+         libdigest-hmac-perl,
+         libclass-accessor-perl,
+         libwww-perl
 Description: implementation of the OAuth 1.0 protocol
  Net::OAuth implements OAuth, which is "An open protocol to allow secure API
  authentication in a simple and standard method from desktop and web
@@ -30,3 +39,4 @@ Description: implementation of the OAuth 1.0 protocol
  .
  In practical terms, OAuth is a mechanism for a Consumer to request protected
  resources from a Service Provider on behalf of a user.
+

-- 
Debian packaging of libnet-oauth-perl



More information about the Pkg-perl-cvs-commits mailing list