--- libmidi-perl-0.80.orig/lib/MIDI/Filespec.pod +++ libmidi-perl-0.80/lib/MIDI/Filespec.pod @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl - =head1 NAME MIDI::Filespec -- MIDI File Specification --- libmidi-perl-0.80.orig/debian/control +++ libmidi-perl-0.80/debian/control @@ -0,0 +1,14 @@ +Source: libmidi-perl +Section: interpreters +Priority: optional +Build-Depends: cdbs (>= 0.4.4), debhelper (>= 4.1.0), perl (>= 5.8.0-7) +Maintainer: Mario Lang +Standards-Version: 3.5.10 + +Package: libmidi-perl +Architecture: all +Depends: ${perl:Depends} +Description: read, compose, modify, and write MIDI files in Perl + This suite of Perl modules provides routines for reading, composing, + modifying, and writing MIDI files. + --- libmidi-perl-0.80.orig/debian/changelog +++ libmidi-perl-0.80/debian/changelog @@ -0,0 +1,31 @@ +libmidi-perl (0.80-3) unstable; urgency=low + + * debian/rules: Use CDBS. + * debian/control: + - Build-Depend on debhelper >= 4.1.0 and cdbs >= 0.4.4. + - De-capitalize first word in short description. + - Standards-Version set to 3.5.10. + * debian/compat: Use it, set to 4. + + -- Mario Lang Sat, 28 Jun 2003 18:11:49 +0200 + +libmidi-perl (0.80-2) unstable; urgency=low + + * Copy the license terms of Perl into debian/copyright instead + of just stating "same as Perl." + + -- Mario Lang Sun, 8 Dec 2002 15:53:50 +0100 + +libmidi-perl (0.80-1) unstable; urgency=low + + * New upstream release (Closes: Bug#168932) + * This time with a license included and MIDI::Filespec removed. + + -- Mario Lang Sat, 16 Nov 2002 14:18:57 +0100 + +libmidi-perl (0.79-1) unstable; urgency=low + + * Initial Packaging. + + -- Mario Lang Wed, 13 Nov 2002 12:58:57 +0100 + --- libmidi-perl-0.80.orig/debian/rules +++ libmidi-perl-0.80/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/perlmodule.mk + --- libmidi-perl-0.80.orig/debian/copyright +++ libmidi-perl-0.80/debian/copyright @@ -0,0 +1,22 @@ +This is the debian package for the MIDI-Perl module. +It was created by Mario Lang using dh-make-perl. + +The upstream author is: + +Sean M. Burke sburke@cpan.org. + +Copyright (c) 1998-2002 Sean M. Burke. All rights reserved. + +This library is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. This means +you can choose between one of either: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' and + the Artistic Licence in `/usr/share/common-licenses/Artistic'. --- libmidi-perl-0.80.orig/debian/compat +++ libmidi-perl-0.80/debian/compat @@ -0,0 +1 @@ +4