[Python-modules-commits] [mmllib] 07/12: Add mmllib-tools package.

Dominik George natureshadow-guest at moszumanska.debian.org
Sun Jan 29 13:33:41 UTC 2017


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

natureshadow-guest pushed a commit to branch master
in repository mmllib.

commit c9e8598580399f7ba1e691ad80c90a45768f0282
Author: Dominik George <nik at naturalnet.de>
Date:   Sun Jan 29 13:58:21 2017 +0100

    Add mmllib-tools package.
---
 debian/control | 20 ++++++++++++++++++++
 debian/rules   |  6 ++++++
 2 files changed, 26 insertions(+)

diff --git a/debian/control b/debian/control
index df37659..34c8680 100644
--- a/debian/control
+++ b/debian/control
@@ -60,3 +60,23 @@ Description: library for handling Music Macro Language (PyPy)
  changes.
  .
  This package contains the PyPy build.
+
+Package: mmllib-tools
+Architecture: all
+Section: sound
+Depends:
+ ${misc:Depends},
+ python3-mmllib,
+ ${python3:Depends}
+Description: library for handling Music Macro Language (tools)
+ MMLlib is a pure Python implementation of functionality related to the
+ Music Macro Language as implemented by Microsoft® GW-BASIC® and
+ compatibles, which is its most common form, also implemented by the PC
+ speaker driver in Linux and BSD, with a number of extensions and
+ changes.
+ .
+ This package contains command-line tools for handling MML. These
+ currently are:
+ .
+  mml2musicxml - convert MML to MusicXML (cf. musescore)
+  mmllint - check various aspects of MML files for correctness
diff --git a/debian/rules b/debian/rules
index 05323b3..55c6733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@ export PYBUILD_NAME=mmllib
 
 %:
 	dh $@ --with python2,python3,pypy --buildsystem=pybuild
+
+override_dh_auto_install:
+	dh_auto_install
+	mkdir -p debian/mmllib-tools/usr/bin
+	mv debian/python3-mmllib/usr/bin/* debian/mmllib-tools/usr/bin
+	rm -rf debian/py*-mmllib/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mmllib.git



More information about the Python-modules-commits mailing list