[SCM] liblo/master: Drop CDBS debian/control generation.
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Tue Jul 19 00:48:57 UTC 2016
The following commit has been merged in the master branch:
commit 1013984a1d0e2e6cb8d6d76fd997cd654068eb68
Author: Felipe Sateler <fsateler at debian.org>
Date: Sat Jul 16 18:24:58 2016 -0400
Drop CDBS debian/control generation.
Use a static file
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index d1049ee..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,90 +0,0 @@
-Source: liblo
-Priority: optional
-Section: libs
-Build-Depends: @cdbs@
-Homepage: http://liblo.sourceforge.net/
-Standards-Version: 3.9.5
-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Felipe Sateler <fsateler at debian.org>,
- Jonas Smedegaard <dr at jones.dk>
-Vcs-Git: git://anonscm.debian.org/pkg-multimedia/liblo.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/liblo.git
-
-Package: liblo-dev
-Section: libdevel
-Architecture: any
-Provides: liblo0-dev
-Conflicts: liblo0-dev
-Replaces: liblo0-dev
-Depends: liblo7 (= ${binary:Version}),
- ${misc:Depends}
-Description: Lightweight OSC library -- development files
- LibLO is a lightweight, easy to use implementation of the OSC (Open
- Sound Control) protocol (see
- <http://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
- .
- Open Sound Control (OSC) is a protocol for communication among
- computers, sound synthesizers, and other multimedia devices that is
- optimized for modern networking technology. OSC features:
- .
- * Open-ended, dynamic, URL-style symbolic naming scheme
- * Symbolic and high-resolution numeric argument data
- * Pattern matching language to specify multiple recipients of a
- single message
- * High resolution time tags
- * "Bundles" of messages whose effects must occur simultaneously
- * Query system to dynamically find out the capabilities of an OSC
- server and get documentation
- .
- This package contains headers, documentation and static libraries.
-
-Package: liblo7
-Section: libs
-Architecture: any
-Suggests: liblo-dev
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Pre-Depends: ${misc:Pre-Depends}
-Multi-Arch: same
-Description: Lightweight OSC library
- LibLO is a lightweight, easy to use implementation of the OSC (Open
- Sound Control) protocol (see
- <http://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
- .
- Open Sound Control (OSC) is a protocol for communication among
- computers, sound synthesizers, and other multimedia devices that is
- optimized for modern networking technology. OSC features:
- .
- * Open-ended, dynamic, URL-style symbolic naming scheme
- * Symbolic and high-resolution numeric argument data
- * Pattern matching language to specify multiple recipients of a
- single message
- * High resolution time tags
- * "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: ${misc:Depends},
- ${shlibs:Depends}
-Description: Lightweight OSC library
- LibLO is a lightweight, easy to use implementation of the OSC (Open
- Sound Control) protocol (see
- <http://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
- .
- Open Sound Control (OSC) is a protocol for communication among
- computers, sound synthesizers, and other multimedia devices that is
- optimized for modern networking technology. OSC features:
- .
- * Open-ended, dynamic, URL-style symbolic naming scheme
- * Symbolic and high-resolution numeric argument data
- * Pattern matching language to specify multiple recipients of a
- single message
- * High resolution time tags
- * "Bundles" of messages whose effects must occur simultaneously
- * Query system to dynamically find out the capabilities of an OSC
- server and get documentation
- .
- This package contains the tools included with the library.
diff --git a/debian/rules b/debian/rules
index b9bd5e7..f9af413 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,7 +33,6 @@ pre-build::
test "$(DEB_HOST_ARCH_CPU)" != "sparc"
test "$(DEB_HOST_ARCH_CPU)" != "sparc64"
-CDBS_BUILD_DEPENDS += , doxygen
DEB_UPSTREAM_URL = http://downloads.sourceforge.net/liblo
--
liblo packaging
More information about the pkg-multimedia-commits
mailing list