[SCM] Debian packaging of DBIx-DataSource CPAN distribution branch, master, updated. debian/0.02-3-9-g486d1c4

Xavier x.guimard at free.fr
Sun Dec 23 13:50:37 UTC 2012


The following commit has been merged in the master branch:
commit a4f60ede30d8b3b4b2c3342817ebe211cecf5d5f
Author: Xavier <x.guimard at free.fr>
Date:   Sun Dec 23 14:42:03 2012 +0100

    Bump S-V to 3.9.4 and dh to 8

diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
index 0bd5fd7..d406f2b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,24 @@
 Source: libdbix-datasource-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ivan Kohler <ivan-debian at 420.am>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: interpreters
 Priority: optional
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-17)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.5.1
+Build-Depends: debhelper (>= 8),
+               perl
+Build-Depends-Indep: perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-datasource-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-datasource-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-DataSource/
 
 Package: libdbix-datasource-perl
 Architecture: all
-Depends: ${perl:Depends}, libdbi-perl
-Suggests: libdbd-pg-perl|libdbd-mysql-perl
-Description:  Database-independent create and drop functions
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbi-perl
+Suggests: libdbd-pg-perl | libdbd-mysql-perl
+Description: Database-independent create and drop functions
  This module implements create_database and drop_database functions for
  databases.  It aims to provide a common interface to database creation and
  deletion regardless of the actual database being used.
@@ -17,3 +26,4 @@ Description:  Database-independent create and drop functions
  Currently supported databases are MySQL and PostgreSQL.  Assistance adding
  support for other databases is welcomed and relatively simple - see
  DBIx::DataSource::Driver.
+

-- 
Debian packaging of DBIx-DataSource CPAN distribution



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