[SCM] Debian packaging of DBD-Firebird CPAN distribution branch, master, updated. debian/0.91-2-28-gb06ace5

gregor herrmann gregoa at debian.org
Sat May 18 12:18:28 UTC 2013


The following commit has been merged in the master branch:
commit 666ff0717bae9dba2de2a10018d4a189cc8bda6a
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 18 14:09:03 2013 +0200

    sort/wrap fields in d/control
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index a8aad5f..1e56dd0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,16 @@
 Source: libdbd-firebird-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
            Xavier Guimard <x.guimard at free.fr>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
- firebird-dev, libfbembed2.5,
- firebird2.5-super,
- libdbi-perl,
- libtest-exception-perl,
- perl
+               firebird-dev,
+               firebird2.5-super,
+               libdbi-perl,
+               libfbembed2.5,
+               libtest-exception-perl,
+               perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-firebird-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbd-firebird-perl.git
@@ -17,9 +18,12 @@ Homepage: https://metacpan.org/release/DBD-Firebird/
 
 Package: libdbd-firebird-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
- libdbi-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends},
+         libdbi-perl
 Description: Perl DBI driver for Firebird RDBMS server
  DBD::Firebird is a Perl Database Driver module which works with the generic
  DBI module, adding support for Firebird databases. It enables access to
  Firebird databases from Perl scripts.
+

-- 
Debian packaging of DBD-Firebird CPAN distribution



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