--- stops-0.3.0.orig/debian/rules +++ stops-0.3.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +# Add here any variable or target overrides you need. +install/stops:: + mkdir -p $(CURDIR)/debian/stops/usr/share/aeolus/stops + find -mindepth 1 -maxdepth 1 -not -name debian -and -not -name Makefile -print0|xargs -r0 -n1 -I '{}' cp -a '{}' $(CURDIR)/debian/stops/usr/share/aeolus/stops --- stops-0.3.0.orig/debian/watch +++ stops-0.3.0/debian/watch @@ -0,0 +1,3 @@ +# Site Directory Pattern Version Script +version=3 +http://users.skynet.be/solaris/linuxaudio/getit.html downloads/stops-(.*)\.tar\.bz2 --- stops-0.3.0.orig/debian/copyright +++ stops-0.3.0/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Free Ekanayaka on +Mon, 23 Apr 2007 14:06:08 +0200. + +It was downloaded from http://users.skynet.be/solaris/linuxaudio/getit.html + +Upstream Author: Fons Adriaensen + +Copyright: 2005-2007 Fons Adriaensen + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; 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 General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Free Ekanayaka and +is licensed under the GPL, see above. --- stops-0.3.0.orig/debian/changelog +++ stops-0.3.0/debian/changelog @@ -0,0 +1,6 @@ +stops (0.3.0-1) unstable; urgency=low + + * Initial release (Closes: #420589) + + -- Free Ekanayaka Mon, 23 Apr 2007 14:06:08 +0200 + --- stops-0.3.0.orig/debian/control +++ stops-0.3.0/debian/control @@ -0,0 +1,15 @@ +Source: stops +Section: sound +Priority: extra +Maintainer: Debian Multimedia Team +Uploaders: Free Ekanayaka +Build-Depends: cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: stops +Architecture: all +Recommends: aeolus +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Stop and instrument definitions for Aeolus-0.6.x + This package contains definitions of stops and of an instrument + to be used with the aeolus organ synth. --- stops-0.3.0.orig/debian/compat +++ stops-0.3.0/debian/compat @@ -0,0 +1 @@ +5