--- libgraph-perl-0.96.orig/debian/changelog +++ libgraph-perl-0.96/debian/changelog @@ -0,0 +1,86 @@ +libgraph-perl (1:0.96-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: make: *** [clean] Error 1": + invert logic of test for Makefile existence, so that it returns true in + debian/rules' clean target. + (Closes: #724080) + + -- gregor herrmann Sat, 09 Nov 2013 15:32:45 +0100 + +libgraph-perl (1:0.96-1) unstable; urgency=low + + * New upstream release (Closes: #634997). + * Various Lintian cleanup. + * Add ${misc:Depends}. + * Test for existence of Makefile instead of ignoring the result of + make realclean. + * Add build-arch and build-indep targets. + * Use DESTDIR instead of PREFIX with make install. + * Use dh_prep instead of dh_clean -k (debhelper warning). + * Bumped Standards-Version to 3.9.4; no other changes than those listed + above needed. + + -- Steinar H. Gunderson Sun, 08 Sep 2013 10:59:42 +0200 + +libgraph-perl (1:0.91-1) unstable; urgency=low + + * New upstream release. + * Fixes a bug where connected components could be wrong with unionfind=>1. + (Closes: #542679) + * Updated Standards-Version to 3.8.3 (no changes needed). + + -- Steinar H. Gunderson Thu, 20 Aug 2009 21:42:24 +0200 + +libgraph-perl (1:0.81-1) unstable; urgency=low + + * New upstream release. + + -- Steinar H. Gunderson 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 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 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 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 Sun, 10 Jul 2005 15:11:49 +0200 + +libgraph-perl (0.20102-1) unstable; urgency=low + + * New upstream release + + -- Matt Hope Tue, 13 Apr 2004 00:08:18 +1000 + +libgraph-perl (0.20101-1) unstable; urgency=low + + * Initial Package + + -- Matt Hope Sat, 12 Apr 2003 20:26:03 +1000 + --- libgraph-perl-0.96.orig/debian/compat +++ libgraph-perl-0.96/debian/compat @@ -0,0 +1 @@ +5 --- libgraph-perl-0.96.orig/debian/control +++ libgraph-perl-0.96/debian/control @@ -0,0 +1,19 @@ +Source: libgraph-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0), perl (>= 5.6.0) +Maintainer: Steinar H. Gunderson +Standards-Version: 3.9.4 + +Package: libgraph-perl +Architecture: all +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. + (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. + --- libgraph-perl-0.96.orig/debian/copyright +++ libgraph-perl-0.96/debian/copyright @@ -0,0 +1,22 @@ +Package: libgraph-perl + +Upstream Author: Jarkko Hietaniemi + +Copyright statement: +---8<------------------------- +Copyright 1999, O'Reilly & Associates. + +This code is distributed under the same copyright terms as Perl itself. +---8<------------------------- + +Debianised: + Matt Hope , 20030312 + +Perl is dual-licenced under "Artistic" and "GPL". +The text of the GPL licence is available from + /usr/share/common-licenses/GPL +The text of the Artistic licence is available from + /usr/share/common-licenses/Artistic +The text of the Perl licence is available from + /usr/share/doc/perl/copyright + --- libgraph-perl-0.96.orig/debian/rules +++ libgraph-perl-0.96/debian/rules @@ -0,0 +1,53 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL=/usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-arch build-indep +build-indep: Makefile +build-arch: +Makefile: + dh_testdir + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-O2 -g -Wall" + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) realclean + dh_clean + +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + $(MAKE) install DESTDIR=$(TMP) + + +binary-arch: + +binary-indep: build-arch install + dh_testdir + dh_testroot + dh_installdocs README + dh_installchangelogs Changes + dh_compress + dh_fixperms + dh_installdeb + dh_perl + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libgraph-perl-0.96.orig/debian/watch +++ libgraph-perl-0.96/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://search.cpan.org/search?dist=Graph /CPAN/authors/id/.*/Graph-([0-9\.]*)\.tar\.gz debian uupdate -v +