[SCM] pd-pmpd/master: made *Depends: have one-package-per-line format

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Wed Oct 27 21:28:23 UTC 2010


The following commit has been merged in the master branch:
commit a50e06d188356e3efa708c70cf8840fcc9eb851f
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Wed Oct 27 17:28:18 2010 -0400

    made *Depends: have one-package-per-line format

diff --git a/debian/control b/debian/control
index 2aad60a..6bb99c9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Hans-Christoph Steiner <hans at eds.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), puredata, unoconv
+Build-Depends: debhelper (>= 7.0.50~),
+               puredata,
+               unoconv
 Standards-Version: 3.9.1
 Homepage: http://drpichon.free.fr/pmpd/
 Vcs-Git: git://git.debian.org/pkg-multimedia/pd-pmpd.git
@@ -12,7 +14,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-pmpd.git
 
 Package: pd-pmpd
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, pd, pd-libdir
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         pd,
+         pd-libdir
 Recommends: pd-import
 Description: physical modeling library for Pd
  A library for Pd for modeling the interactions of the physical world. These

-- 
pd-pmpd packaging



More information about the pkg-multimedia-commits mailing list