[SCM] pd-pdstring/master: d/control: Terminate all multi-line fields with comma
umlaeute at users.alioth.debian.org
umlaeute at users.alioth.debian.org
Thu Nov 10 09:26:21 UTC 2016
The following commit has been merged in the master branch:
commit df84962794cdeffa21a32a244269dcd6c98cbb6d
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date: Thu Nov 10 10:11:02 2016 +0100
d/control: Terminate all multi-line fields with comma
diff --git a/debian/control b/debian/control
index e16ba20..ccad104 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,12 @@
Source: pd-pdstring
Priority: optional
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 (>= 7.0.50~),
+ dh-autoreconf,
puredata-dev | puredata (<< 0.43),
- dh-autoreconf
Standards-Version: 3.9.3
Section: sound
Homepage: http://www.ling.uni-potsdam.de/~moocow/projects/pd/
@@ -13,9 +15,10 @@ Vcs-Browser: http://anonscm.debian.org/git/pkg-multimedia/pd-pdstring.git
Package: pd-pdstring
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- puredata-core | pd
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ puredata-core | pd ,
Description: Pd-objects for string manipulation
This is a collection of Pure Data external classes to ease the handling with
strings by providing a way to convert Pd messages to lists of floats and
--
pd-pdstring packaging
More information about the pkg-multimedia-commits
mailing list