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

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

commit 64a5a5b638dc17883b04f49f461e9446547b24b3
Author: Matt Hope <do...@debian.org>
Date:   Tue Apr 13 00:08:18 2004 +1000

    Imported Debian patch 0.20102-1
---
 debian/changelog | 12 ++++++++++++
 debian/control   | 17 +++++++++++++++++
 debian/copyright | 22 ++++++++++++++++++++++
 debian/rules     | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/watch     |  3 +++
 5 files changed, 106 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8b34497
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+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
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6468c28
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: libgraph-perl
+Section: perl
+Priority: optional
+Build-Depends-Indep: debhelper (>= 3.0.5), perl (>= 5.6.0)
+Maintainer: Matt Hope <do...@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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6ec7fd3
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+Package: libgraph-perl
+
+Upstream Author: Jarkko Hietaniemi <j...@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 <do...@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
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a8aad4d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,52 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+export DH_COMPAT=3
+
+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
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..25a4ceb
--- /dev/null
+++ b/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
+

-- 
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