[libheap-perl] 03/04: [svn-inject] Applying Debian modifications to trunk

dom at earth.li dom at earth.li
Wed Mar 23 22:09:46 UTC 2016


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

dom pushed a commit to branch master
in repository libheap-perl.

commit 09976474617174a37d1180a99172e7896c663301
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Oct 23 22:29:57 2007 +0000

    [svn-inject] Applying Debian modifications to trunk
---
 debian/changelog | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/compat    |  1 +
 debian/control   | 21 +++++++++++++++++++++
 debian/copyright | 26 ++++++++++++++++++++++++++
 debian/rules     |  8 ++++++++
 debian/watch     |  3 +++
 6 files changed, 101 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b2a5a07
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,42 @@
+libheap-perl (0.80-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue,  5 Jun 2007 18:50:53 +0100
+
+libheap-perl (0.71-4) unstable; urgency=low
+
+  * New maintainer (closes: #400366)
+
+ -- Dominic Hargreaves <dom at earth.li>  Fri, 22 Dec 2006 13:45:08 +0000
+
+libheap-perl (0.71-3) unstable; urgency=low
+
+  * QA upload. 
+  * Set maintainer to QA Group; Orphaned: #400366
+  * Move cdbs and debhelper from Build-Depends-Indep to
+    Build-Depends
+  * Conforms with latest Standards Version 3.7.2
+
+ -- Michael Ablassmeier <abi at debian.org>  Mon, 11 Dec 2006 08:42:06 +0100
+
+libheap-perl (0.71-0.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * New upstream release (closes: #334591, #329559)
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 14 Nov 2006 14:05:34 +0000
+
+libheap-perl (0.70-1) unstable; urgency=low
+
+  * New upstream release
+  * Now using cdbs
+
+ -- Matt Hope <dopey at debian.org>  Mon, 29 Dec 2003 00:52:12 +1100
+
+libheap-perl (0.50-1) unstable; urgency=low
+
+  * Initial package.
+
+ -- Matt Hope <dopey at debian.org>  Sat, 12 Apr 2003 20:48:49 +1000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5b7d31c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libheap-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), cdbs (>= 0.4), 
+Build-Depends-Indep: perl (>= 5.8.0), perl-modules
+Maintainer: Dominic Hargreaves <dom at earth.li>
+Standards-Version: 3.7.2
+
+Package: libheap-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description: Perl extensions for keeping data partially sorted
+ The Heap collection of modules provide routines that manage
+ a heap of elements.  A heap is a partially sorted structure
+ that is always able to easily extract the smallest of the
+ elements in the structure (or the largest if a reversed compare
+ routine is provided).
+ .
+ If the collection of elements is changing dynamically, the
+ heap has less overhead than keeping the collection fully
+ sorted.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9288ae5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Package: libheap-perl
+CPAN Package: Heap
+
+Upstream Author: John Macdonald, jmm at elegant.com.
+
+Download Location: http://search.cpan.org/author/JMM/
+
+Copyright statement:
+---8<-------------------------
+Copyright 1998, O'Reilly & Associates.
+
+This code is distributed under the same copyright terms as perl
+itself.
+---8<-------------------------
+
+Debianised:
+  Matt Hope <dopey at 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..a9a41d9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+DEB_INSTALL_DOCS_libheap-perl := README
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..055c7e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=2
+
+http://search.cpan.org/CPAN/authors/id/J/JM/JMM/	Heap-(.*)\.tar\.gz

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



More information about the Pkg-perl-cvs-commits mailing list