[libgraph-d3-perl] 03/07: it is not needed to specify the version of some dependencies
Joenio Costa
joenio-guest at alioth.debian.org
Sun Sep 8 01:31:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
joenio-guest pushed a commit to branch master
in repository libgraph-d3-perl.
commit aece58bd49ce802244e5065b39bd9f0a2c49e850
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Sat Sep 7 21:44:37 2013 -0300
it is not needed to specify the version of some dependencies
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 5f3250f..828dc29 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Uploaders: Joenio Costa <joenio at colivre.coop.br>
Build-Depends: debhelper (>= 8),
perl
Build-Depends-Indep: libgraph-perl (>= 0.94),
- libjson-perl (>= 2.53),
- libmodule-build-tiny-perl (>= 0.016),
+ libjson-perl,
+ libmodule-build-tiny-perl,
libmoo-perl (>= 1.001000)
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraph-d3-perl.git
@@ -18,7 +18,7 @@ Package: libgraph-d3-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libgraph-perl (>= 0.94),
- libjson-perl (>= 2.53),
+ libjson-perl,
libmoo-perl (>= 1.001000)
Description: Create ref/json to show node-edge graph with D3.js
Graph::D3 is a moudle to covert Graph object to the format which is used in
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libgraph-d3-perl.git
More information about the Pkg-perl-cvs-commits
mailing list