[libdancer-plugin-database-perl] 05/06: Make (build) dependency on libdancer-plugin-database-core-perl versioned.

gregor herrmann gregoa at debian.org
Fri Dec 27 20:19:35 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdancer-plugin-database-perl.

commit f8116b5e02fb899c304fe7c1ec98fbe798f9d635
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Dec 27 21:18:24 2013 +0100

    Make (build) dependency on libdancer-plugin-database-core-perl versioned.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b2b075e..590016d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libdancer-perl (>= 1.3099),
-                     libdancer-plugin-database-core-perl,
+                     libdancer-plugin-database-core-perl (>= 0.05),
                      libdbd-sqlite3-perl,
                      libtest-pod-coverage-perl,
                      libtest-pod-perl,
@@ -23,7 +23,7 @@ Package: libdancer-plugin-database-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libdancer-plugin-database-core-perl,
+         libdancer-plugin-database-core-perl (>= 0.05),
          libdancer-perl (>= 1.3099)
 Description: Dancer plugin providing easy database connections
  Dancer::Plugin::Database is a Dancer plugin that provides an easy way to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-database-perl.git



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