[SCM] lv2-tools packaging branch, master, updated. debian/1.0.3-1-17-g65f370a
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Jun 4 07:56:56 UTC 2010
The following commit has been merged in the master branch:
commit 65f370ade932c98f540e393377b6be90382ffe6b
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date: Fri Jun 4 09:56:30 2010 +0200
lv2-c++-tools-doc,libpaq-dev must be architecture independent.
diff --git a/debian/control b/debian/control
index 71ab928..4ef4f07 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libpaq0
+ libpaq0
Description: tools for LV2 plugins
These are some tools and libraries that may come in handy
when writing LV2 plugins in C++.
@@ -38,7 +38,7 @@ Description: tools for LV2 plugins
.
lv2soname is a program that generate the RDF triples needed to tell hosts
that the library with that soname must never be unloaded even after your plugin
- GUI library has been unloaded.
+ GUI library has been unloaded.
Package: libpaq0
Section: libs
@@ -59,7 +59,7 @@ Description: libraries for LV2 plugins
Package: libpaq-dev
Section: libdevel
-Architecture: any
+Architecture: all
Depends: ${misc:Depends},
libpaq0 (= ${binary:Version})
Suggests: lv2-c++-tools-doc
@@ -72,7 +72,7 @@ Description: lv2-c++-tools development files
Package: lv2-c++-tools-doc
Section: doc
-Architecture: any
+Architecture: all
Depends: ${misc:Depends}
Description: lv2-c++-tools documentation
Complete HTML documentation for lv2-c++-tools
--
lv2-tools packaging
More information about the pkg-multimedia-commits
mailing list