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

Xavier Guimard x.guimard at free.fr
Fri Nov 2 21:25:46 UTC 2012


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

    Change style errors in debian/control

diff --git a/debian/changelog b/debian/changelog
index 340db4c..6a70f2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,4 @@
-libanyevent-dbd-pg-perl (0.03-4) UNRELEASED; urgency=low
-
-  TODO:
-  - d/control:
-    + (aesthetic): sort (build) deps alphabetically
-    + long description: s/This perl-module/AnyEvent::DBD::Pg/
-  - lintian:
-    I: libanyevent-dbd-pg-perl: capitalization-error-in-description postgresql PostgreSQL
+libanyevent-dbd-pg-perl (0.03-4) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * point Homepage to /dist/
@@ -21,8 +14,9 @@ libanyevent-dbd-pg-perl (0.03-4) UNRELEASED; urgency=low
   * Change Module::Install copyright to
     http://pkg-perl.alioth.debian.org/copyright.html#module__install
   * Remove trailing "debian" in debian/watch
+  * Change style errors in debian/control
 
- -- Xavier Guimard <x.guimard at free.fr>  Fri, 02 Nov 2012 08:36:08 +0100
+ -- Xavier Guimard <x.guimard at free.fr>  Fri, 02 Nov 2012 22:21:26 +0100
 
 libanyevent-dbd-pg-perl (0.03-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 646601b..c56044f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,11 @@ Uploaders: Dmitry E. Oboukhov <unera at debian.org>,
 Section: perl
 Priority: extra
 Build-Depends: debhelper (>= 8),
+               libanyevent-perl,
                libcommon-sense-perl,
-               libdbi-perl,
                libdbd-pg-perl,
-               liblib-abs-perl,
-               libanyevent-perl
+               libdbi-perl,
+               liblib-abs-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
@@ -19,12 +19,12 @@ Package: libanyevent-dbd-pg-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends},
+         libanyevent-perl,
          libcommon-sense-perl,
-         liblib-abs-perl,
-         libdbi-perl,
          libdbd-pg-perl,
-         libanyevent-perl
+         libdbi-perl,
+         liblib-abs-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 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