[SCM] mma/master: New debian/control for mma (15.01-1) onward

foka at users.alioth.debian.org foka at users.alioth.debian.org
Sat Sep 19 03:35:31 UTC 2015


The following commit has been merged in the master branch:
commit 0a2a91207b8260db595e867fa33b47986216a4f3
Author: Anthony Fok <foka at debian.org>
Date:   Thu Sep 17 17:34:29 2015 -0600

    New debian/control for mma (15.01-1) onward
    
     * Add myself to Uploaders field
     * Add Build-Depends on dh-exec, dh-python and python
     * Raise Standards-Version to 3.9.6
     * Add X-Python-Version tag and set it to >= 2.6
     * Use canonical URLs (anonscm.debian.org) in Vcs-* fields
     * Add Depends on python-tk for mma-gb: MMA Groove Browser
     * Add "Recommends: timidity" for playing MIDI files generated by MMA
     * Add "Enhances: solfege" for solfege’s three chord progression tests
       that specifically use MMA.
     * Expand package description.

diff --git a/debian/control b/debian/control
index 582cfaa..cd0ca6e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,27 @@ Source: mma
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Joel Roth <joelz at pobox.com>
-Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: python-support
-Standards-Version: 3.9.1
+Uploaders: Anthony Fok <foka at debian.org>
+Build-Depends: debhelper (>= 9), dh-exec, dh-python, python
+Standards-Version: 3.9.6
+X-Python-Version: >= 2.6
 Homepage: http://www.mellowood.ca/mma/
-Vcs-Git: git://git.debian.org/pkg-multimedia/mma.git
-Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/mma.git
+Vcs-Git: git://anonscm.debian.org/pkg-multimedia/mma.git
+Vcs-Browser: http://anonscm.debian.org/cgit/pkg-multimedia/mma.git
 
 Package: mma
 Architecture: all
-Depends: ${python:Depends},
- ${misc: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.
+Depends: ${python:Depends}, ${misc:Depends}, python-tk
+Recommends: timidity
+Enhances: solfege
+Description: Musical MIDI Accompaniment Generator
+ “MMA—Musical MIDI Accompaniment” is an accompaniment generator.
+ It creates MIDI tracks for a soloist to perform over from
+ a user-supplied file containing chords and MMA directives.
+ .
+ MMA is very versatile and generates excellent tracks. It comes
+ with an extensive user-extendable library with a variety of patterns
+ for various popular rhythms, detailed user manuals, and several demo songs.
+ .
+ MMA is a command-line driven program. It creates MIDI files which are then
+ played by a sequencer or MIDI file play program.

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list