[SCM] mma/master: Add ${misc:Depends} to package dependency.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Wed Feb 2 11:10:44 UTC 2011


The following commit has been merged in the master branch:
commit 98137152b4a813299da906f7a62c751a18a9c965
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Wed Feb 2 05:58:54 2011 -0500

    Add ${misc:Depends} to package dependency.

diff --git a/debian/control b/debian/control
index 011a7f7..5b1f97f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Homepage: http://mypage.uniserve.com/~bvdp/mma/
 
 Package: mma
 Architecture: all
-Depends: ${python:Depends}
+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.

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list