[SCM] Packaging of AnyEvent::I3 in Debian branch, master, updated. upstream/0.12-13-ge125c11

Xavier Guimard x.guimard at free.fr
Sun Dec 2 07:47:17 UTC 2012


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

    Bump S-V to 3.9.4 + dh 8

diff --git a/debian/changelog b/debian/changelog
index 5f73790..1eccb99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libanyevent-i3-perl (0.14-1) UNRELEASED; urgency=low
+
+  * Imported Upstream version 0.14
+  * Remove libanyevent-i3-perl.docs
+  * Bump Standards-Version to 3.9.4
+  * Use debhelper 8
+
+ -- Xavier Guimard <x.guimard at free.fr>  Sun, 02 Dec 2012 08:33:54 +0100
+
 libanyevent-i3-perl (0.12-1) unstable; urgency=low
 
   * Imported Upstream version 0.12
diff --git a/debian/control b/debian/control
index 9ec8ba8..2b7e534 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,26 @@
 Source: libanyevent-i3-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Stapelberg <stapelberg at debian.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl (>= 5.8.9), libanyevent-perl, libjson-xs-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Stapelberg <stapelberg at debian.org>
-Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/AnyEvent-I3/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-i3-perl.git
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libanyevent-perl,
+                     libjson-xs-perl,
+                     perl (>= 5.8.9)
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-i3-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-i3-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-I3/
 
 Package: libanyevent-i3-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libanyevent-perl,
-  libjson-xs-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libanyevent-perl,
+         libjson-xs-perl
 Description: communicate with the i3 window manager
  This perl module provides integration of the i3 IPC protocol into the
  AnyEvent framework. Use it to have an easy way of communicating with
  i3 using event-based (or blocking, if you like) programming.
+

-- 
Packaging of AnyEvent::I3 in Debian



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