[SCM] pd-wiimote/master: added 'pd' as Depends: and formatted one-dep-per-line

eighthave-guest at users.alioth.debian.org eighthave-guest at users.alioth.debian.org
Mon Sep 13 18:05:20 UTC 2010


The following commit has been merged in the master branch:
commit b8e8dcd45d28ecd349def4d2eb85e443f85980d8
Author: Hans-Christoph Steiner <hans at eds.org>
Date:   Mon Sep 13 14:05:07 2010 -0400

    added 'pd' as Depends: and formatted one-dep-per-line

diff --git a/debian/control b/debian/control
index 79e8af2..fd78086 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: pd-wiimote
 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~), puredata  (>= 0.42.5-3), libcwiid-dev (>= 0.6.00+svn201)
+Build-Depends: debhelper (>= 7.0.50~),
+               libcwiid-dev (>= 0.6.00+svn201),
+               puredata (>= 0.42.5-3)
 Standards-Version: 3.9.1
 Section: sound
 Homepage: http://puredata.info/community/projects/software/wiimote
@@ -11,7 +13,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/pd-wiimote.git;a=summary
 
 Package: pd-wiimote
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, 
+         pd,
+         ${misc:Depends}
 Description: A Pd external for accessing the wiimote controller
  This Pure Data object adds access to the sensor data from Nintendo's 
  wiimote controller. Also it provides an interface to control the controller's

-- 
pd-wiimote packaging



More information about the pkg-multimedia-commits mailing list