[SCM] pd-cyclone/master: Sort build-dependencies. Consistently single-space-indent multi-line entries in control file.

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Dec 3 09:05:33 UTC 2010


The following commit has been merged in the master branch:
commit 3ae2637dd09754624c76f2ef51e3f607f408e3cd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Dec 3 09:51:17 2010 +0100

    Sort build-dependencies. Consistently single-space-indent multi-line entries in control file.

diff --git a/debian/control b/debian/control
index 8f96d91..0653b4a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,20 +4,20 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Hans-Christoph Steiner <hans at eds.org>,
  Felipe Sateler <fsateler at debian.org>
-Build-Depends: debhelper (>= 7.0.1),
-               cdbs,
-               puredata
+Build-Depends: cdbs,
+ debhelper (>= 7.0.1),
+ puredata
 Standards-Version: 3.9.1
 Homepage: http://suita.chopin.edu.pl/~czaja/miXed/externs/cyclone.html
 
 Package: pd-cyclone
 Architecture: any
 Depends: ${shlibs:Depends},
-         pd,
-         pd-libdir,
-         ${misc:Depends}
+ pd,
+ pd-libdir,
+ ${misc:Depends}
 Recommends: pd-import,
-            pd-pddp
+ pd-pddp
 Description: a Pd library of clones of Max/MSP 4.5 objects
  Cyclone is a library of PureData classes, bringing some level of
  compatibility between Max/MSP and Pd environments. Although being itself in

-- 
pd-cyclone packaging



More information about the pkg-multimedia-commits mailing list