[SCM] songwrite/master: Change "Depends: lilypond" to Recommends to stay in stable

foka at users.alioth.debian.org foka at users.alioth.debian.org
Thu Dec 29 20:35:17 UTC 2016


The following commit has been merged in the master branch:
commit fc6d1a62d4f6443732fc4b1f624215ae80e4a032
Author: Anthony Fok <foka at debian.org>
Date:   Thu Dec 29 13:18:09 2016 -0700

    Change "Depends: lilypond" to Recommends to stay in stable
    
    LilyPond might not make it to Debian 9.0 "stretch" due to guile-1.8's
    removal and guile-2.0 not being ready for LilyPond,
    so removing the hard dependency just in case.
    
    Also modernize debian/control as follows:
    
     * Bump Standards-Version to 3.9.8 (no change)
     * Build-Depends on debhelper (>= 10)
     * Add Vcs-Git and Vcs-Browser fields
     * New Maintainer: Debian Multimedia Maintainers, and new Uploaders: me
       (Closes: #521932)

diff --git a/debian/control b/debian/control
index 2443309..f63ec5e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,23 @@
 Source: songwrite
 Section: sound
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends: debhelper (>= 9), python, dh-python
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
+Uploaders: Anthony Fok <foka at debian.org>
+Build-Depends: debhelper (>= 10), python, dh-python
 XS-Python-Version: all
-Standards-Version: 3.8.4
+Standards-Version: 3.9.8
 Homepage: http://home.gna.org/oomadness/en/songwrite/
+Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/songwrite.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/songwrite.git
 
 Package: songwrite
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-editobj (>= 0.5.6-1), python-tk (>= 2.3), lilypond (>= 2.4), evince | postscript-viewer, timidity | playmidi | pmidi
+Depends: ${python:Depends}, ${misc:Depends},
+         python-editobj (>= 0.5.6-1),
+         python-tk (>= 2.3),
+         evince | postscript-viewer,
+         timidity | playmidi | pmidi
+Recommends: lilypond (>= 2.4)
 Description: guitar tablature editor and player
  Songwrite is a guitar tablature (fingering notation) editor and player,
  quite similar to TablEdit. In addition to tablatures, it also supports

-- 
songwrite packaging



More information about the pkg-multimedia-commits mailing list