[libgraph-perl] 05/09: Imported Debian patch 1:0.75-1

gregor herrmann gregoa at debian.org
Sat Sep 19 19:40:45 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 edd131cb6ad79e1d03f30ca29f8fb87ecf460858
Merge: 44b9e26 3946488
Author: Steinar H. Gunderson <sesse at debian.org>
Date:   Thu Jun 15 21:40:03 2006 +0200

    Imported Debian patch 1:0.75-1

 Changes                          |   96 +
 MANIFEST                         |   10 +
 META.yml                         |    2 +-
 debian/changelog                 |    8 +
 debian/control                   |    2 +-
 lib/Graph.pm                     |  397 ++-
 lib/Graph.pod                    |  118 +-
 lib/Graph/AdjacencyMap.pm        |    6 +-
 lib/Graph/AdjacencyMap/Heavy.pm  |    1 -
 lib/Graph/AdjacencyMap/Light.pm  |    6 +-
 lib/Graph/AdjacencyMap/Vertex.pm |    1 -
 lib/Graph/Traversal.pm           |    4 +-
 t/13_add_vertex.t                |    6 +-
 t/46_has_cycle.t                 |    4 +-
 t/63_scc.t                       |    7 +-
 t/71_spt.t                       |    6 +-
 t/73_diameter.t                  |  106 +-
 t/pod-coverage.t                 |    8 +
 t/pod.t                          |    4 +
 t/simple.pl                      |   37 +
 t/u_at1.t                        | 5111 ++++++++++++++++++++++++++++++++++++++
 t/u_at2.t                        |   66 +
 t/u_bo.t                         |  222 ++
 t/u_bo1.t                        |   80 +
 t/u_bo_ap1.t                     |  102 +
 t/u_bo_ap2.t                     |  279 +++
 t/u_bo_apx.t                     |   44 +
 27 files changed, 6576 insertions(+), 157 deletions(-)

diff --cc debian/changelog
index bd69f39,0000000..971f236
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,38 -1,0 +1,46 @@@
++libgraph-perl (1:0.75-1) unstable; urgency=low
++
++  * New upstream release.
++  * Make Build-depends-indep on debhelper and perl into ordinary
++    build-depends, as we use them in non-indep targets.
++
++ -- Steinar H. Gunderson <sesse at debian.org>  Thu, 15 Jun 2006 21:40:03 +0200
++
 +libgraph-perl (1:0.69-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Switch from debhelper v3 to v5 (no changes needed), and use debian/compat
 +    instead of setting DH_COMPAT in debian/rules. Update versioned
 +    build-dependency accordingly.
 +  * Update to Standards-Version 3.6.2.0 (no changes needed).
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Mon,  3 Apr 2006 02:59:06 +0200
 +
 +libgraph-perl (1:0.65-2) unstable; urgency=low
 +
 +  * New maintainer. Thanks to Matt Hope for maintaining the package up till
 +    now.
 +  * Ack my own NMU. (Closes: #299861).
 +  * Make long and short description more descriptive. (Closes: #317658)
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Sun, 17 Jul 2005 10:08:13 +0200
 +
 +libgraph-perl (1:0.65-1) unstable; urgency=low
 +
 +  * Non-Maintainer Upload.
 +  * New upstream release (Closes: #299861).
 +
 + -- Steinar H. Gunderson <sesse at debian.org>  Sun, 10 Jul 2005 15:11:49 +0200
 +
 +libgraph-perl (0.20102-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Matt Hope <dopey at debian.org>  Tue, 13 Apr 2004 00:08:18 +1000
 +
 +libgraph-perl (0.20101-1) unstable; urgency=low
 +
 +  * Initial Package
 +
 + -- Matt Hope <dopey at debian.org>  Sat, 12 Apr 2003 20:26:03 +1000
 +
diff --cc debian/control
index 05544fa,0000000..ede87ec
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,19 -1,0 +1,19 @@@
 +Source: libgraph-perl
 +Section: perl
 +Priority: optional
- Build-Depends-Indep: debhelper (>= 5.0.0), perl (>= 5.6.0)
++Build-Depends: debhelper (>= 5.0.0), perl (>= 5.6.0)
 +Maintainer: Steinar H. Gunderson <sesse at debian.org>
 +Standards-Version: 3.6.2.0
 +
 +Package: libgraph-perl
 +Architecture: all
 +Depends: libheap-perl, ${perl: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.
 + (It is not for drawing any sort of graphics; for that, see the
 + GD:: or Graphics:: set of modules.) It also contains implementations
 + 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