[libgraph-perl] 03/09: Imported Debian patch 1:0.65-2

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 aed247b0974e7a3245ffadd387bd84076d9f0e52
Author: Steinar H. Gunderson <sesse at debian.org>
Date:   Sun Jul 17 10:08:13 2005 +0200

    Imported Debian patch 1:0.65-2
---
 debian/changelog |  9 +++++++++
 debian/control   | 18 ++++++++++--------
 2 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09add68..4600dae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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.
diff --git a/debian/control b/debian/control
index 6468c28..d1692a9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,18 @@ Source: libgraph-perl
 Section: perl
 Priority: optional
 Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0)
-Maintainer: Matt Hope <dopey at debian.org>
+Maintainer: Steinar H. Gunderson <sesse at debian.org>
 Standards-Version: 3.6.1
 
 Package: libgraph-perl
 Architecture: all
 Depends: libheap-perl, ${perl:Depends}
-Description:  graph operations
- This is just a front-end class for Graph::Directed and Graph::Base.
- .
- Instantiated Graph objects (like $g in the the above description)
- are in fact Graph::Base objects in disguise, look there for the
- methods available.  If you want undirected graphs, create Graph::Undirected
- objects.
+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