[SCM] mma/upstream: Imported Debian patch 0.12-1
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Wed Jan 4 21:46:13 UTC 2012
The following commit has been merged in the upstream branch:
commit 98ff58794b6362ff0c1a76f80db1c0825e526345
Author: Raphael Goulais <rafou at debian.org>
Date: Tue Feb 22 09:55:03 2005 +0100
Imported Debian patch 0.12-1
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..64d3e11
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,51 @@
+mma (0.12-1) unstable; urgency=low
+
+ * New Upstream Release (Closes: #296303).
+
+ -- Raphael Goulais <rafou at debian.org> Tue, 22 Feb 2005 09:55:03 +0100
+
+mma (0.11-1) unstable; urgency=low
+
+ * New Upstream Release
+
+ -- Raphael Goulais <rafou at debian.org> Thu, 21 Oct 2004 14:05:06 +0200
+
+mma (0.10-2) unstable; urgency=low
+
+ * Added python on build depends (Closes: #265034).
+
+ -- Raphael Goulais <rafou at debian.org> Wed, 11 Aug 2004 16:29:11 +0200
+
+mma (0.10-1) unstable; urgency=low
+
+ * New Upstream Release.
+
+ -- Raphael Goulais <rafou at debian.org> Mon, 9 Aug 2004 11:41:26 +0200
+
+mma (0.9-1) unstable; urgency=low
+
+ * New Upstream Release (Closes: #258384).
+ * Corrected a bug in MMAparse.py
+
+ -- Raphael Goulais <rafou at debian.org> Fri, 09 Apr 2004 11:59:00 +0200
+
+mmma (0.7-1) unstable; urgency=low
+
+ * New Upstream Release
+
+ -- Raphael Goulais <rafou at debian.org> Mon, 19 Apr 2004 22:46:00 +0200
+
+mma (0.6-1) unstable; urgency=low
+
+ * New Upstream Release
+ * Updated mma's home page in description
+
+ -- Raphael Goulais (Rafou) <raphael at nicedays.net> Thu, 12 Feb 2004 02:50:00 +0100
+
+mma (0.5-1) unstable; urgency=low
+
+ * Initial Release (Closes: #227495).
+ * Added man page.
+
+ -- Raphael Goulais (Rafou) <raphael at nicedays.net> Tue, 13 Jan 2004 13:17:25 +0100
+
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..1789811
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: mma
+Section: sound
+Priority: optional
+Maintainer: Raphael Goulais <rafou at debian.org>
+Build-Depends-Indep: debhelper (>= 4.1.67), python, python2.3
+Standards-Version: 3.6.1
+
+Package: mma
+Architecture: all
+Depends: ${python:Depends}
+Description: Musical Midi Accompaniment generator
+ MMA creates midi tracks for a soloist to perform over from a user
+ supplied file containing chords and MMA directives.
+ .
+ Homepage: http://mypage.uniserve.com/~bvdp/mma/
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..05dfcda
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,15 @@
+This package was debianized by Raphael Goulais <rafou at debian.org> on
+Tue, 13 Jan 2004 13:20:25 +0100.
+
+It was downloaded from http://mypage.uniserve.com/~bvdp/mma/mma.html
+
+Upstream Author: Bob van der Poel <bvdp at universe.com>
+
+This software is copyright (c) 2000 by Bob van der Poel
+
+You are free to distribute this software under the terms of
+the GNU General Public License.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in the file `/usr/share/common-licenses/GPL'.
+
diff --git a/debian/mma.1 b/debian/mma.1
new file mode 100644
index 0000000..ea43c42
--- /dev/null
+++ b/debian/mma.1
@@ -0,0 +1,74 @@
+.TH MMA 1
+.SH NAME
+mma \- musical midi accompaniment generator
+.SH SYNOPSIS
+.PP
+.B mma
+[
+.I options
+]
+.I INFILE
+[
+.I options
+]
+.SH DESCRIPTION
+MMA creates midi tracks for a soloist to perform over from a user
+supplied file containing chords and MMA directives.
+.SH OPTIONS
+.TP
+\fB\-d\fR
+Enable LOTS of debugging messages
+.TP
+\fB\-p\fR
+Display patterns as they are defined
+.TP
+\fB\-s\fR
+Display sequence info during run
+.TP
+\fB\-r\fR
+Display running progress
+.TP
+\fB\-w\fR
+Disable warning messages
+.TP
+\fB\-n\fR
+Disable generation of midi output
+.TP
+\fB\-e\fR
+Show parsed/expanded lines
+.TP
+\fB\-c\fR
+Display default channel assignments
+.HP
+\fB\-m\fR<x> Set maxBars (default == 500)
+.TP
+\fB\-o\fR
+Show complete filenames when opened
+.TP
+\fB\-g\fR
+create Groove dependency files
+.TP
+\fB\-v\fR
+Display version number
+.HP
+\fB\-D\fR<> Extract documentation
+.IP
+<x> extract doc blocks from file
+.IP
+<n> Note/chord table
+.IP
+<dm> Midi drum names (by MIDI value)
+.IP
+<da> Midi drum names (alphabetical)
+.IP
+<im> Inst. names (ab MIDI value)
+.IP
+<ia> Inst. names (alphabetical)
+.TP
+\fB\-f\fR<file>
+Set output Filename
+.SH AUTHOR
+Bob van der Poel <bvdp at universe.com>
+.SH LICENSE
+mma is released under the GNU General Public License.
+
diff --git a/debian/mma.docs b/debian/mma.docs
new file mode 100644
index 0000000..f39f812
--- /dev/null
+++ b/debian/mma.docs
@@ -0,0 +1,9 @@
+ANNOUNCE
+README
+CONTRIB
+FAQ
+TODO
+docs/mma-lib.pdf
+docs/mma.pdf
+docs/mma-tutorial.pdf
+docs/html
diff --git a/debian/mma.examples b/debian/mma.examples
new file mode 100644
index 0000000..6ba9ee7
--- /dev/null
+++ b/debian/mma.examples
@@ -0,0 +1 @@
+egs/*
diff --git a/debian/mma.install b/debian/mma.install
new file mode 100644
index 0000000..cf5d4f7
--- /dev/null
+++ b/debian/mma.install
@@ -0,0 +1,4 @@
+mma usr/bin
+lib usr/share/mma
+includes usr/share/mma
+modules/*.py usr/share/mma/modules
diff --git a/debian/mma.manpages b/debian/mma.manpages
new file mode 100644
index 0000000..7e93c47
--- /dev/null
+++ b/debian/mma.manpages
@@ -0,0 +1 @@
+debian/mma.1
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..342df36
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,53 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=4
+export DH_OPTIONS
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ dh_install
+
+binary-arch: build install
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs CHANGES
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmime
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_python -V 2.3
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--
mma packaging
More information about the pkg-multimedia-commits
mailing list