[SCM] Debian packaging of librose-db-object-perl branch, master, updated. debian/0.797-1-18-g8b87916

gregor herrmann gregoa at debian.org
Sun Dec 9 17:28:46 UTC 2012


The following commit has been merged in the master branch:
commit 55c74afb2ce349a6ee239d28cffb829408ceeac0
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Dec 9 18:25:26 2012 +0100

    Remove version constraints from (build) dependencies
    
    that are already satisfied in stable.

diff --git a/debian/control b/debian/control
index 17b0198..90ae709 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,10 @@ Build-Depends-Indep: perl,
                      libdbi-perl,
                      liblist-moreutils-perl,
                      librose-db-perl (>= 0.763),
-                     librose-object-perl (>= 0.854),
+                     librose-object-perl,
                      libtest-memory-cycle-perl,
                      libtest-pod-perl,
-                     libtime-clock-perl (>= 1.00)
+                     libtime-clock-perl
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/librose-db-object-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/librose-db-object-perl.git
@@ -37,8 +37,8 @@ Depends: ${perl:Depends},
          libdbi-perl,
          liblist-moreutils-perl,
          librose-db-perl (>= 0.763),
-         librose-object-perl (>= 0.854),
-         libtime-clock-perl (>= 1.00)
+         librose-object-perl,
+         libtime-clock-perl
 Description: framework providing an extensible high-performance ORM
  Rose::DB::Object is a base class for objects that encapsulate a single row in
  a database table. By deriving objects from this module, you get a simple API

-- 
Debian packaging of librose-db-object-perl



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