[SCM] Debian packaging of libanyevent-http-perl branch, master, updated. debian/2.14-1-6-ga60e58f

Xavier Guimard x.guimard at free.fr
Sun Dec 2 07:33:03 UTC 2012


The following commit has been merged in the master branch:
commit 2d91fc0246816bad9084c75b47c8a5113a4825a8
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 2 08:25:32 2012 +0100

    Bump S-V to 3.9.4 + dh 8

diff --git a/debian/changelog b/debian/changelog
index 052b129..003fb34 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libanyevent-http-perl (2.15-1) UNRELEASED; urgency=low
+
+  * Imported Upstream version 2.15
+  * Use debhelper 8
+  * Bump Standards-Version to 3.9.4
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 08:23:00 +0100
+
 libanyevent-http-perl (2.14-1) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 1f71e6b..b4ce50e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,29 @@
 Source: libanyevent-http-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl,
- libcommon-sense-perl,
- libanyevent-perl (>= 5.330)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/AnyEvent-HTTP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-http-perl.git
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libanyevent-perl (>= 5.330),
+                     libcommon-sense-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-http-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-http-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-HTTP/
 
 Package: libanyevent-http-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcommon-sense-perl,
- libanyevent-perl (>= 5.330)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl (>= 5.330),
+         libcommon-sense-perl
 Description: simple non-blocking HTTP/HTTPS client
  AnyEvent::HTTP is an simple non-blocking HTTP/HTTPS client implementation,
  which uses AnyEvent under the hood for asynchronous I/O. It supports GET,
  POST and other request methods, cookies and more. It is well suited to most
  HTTP tasks, while retaining fine-grained control over request and response
  headers to cater to more complex requirements.
+

-- 
Debian packaging of libanyevent-http-perl



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