[SCM] liblo packaging branch, master, updated. debian/0.26.repack-5-3-g1f9a932

js at users.alioth.debian.org js at users.alioth.debian.org
Wed Mar 24 23:02:47 UTC 2010


The following commit has been merged in the master branch:
commit 6aa303b5c9323aa0ca91d7ebf2ef00e2beb7ec94
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Mar 24 23:55:21 2010 +0100

    Prepare release: Update changelog and control file.

diff --git a/debian/changelog b/debian/changelog
index 207dfb0..5efe794 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+liblo (0.26~repack-5) unstable; urgency=low
+
+  * Drop Robert Jordens as uploader.
+    Closes: bug#573472 - thanks for your contributions, Robert!
+  * 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.
+  * Fix use plain space in long descriptions.
+    Closes: bug#575329, thanks to Rhonda.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 24 Mar 2010 23:52:20 +0100
+
 liblo (0.26~repack-4) unstable; urgency=medium
 
   * Tighten and relax CDBS includes, to both use very newest features
diff --git a/debian/control b/debian/control
index e21df87..9be72c8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,12 @@ Source: liblo
 Priority: optional
 Section: libs
 Build-Depends: cdbs, autotools-dev, debhelper (>= 6),
-	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: Robert Jordens <jordens at debian.org>,
-	Felipe Sateler <fsateler at gmail.com>,
-	Jonas Smedegaard <dr at jones.dk>
+Uploaders: Felipe Sateler <fsateler at gmail.com>,
+ 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
 
@@ -19,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 
@@ -44,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 
@@ -60,15 +59,15 @@ Description: Lightweight OSC library
   * Pattern matching language to specify multiple recipients of a
     single message
   * High resolution time tags
-  * "Bundles" of messages whose effects must occur simultaneously
+  * "Bundles" of messages whose effects must occur simultaneously
   * Query system to dynamically find out the capabilities of an OSC
     server and get documentation
 
 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
@@ -83,7 +82,7 @@ Description: Lightweight OSC library
   * Pattern matching language to specify multiple recipients of a
     single message
   * High resolution time tags
-  * "Bundles" of messages whose effects must occur simultaneously
+  * "Bundles" of messages whose effects must occur simultaneously
   * Query system to dynamically find out the capabilities of an OSC
     server and get documentation
  .

-- 
liblo packaging



More information about the pkg-multimedia-commits mailing list