--- libspork-perl-0.20.orig/debian/rules +++ libspork-perl-0.20/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +build: build-stamp +build-stamp: + dh build + touch $@ + +clean: + dh $@ + +install: install-stamp +install-stamp: build-stamp + dh install + touch $@ + +binary-arch: + +binary-indep: install + dh $@ + +binary: binary-arch binary-indep + +.PHONY: binary binary-arch binary-indep install clean build --- libspork-perl-0.20.orig/debian/compat +++ libspork-perl-0.20/debian/compat @@ -0,0 +1 @@ +7 --- libspork-perl-0.20.orig/debian/changelog +++ libspork-perl-0.20/debian/changelog @@ -0,0 +1,56 @@ +libspork-perl (0.20-2) unstable; urgency=low + + * Acknowledge 0.20-1.1 NMU, thanks Marc! + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved to + Uploaders. + * debian/watch: use dist-based URL. + + [ Martín Ferrari ] + * debian/control: + - Set DH depends to 7 + - Bumped Standards-Version (no changes) + - Added myself to Uploaders + - Improved short description + * debian/rules: new from dh7 templates. + * debian/copyright: new format. + + -- Martín Ferrari Mon, 25 Aug 2008 03:44:50 -0300 + +libspork-perl (0.20-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Don't fail when perl is smart enough not to create + empty dirs. (Closes: #467758) + + Don't ignore make distclean errors. + + -- Marc 'HE' Brockschmidt Sat, 05 Apr 2008 17:08:12 +0200 + +libspork-perl (0.20-1) unstable; urgency=low + + * New upstream release. + * New Maintainer with acknowledgement from the former one. + * Bumped up Standards-Version. + * Removed libtemplate-perl from dependencies. libspoon-perl pulls that in. + * (Build-)Depend on libkwiki-perl (>= 0.38), libkwiki-cache-perl and + libspoon-perl (>= 0.22). + * Don't install the README. It contains the same things as the POD docs. + * Cleaned up debian/rules. + * Run the testsuite on build. + + -- Florian Ragwitz Tue, 24 Jan 2006 23:28:00 +0100 + +libspork-perl (0.18-1) unstable; urgency=low + + * Initial Release. + + -- Nick Phillips Sat, 18 Dec 2004 12:32:14 +1300 + --- libspork-perl-0.20.orig/debian/watch +++ libspork-perl-0.20/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://search.cpan.org/dist/Spork/ .*/Spork-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) --- libspork-perl-0.20.orig/debian/copyright +++ libspork-perl-0.20/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Brian Ingerson +Upstream-Source: http://search.cpan.org/dist/Spork/ +Upstream-Name: Spork + +Files: * +Copyright: © 2004, 2005. Brian Ingerson. All rights reserved. +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: © 2004, Nick Phillips , + 2006, Florian Ragwitz , + 2008, various members of the Debian Perl Group, cf. debian/changelog +License: Artistic | GPL-1+ + +License: Artistic + This program is free software; you can redistribute it and/or modify it under + the terms of the Artistic License, which comes with Perl. On Debian GNU/Linux + systems, the complete text of the Artistic License can be found in + /usr/share/common-licenses/Artistic + +License: GPL-1+ + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later version. On + Debian GNU/Linux systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL' + --- libspork-perl-0.20.orig/debian/control +++ libspork-perl-0.20/debian/control @@ -0,0 +1,25 @@ +Source: libspork-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.8.0-7), libspoon-perl (>= 0.22), + libkwiki-perl (>= 0.38), libkwiki-cache-perl +Maintainer: Debian Perl Group +Uploaders: Florian Ragwitz , + Martín Ferrari +Standards-Version: 3.8.0 +Homepage: http://search.cpan.org/dist/Spork/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspork-perl/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libspork-perl/ + +Package: libspork-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends}, libspoon-perl (>= 0.22), + libkwiki-perl (>= 0.38), libkwiki-cache-perl +Description: create slide presentations with Kwiki markup + Spork lets you create HTML slideshow presentations easily. It comes with a + sample slideshow. All you need is a text editor, a browser and a topic. + . + Spork allows you create an entire slideshow by editing a single file called + Spork.slides (by default). Each slide is created using a minimal markup + language similar to the syntax used in Kwiki wikis.