[libmidi-perl] 01/21: Imported Debian patch 0.80-3

gregor herrmann gregoa at debian.org
Fri May 6 14:06:53 UTC 2016


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

gregoa pushed a commit to branch master
in repository libmidi-perl.

commit 2ba0fe196864476af44952c073772c13e3e9d174
Author: Mario Lang <mlang at debian.org>
Date:   Sat Jun 28 18:11:49 2003 +0200

    Imported Debian patch 0.80-3
---
 debian/changelog      | 31 +++++++++++++++++++++++++++++++
 debian/compat         |  1 +
 debian/control        | 14 ++++++++++++++
 debian/copyright      | 22 ++++++++++++++++++++++
 debian/rules          |  5 +++++
 lib/MIDI/Filespec.pod |  2 --
 6 files changed, 73 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a106cde
--- /dev/null
+++ b/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 <mlang at debian.org>  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 <mlang at debian.org>  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 <mlang at debian.org>  Sat, 16 Nov 2002 14:18:57 +0100
+
+libmidi-perl (0.79-1) unstable; urgency=low
+
+  * Initial Packaging.
+
+ -- Mario Lang <mlang at debian.org>  Wed, 13 Nov 2002 12:58:57 +0100
+
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..ba59307
--- /dev/null
+++ b/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 <mlang at debian.org>
+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.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..cd11ed5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,22 @@
+This is the debian package for the MIDI-Perl module.
+It was created by Mario Lang <mlang at debian.org> using dh-make-perl.
+
+The upstream author is: 
+
+Sean M. Burke sburke at 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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e50aa83
--- /dev/null
+++ b/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
+
diff --git a/lib/MIDI/Filespec.pod b/lib/MIDI/Filespec.pod
index ea0671b..279de8e 100644
--- a/lib/MIDI/Filespec.pod
+++ b/lib/MIDI/Filespec.pod
@@ -1,5 +1,3 @@
-#!/usr/local/bin/perl
-
 =head1 NAME
 
 MIDI::Filespec -- MIDI File Specification

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



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