r4668 - in /packages/libheap-perl/trunk/debian: ./ changelog compat control copyright rules watch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Fri Dec 29 00:04:08 CET 2006


Author: gwolf
Date: Fri Dec 29 00:04:07 2006
New Revision: 4668

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4668
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/libheap-perl/trunk/debian/
    packages/libheap-perl/trunk/debian/changelog
    packages/libheap-perl/trunk/debian/compat
    packages/libheap-perl/trunk/debian/control
    packages/libheap-perl/trunk/debian/copyright
    packages/libheap-perl/trunk/debian/rules   (with props)
    packages/libheap-perl/trunk/debian/watch

Added: packages/libheap-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/changelog?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/changelog (added)
+++ packages/libheap-perl/trunk/debian/changelog Fri Dec 29 00:04:07 2006
@@ -1,0 +1,36 @@
+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
+

Added: packages/libheap-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/compat?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/compat (added)
+++ packages/libheap-perl/trunk/debian/compat Fri Dec 29 00:04:07 2006
@@ -1,0 +1,1 @@
+4

Added: packages/libheap-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/control?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/control (added)
+++ packages/libheap-perl/trunk/debian/control Fri Dec 29 00:04:07 2006
@@ -1,0 +1,21 @@
+Source: libheap-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 4), cdbs (>= 0.4), 
+Build-Depends-Indep: perl (>= 5.8.0)
+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.

Added: packages/libheap-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/copyright?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/copyright (added)
+++ packages/libheap-perl/trunk/debian/copyright Fri Dec 29 00:04:07 2006
@@ -1,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
+

Added: packages/libheap-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/rules?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/rules (added)
+++ packages/libheap-perl/trunk/debian/rules Fri Dec 29 00:04:07 2006
@@ -1,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
+

Propchange: packages/libheap-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/libheap-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libheap-perl/trunk/debian/watch?rev=4668&op=file
==============================================================================
--- packages/libheap-perl/trunk/debian/watch (added)
+++ packages/libheap-perl/trunk/debian/watch Fri Dec 29 00:04:07 2006
@@ -1,0 +1,3 @@
+version=2
+
+http://search.cpan.org/CPAN/authors/id/J/JM/JMM/	Heap-(.*)\.tar\.gz




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