Package: liblo0
Version: 0.23-2.1
Severity: normal
Tags: patch
Hi,
The package description of liblo0 contains an UTF-8 nobreakspace
character. It can be seen with LC_ALL=C nvi debian/control:
single message
* High resolution time tags
\xc2\xa0* "Bundles" of messages whose effects must occur simultaneously
* Query system to dynamically find out the capabilities of an OSC
server and get documentation
This is very likely to break some tools.
The attached patch fixes this.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -u liblo-0.23/debian/control liblo-0.23/debian/control
--- liblo-0.23/debian/control
+++ liblo-0.23/debian/control
@@ -53,7 +53,7 @@
* 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
.
diff -u liblo-0.23/debian/changelog liblo-0.23/debian/changelog
--- liblo-0.23/debian/changelog
+++ liblo-0.23/debian/changelog
@@ -1,3 +1,11 @@
+liblo (0.23-2.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Replaces an UTF-8 nobreakspace by a space in the liblo0 description.
+ Closes #XXXXXX.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]> Fri, 12 Jan 2007 11:16:19 +0100
+
liblo (0.23-2.1) unstable; urgency=medium
* NMU: Providing workaround for config.h.in problem