[libgraphviz-perl] 09/11: wrap&sort d/control

gregor herrmann gregoa at debian.org
Sun May 31 14:51:41 UTC 2015


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

gregoa pushed a commit to branch master
in repository libgraphviz-perl.

commit 79311ed10a4679e359830ebc7e1ee9ee10ddacdf
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun May 31 16:48:12 2015 +0200

    wrap&sort d/control
    
    Gbp-Dch: Ignore
---
 debian/control | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 062acb4..ffe62cf 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
+Build-Depends-Indep: graphviz,
                      libipc-run-perl,
+                     libmodule-build-perl (>= 0.380000),
+                     libparse-recdescent-perl,
                      libxml-twig-perl (>= 1:3.39),
                      libxml-xpath-perl,
-                     graphviz,
-                     libparse-recdescent-perl,
-                     libmodule-build-perl (>= 0.380000)
+                     perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraphviz-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraphviz-perl.git
@@ -19,16 +19,16 @@ Homepage: https://metacpan.org/release/GraphViz
 
 Package: libgraphviz-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         graphviz,
          libipc-run-perl,
+         libparse-recdescent-perl,
          libxml-twig-perl (>= 1:3.39),
-         libxml-xpath-perl,
-         graphviz,
-         libparse-recdescent-perl
+         libxml-xpath-perl
 Description: Perl interface to the GraphViz graphing tool
  This module provides an interface to layout and image generation of
  directed and undirected graphs in a variety of formats (PostScript,
- PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp" 
+ PNG, etc.) using the "dot", "neato", "twopi", "circo" and "fdp"
  programs from the GraphViz project (http://www.graphviz.org/ or
  http://www.research.att.com/sw/tools/graphviz/).

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



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