[SCM] AnyEvent::DBD::Pg branch, master, updated. upstream/0.03-12-g87792c9

Xavier Guimard x.guimard at free.fr
Fri Nov 2 07:39:17 UTC 2012


The following commit has been merged in the master branch:
commit f3e26325a96a855387bc11fcf64f72ae40a47f25
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Fri Nov 2 08:33:08 2012 +0100

    Update debhelper dependency to 8

diff --git a/debian/changelog b/debian/changelog
index 26d35b5..21c60c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libanyevent-dbd-pg-perl (0.03-4) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * Bump Standard-Version to 3.9.4
   * Update copyright to fromat 1.0
+  * Update debhelper dependency to 8
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sun, 07 Aug 2011 16:34:33 +0200
 
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 35da567..6b07cb2 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,30 @@
 Source: libanyevent-dbd-pg-perl
-Section: perl
-Homepage: http://search.cpan.org/dist/AnyEvent-DBD-Pg
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry E. Oboukhov <unera at debian.org>
-Build-Depends: debhelper (>= 7), cdbs,
-	libcommon-sense-perl,
-	libdbi-perl,
-	libdbd-pg-perl,
-	liblib-abs-perl,
-	libanyevent-perl
-Standards-Version: 3.9.4
+Section: perl
 Priority: extra
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libanyevent-dbd-pg-perl.git
+Build-Depends: debhelper (>= 8),
+               cdbs,
+               libcommon-sense-perl,
+               libdbi-perl,
+               libdbd-pg-perl,
+               liblib-abs-perl,
+               libanyevent-perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://git.debian.org/?p=pkg-perl/packages/libanyevent-dbd-pg-perl.git;a=summary
+Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libanyevent-dbd-pg-perl.git
+Homepage: http://search.cpan.org/dist/AnyEvent-DBD-Pg
 
 Package: libanyevent-dbd-pg-perl
-Depends: ${perl:Depends}, ${misc:Depends},
-	libcommon-sense-perl,
-	liblib-abs-perl,
-	libdbi-perl,
-	libdbd-pg-perl,
-	libanyevent-perl
 Architecture: all
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libcommon-sense-perl,
+         liblib-abs-perl,
+         libdbi-perl,
+         libdbd-pg-perl,
+         libanyevent-perl
 Description: AnyEvent interface to DBD::Pg's async interface
  This perl-module can be used inside AnyEvent application to
  access postgresql database in non-blocking mode.
+

-- 
AnyEvent::DBD::Pg



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