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

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

commit 45a997c644460229eeb6d889b0535148fb52e130
Merge: edd131c 8a37452
Author: Steinar H. Gunderson <se...@debian.org>
Date:   Mon Jun 18 01:08:00 2007 +0200

    Imported Debian patch 1:0.81-1

 Changes                        | 133 ++++++++
 MANIFEST                       |   3 +
 META.yml                       |   5 +-
 Makefile.PL                    |   1 +
 TODO                           |  37 ++-
 debian/changelog               |   6 +
 lib/Graph.pm                   | 696 ++++++++++++++++++++++++-----------------
 lib/Graph.pod                  | 212 ++++++++++---
 lib/Graph/Directed.pm          |  13 +-
 lib/Graph/TransitiveClosure.pm |   2 +-
 lib/Graph/Traversal.pm         |   9 +-
 lib/Graph/Undirected.pm        |  15 +-
 t/59_dfs.t                     |  34 +-
 t/60_bfs.t                     |  30 +-
 t/71_spt.t                     |  30 +-
 t/73_diameter.t                |  34 +-
 t/80_isomorphic.t              |   7 +
 t/simple.pl                    |   3 +-
 t/u_at2.t                      |  25 +-
 t/u_at3.t                      |  31 ++
 t/u_bf.t                       |  70 +++++
 t/u_bill.t                     |  16 +
 t/u_bo.t                       |   4 +-
 t/u_bo_ap1.t                   |  16 +-
 24 files changed, 1061 insertions(+), 371 deletions(-)

diff --cc debian/changelog
index 971f236,0000000..7c77eba
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,46 -1,0 +1,52 @@@
++libgraph-perl (1:0.81-1) unstable; urgency=low
++
++  * New upstream release.
++
++ -- Steinar H. Gunderson <se...@debian.org>  Mon, 18 Jun 2007 01:08:00 +0200
++
 +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 <se...@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 <se...@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 <se...@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 <se...@debian.org>  Sun, 10 Jul 2005 15:11:49 +0200
 +
 +libgraph-perl (0.20102-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Matt Hope <do...@debian.org>  Tue, 13 Apr 2004 00:08:18 +1000
 +
 +libgraph-perl (0.20101-1) unstable; urgency=low
 +
 +  * Initial Package
 +
 + -- Matt Hope <do...@debian.org>  Sat, 12 Apr 2003 20:26:03 +1000
 +

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to