libgraph-perl (1:0.91-1) debian-dir only changes

Summary

 debian/changelog |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |    1 
 debian/control   |   19 +++++++++++++++++
 debian/copyright |   22 +++++++++++++++++++
 debian/rules     |   51 +++++++++++++++++++++++++++++++++++++++++++++
 debian/watch     |    3 ++
 6 files changed, 157 insertions(+)

    
download this patch

Patch contents

--- libgraph-perl-0.91.orig/debian/rules
+++ libgraph-perl-0.91/debian/rules
@@ -0,0 +1,51 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+PACKAGE=$(shell dh_listpackages)
+
+ifndef PERL
+PERL=/usr/bin/perl
+endif
+
+TMP     =$(CURDIR)/debian/$(PACKAGE)
+
+build: Makefile
+Makefile:
+	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE) OPTIMIZE="-O2 -g -Wall"
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+	-$(MAKE) realclean
+	dh_clean
+
+install: 
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install PREFIX=$(TMP)/usr
+
+
+binary-arch: 
+
+binary-indep: build 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.91.orig/debian/watch
+++ libgraph-perl-0.91/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
+
--- libgraph-perl-0.91.orig/debian/compat
+++ libgraph-perl-0.91/debian/compat
@@ -0,0 +1 @@
+5
--- libgraph-perl-0.91.orig/debian/copyright
+++ libgraph-perl-0.91/debian/copyright
@@ -0,0 +1,22 @@
+Package: libgraph-perl
+
+Upstream Author: Jarkko Hietaniemi <jhi@iki.fi>
+
+Copyright statement:
+---8<-------------------------
+Copyright 1999, O'Reilly & Associates.
+
+This code is distributed under the same copyright terms as Perl itself.
+---8<-------------------------
+
+Debianised:
+  Matt Hope <dopey@debian.org>, 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.91.orig/debian/changelog
+++ libgraph-perl-0.91/debian/changelog
@@ -0,0 +1,61 @@
+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 <sesse@debian.org>  Thu, 20 Aug 2009 21:42:24 +0200
+
+libgraph-perl (1:0.81-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Steinar H. Gunderson <sesse@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 <sesse@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@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@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@debian.org>  Sun, 10 Jul 2005 15:11:49 +0200
+
+libgraph-perl (0.20102-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Matt Hope <dopey@debian.org>  Tue, 13 Apr 2004 00:08:18 +1000
+
+libgraph-perl (0.20101-1) unstable; urgency=low
+
+  * Initial Package
+
+ -- Matt Hope <dopey@debian.org>  Sat, 12 Apr 2003 20:26:03 +1000
+
--- libgraph-perl-0.91.orig/debian/control
+++ libgraph-perl-0.91/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 <sesse@debian.org>
+Standards-Version: 3.8.3
+
+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.
+