[Python-apps-commits] r13659 - in packages/frescobaldi/trunk/debian (control)

foka at users.alioth.debian.org foka at users.alioth.debian.org
Sun Nov 6 04:55:47 UTC 2016


    Date: Sunday, November 6, 2016 @ 04:55:46
  Author: foka
Revision: 13659

debian/control: Add missing dependency on libportmidi0

or its equivalents "python3-pypm" or "python3-pygame" (LP: #1572566)

Also bump Standards-Version to 3.9.8 (no change)

Modified:
  packages/frescobaldi/trunk/debian/control

Modified: packages/frescobaldi/trunk/debian/control
===================================================================
--- packages/frescobaldi/trunk/debian/control	2016-11-05 19:15:22 UTC (rev 13658)
+++ packages/frescobaldi/trunk/debian/control	2016-11-06 04:55:46 UTC (rev 13659)
@@ -3,12 +3,12 @@
 Priority: optional
 Maintainer: Ryan Kavanagh <rak at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
- Anthony Fok <foka at debian.org>
+           Anthony Fok <foka at debian.org>
 Build-Depends: debhelper (>= 9),
- dh-python,
- python3 (>= 3.2),
- python3-ly
-Standards-Version: 3.9.6
+               dh-python,
+               python3 (>= 3.2),
+               python3-ly
+Standards-Version: 3.9.8
 X-Python3-Version: >= 3.2
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/frescobaldi/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/frescobaldi/trunk/
@@ -17,12 +17,13 @@
 Package: frescobaldi
 Architecture: all
 Depends: ${misc:Depends},
- ${python3:Depends},
- lilypond,
- python3-ly,
- python3-poppler-qt4,
- python3-pyqt4,
- tango-icon-theme
+         ${python3:Depends},
+         lilypond,
+         python3-ly,
+         python3-pyqt4,
+         python3-poppler-qt4,
+         python3-pypm | libportmidi0 | python3-pygame,
+         tango-icon-theme
 Suggests: lilypond-doc, hyphen-hyphenation-patterns
 Description: Qt4 LilyPond sheet music editor
  Frescobaldi is a LilyPond sheet music editor, with the following features:




More information about the Python-apps-commits mailing list