[SCM] liblo packaging branch, master, updated. debian/0.26.repack-4-2-g55d552c

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Mar 11 18:00:56 UTC 2010


The following commit has been merged in the master branch:
commit 55d552c90b37118c9237d47a76971ef145f8eaa6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Mar 11 18:58:23 2010 +0100

    Indent with single space (not tab or multiple spaces) continuated fields in control file, to follow Debian Policy §7.1 documented convention. Sort such multiline fields.

diff --git a/debian/control.in b/debian/control.in
index 931ae84..1ab16ad 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -2,12 +2,12 @@ Source: liblo
 Priority: optional
 Section: libs
 Build-Depends: @cdbs@,
-	doxygen
+ doxygen
 Homepage: http://liblo.sourceforge.net/
 Standards-Version: 3.8.4
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Felipe Sateler <fsateler at gmail.com>,
-	Jonas Smedegaard <dr at jones.dk>
+ Jonas Smedegaard <dr at jones.dk>
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/liblo.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblo.git
 
@@ -18,7 +18,7 @@ Provides: liblo0-dev
 Conflicts: liblo0-dev
 Replaces: liblo0-dev
 Depends: liblo7 (= ${binary:Version}),
-	${misc:Depends}
+ ${misc:Depends}
 Description: Lightweight OSC library -- development files
  This is a lightweight, easy to use implementation of the OSC (Open
  Sound Control) protocol (see 
@@ -43,8 +43,8 @@ Package: liblo7
 Section: libs
 Architecture: any
 Suggests: liblo-dev
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
 Description: Lightweight OSC library
  This is a lightweight, easy to use implementation of the OSC (Open
  Sound Control) protocol (see 
@@ -66,8 +66,8 @@ Description: Lightweight OSC library
 Package: liblo-tools
 Section: utils
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
 Description: Lightweight OSC library
  This is a lightweight, easy to use implementation of the OSC (Open
  Sound Control) protocol (see

-- 
liblo packaging



More information about the pkg-multimedia-commits mailing list