[SCM] pd-flite/master: d/control fixup

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Nov 10 09:51:26 UTC 2016


The following commit has been merged in the master branch:
commit 9a9204773760704bb5fade6a43424c09fe65775f
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Nov 10 10:31:41 2016 +0100

    d/control fixup
    
    - multi-value fields have one value per field (with the last being terminated by a comma!)
    - moved section to the top
    - removed trailing whitespace and trailing empty line

diff --git a/debian/control b/debian/control
index e3339f9..18fa754 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,26 @@
 Source: pd-flite
 Priority: optional
+Section: sound
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Roman Haefeli <reduzent at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~),
+Uploaders:
+ Roman Haefeli <reduzent at gmail.com>,
+Build-Depends:
+ debhelper,
  dh-autoreconf,
  puredata-dev | puredata (<< 0.43),
- flite1-dev 
+ flite1-dev,
 Standards-Version: 3.9.4
-Section: sound
 Homepage: http://www.ling.uni-potsdam.de/~moocow/projects/pd/
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/pd-flite
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/pd-flite.git
 
 Package: pd-flite
 Architecture: any
-Depends: ${shlibs:Depends}, 
- ${misc:Depends}, 
- puredata-core | pd 
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ puredata-core | pd,
 Description: Speech synthesis for Pd
  The flite external contains a single Pd class
  which provides a high-level text-to-speech interface for English based
  on the 'libflite' library by Alan W Black and Kevin A. Lenzo.
-

-- 
pd-flite packaging



More information about the pkg-multimedia-commits mailing list