--- libheap-perl-0.80.orig/debian/compat +++ libheap-perl-0.80/debian/compat @@ -0,0 +1 @@ +4 --- libheap-perl-0.80.orig/debian/watch +++ libheap-perl-0.80/debian/watch @@ -0,0 +1,3 @@ +version=3 +# URL to the package page followed by a regex to search +http://search.cpan.org/dist/Heap/ .*/Heap-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libheap-perl-0.80.orig/debian/copyright +++ libheap-perl-0.80/debian/copyright @@ -0,0 +1,26 @@ +Package: libheap-perl +CPAN Package: Heap + +Upstream Author: John Macdonald, jmm@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 , 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 + --- libheap-perl-0.80.orig/debian/control +++ libheap-perl-0.80/debian/control @@ -0,0 +1,22 @@ +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 +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/dist/Heap/ + +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. --- libheap-perl-0.80.orig/debian/rules +++ libheap-perl-0.80/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 + --- libheap-perl-0.80.orig/debian/changelog +++ libheap-perl-0.80/debian/changelog @@ -0,0 +1,50 @@ +libheap-perl (0.80-2) unstable; urgency=low + + * Update Standards-Version (no changes) + * Standardize debian/watch format + * debian/control: add Homepage field + + -- Dominic Hargreaves Sun, 9 Mar 2008 23:47:10 +0000 + +libheap-perl (0.80-1) unstable; urgency=low + + * New upstream release + + -- Dominic Hargreaves Tue, 5 Jun 2007 18:50:53 +0100 + +libheap-perl (0.71-4) unstable; urgency=low + + * New maintainer (closes: #400366) + + -- Dominic Hargreaves 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 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 Tue, 14 Nov 2006 14:05:34 +0000 + +libheap-perl (0.70-1) unstable; urgency=low + + * New upstream release + * Now using cdbs + + -- Matt Hope Mon, 29 Dec 2003 00:52:12 +1100 + +libheap-perl (0.50-1) unstable; urgency=low + + * Initial package. + + -- Matt Hope Sat, 12 Apr 2003 20:48:49 +1000 +