[SCM] Debian packaging of libanyevent-perl branch, master, updated. debian/7.020-1-4-g2fd442b

Xavier Guimard x.guimard at free.fr
Sun Dec 2 08:04:30 UTC 2012


The following commit has been merged in the master branch:
commit c785ceb0372265b029a6861530f21f657a46b3d1
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Dec 2 09:00:58 2012 +0100

    Bump S-V to 3.9.4 + dh 8 instead of 9

diff --git a/debian/changelog b/debian/changelog
index 2acc354..e30f070 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libanyevent-perl (7.040-1) UNRELEASED; urgency=low
+
+  * Imported Upstream version 7.040
+  * Bump Standards-Version to 3.9.4
+  * Use debhelper 8 instead of 9 (non binary)
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 08:48:51 +0100
+
 libanyevent-perl (7.020-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/compat b/debian/compat
index ec63514..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+8
diff --git a/debian/control b/debian/control
index 33c4379..16fd9c7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,45 +1,48 @@
 Source: libanyevent-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 9.20120312), perl,
- libasync-interrupt-perl,
- libev-perl,
- libevent-perl,
- libglib-perl,
- libio-async-perl,
- libnet-ssleay-perl,
- libpoe-perl,
- perl-tk,
- netbase,
- shared-mime-info,
- xauth,
- xvfb
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Ansgar Burchardt <ansgar at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Maximilian Gass <mxey at cloudconnected.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>,
- Alessandro Ghedini <ghedo at debian.org>
-Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/AnyEvent/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-perl.git
+           Ansgar Burchardt <ansgar at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Maximilian Gass <mxey at cloudconnected.org>,
+           Nicholas Bamber <nicholas at periapt.co.uk>,
+           Alessandro Ghedini <ghedo at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               libasync-interrupt-perl,
+               libev-perl,
+               libevent-perl,
+               libglib-perl,
+               libio-async-perl,
+               libnet-ssleay-perl,
+               libpoe-perl,
+               netbase,
+               perl,
+               perl-tk,
+               shared-mime-info,
+               xauth,
+               xvfb
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent/
 
 Package: libanyevent-perl
-Architecture: any
-Depends: ${perl:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ${misc:Depends},
+         ${perl:Depends}
 Suggests: libasync-interrupt-perl,
- libev-perl,
- libevent-perl,
- libglib-perl,
- libguard-perl,
- libio-async-perl,
- libjson-perl (>= 2.09) | libjson-xs-perl (>= 2.220),
- libnet-ssleay-perl,
- libpoe-perl,
- libtask-weaken-perl,
- perl-tk
+          libev-perl,
+          libevent-perl,
+          libglib-perl,
+          libguard-perl,
+          libio-async-perl,
+          libjson-perl | libjson-xs-perl,
+          libnet-ssleay-perl,
+          libpoe-perl,
+          libtask-weaken-perl,
+          perl-tk
 Description: event loop framework with multiple implementations
  AnyEvent is not an event model itself, it only interfaces to whatever event
  model the main program happens to use, in a pragmatic way. For event models,

-- 
Debian packaging of libanyevent-perl



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