--- lv2core-2.0.orig/debian/control +++ lv2core-2.0/debian/control @@ -0,0 +1,24 @@ +Source: lv2core +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Raphaël Doursenaud +Homepage: http://lv2plug.in/ +Build-Depends: cdbs(>= 0.4.49), debhelper (>= 5) +Standards-Version: 3.7.3 +Section: libs + +Package: lv2core +Section: libdevel +Architecture: all +Description: LV2 core specification + LV2 is a standard for plugins and matching host applications, primarily + targeted at audio processing and generation. + . + LV2 is a successor to LADSPA, created to address the limitations of LADSPA + which many applications have outgrown. Compared to LADSPA, all plugin data + is moved from the code to a separate data file, and the code has been made as + generic as possible. As a result, LV2 can be independently extended + (retaining compatibility wherever possible), and virtually any feasible + plugin features can be implemented in an LV2 plugin. + . + More information about LV2 can be found at . --- lv2core-2.0.orig/debian/rules +++ lv2core-2.0/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk --- lv2core-2.0.orig/debian/watch +++ lv2core-2.0/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://lv2plug.in/spec/lv2core-(.*).tar.gz --- lv2core-2.0.orig/debian/changelog +++ lv2core-2.0/debian/changelog @@ -0,0 +1,11 @@ +lv2core (2.0-0ubuntu1) hardy; urgency=low + + * New upstream release + + -- Raphaël Doursenaud Wed, 13 Feb 2008 00:33:46 +0100 + +lv2core (1-0ubuntu1) hardy; urgency=low + + * Intial release (LP: #183114) + + -- Raphaël Doursenaud Fri, 25 Jan 2008 14:24:43 +0100 --- lv2core-2.0.orig/debian/compat +++ lv2core-2.0/debian/compat @@ -0,0 +1 @@ +5 --- lv2core-2.0.orig/debian/copyright +++ lv2core-2.0/debian/copyright @@ -0,0 +1,68 @@ +This package was debianized by Raphaël Doursenaud on +Fri, 25 Jan 2008 13:50:47 +0100. + +It was downloaded from http://lv2plug.in/spec/ + +Upstream Authors: + + Dave Robillard + Steve Harris + +Copyright: + +* lv2core.lv2/lv2.ttl: + Copyright (C) 2006-2008 Steve Harris + Copyright (C) 2006-2008 Dave Robillard + +* lv2.h: + Copyright (C) 2000-2002 Richard W.E. Furse + Copyright (C) 2000-2002 Paul Barton-Davis + Copyright (C) 2000-2002 Stefan Westerfeld + Copyright (C) 2006-2008 Steve Harris + Copyright (C) 2006-2008 Dave Robillard + +Licenses: + +* lv2core.lv2/lv2.ttl: + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR + OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + OTHER DEALINGS IN THE SOFTWARE. + +* lv2.h: + This header is free software; you can redistribute it and/or modify it + under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2.1 of the License, + or (at your option) any later version. + + This header is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +The Debian packaging is (C) 2008, Raphaël Doursenaud and +is licensed under the GPL. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'.