[SCM] Debian packaging of libgraph-writer-graphviz-perl branch, master, updated. e0ba369d3bdba4517cc09a5fbb085e19c744ceed

gregor herrmann gregoa at debian.org
Sun Oct 16 12:55:41 UTC 2011


The following commit has been merged in the master branch:
commit d21d21daa8316265cb32046a0b6e5115708524c6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 16 14:51:53 2011 +0200

    sort deps
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 028a4be..67a78f6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,11 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Oswald <xoswald at debian.org>,
  gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libio-all-perl, libgraphviz-perl, libgraph-readwrite-perl
+Build-Depends-Indep: perl,
+ libgraph-perl,
+ libgraph-readwrite-perl,
+ libgraphviz-perl,
+ libio-all-perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libgraph-writer-graphviz-perl.git
@@ -13,7 +17,10 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libgraph-writ
 
 Package: libgraph-writer-graphviz-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libgraphviz-perl, libgraph-perl, libio-all-perl, libgraph-readwrite-perl
+Depends: ${misc:Depends}, ${perl:Depends},
+ libgraph-readwrite-perl,
+ libgraphviz-perl,
+ libio-all-perl
 Description: GraphViz Writer for Graph object
  Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz
  module. All GraphViz formats should be supported without a problem.

-- 
Debian packaging of libgraph-writer-graphviz-perl



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