[libgraph-perl] 03/14: Reformat debian/control with cme

gregor herrmann gregoa at debian.org
Sat Sep 19 20:09:36 UTC 2015


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

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

commit 8a26ba3f3ef385ed41cbebb7f29664122b927254
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Sep 19 21:44:48 2015 +0200

    Reformat debian/control with cme
    
    Gbp-Dch: ignore
---
 debian/control | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index ccca949..f05d214 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,20 @@
 Source: libgraph-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 5.0.0), perl (>= 5.6.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0),
+               perl (>= 5.6.0)
 Standards-Version: 3.9.4
-Homepage: https://metacpan.org/release/Graph
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libgraph-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libgraph-perl.git
+Homepage: https://metacpan.org/release/Graph
 
 Package: libgraph-perl
 Architecture: all
-Depends: libheap-perl, ${perl:Depends}, ${misc:Depends}
+Depends: libheap-perl,
+         ${perl:Depends},
+         ${misc:Depends}
 Description: Perl module for graph data structures and algorithms
  This module contains the Graph module for Perl, a framework for
  creating abstract data structures called graphs and hypergraphs.
@@ -20,4 +23,3 @@ Description: Perl module for graph data structures and algorithms
  of several well-known algorithms that operate on graphs, such as
  finding transitive closures, strongly connected components
  (SCCs) and articulation points.
-

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



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