--- alsoft-conf-1.4.3.orig/debian/alsoft-conf.install +++ alsoft-conf-1.4.3/debian/alsoft-conf.install @@ -0,0 +1 @@ +alsoft-conf.desktop usr/share/applications --- alsoft-conf-1.4.3.orig/debian/alsoft-conf.manpages +++ alsoft-conf-1.4.3/debian/alsoft-conf.manpages @@ -0,0 +1 @@ +alsoft-conf.1 --- alsoft-conf-1.4.3.orig/debian/copyright +++ alsoft-conf-1.4.3/debian/copyright @@ -0,0 +1,34 @@ +This work was packaged for Debian by: + + Matias D'Ambrosio on Wed, 09 Dec 2009 23:13:07 -0300 + +It was downloaded from: + + http://www.anduin.net/~angasule/ + +Upstream Author(s): + + Matias D'Ambrosio + +Copyright: + + Copyright (C) 2008-2009 Matias D'Ambrosio + +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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. --- alsoft-conf-1.4.3.orig/debian/menu +++ alsoft-conf-1.4.3/debian/menu @@ -0,0 +1,2 @@ +?package(alsoft-conf):needs="X11" section="Applications/System/Administration"\ + title="OpenAl-Soft Configurator" command="/usr/bin/alsoft-conf" --- alsoft-conf-1.4.3.orig/debian/changelog +++ alsoft-conf-1.4.3/debian/changelog @@ -0,0 +1,5 @@ +alsoft-conf (1.4.3-1) unstable; urgency=low + + * Initial release (Closes: #560410) + + -- Matias D'Ambrosio Wed, 09 Dec 2009 23:13:07 -0300 --- alsoft-conf-1.4.3.orig/debian/compat +++ alsoft-conf-1.4.3/debian/compat @@ -0,0 +1 @@ +7 --- alsoft-conf-1.4.3.orig/debian/rules +++ alsoft-conf-1.4.3/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- alsoft-conf-1.4.3.orig/debian/control +++ alsoft-conf-1.4.3/debian/control @@ -0,0 +1,14 @@ +Source: alsoft-conf +Section: sound +Priority: extra +Maintainer: Debian Games Team +Uploaders: Matias D'Ambrosio +Build-Depends: debhelper (>= 7.3), cmake, libqt4-dev +Standards-Version: 3.8.3 +Homepage: http://www.anduin.net/~angasule/ + +Package: alsoft-conf +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: OpenAL-Soft configuration utility + An easy to use tool to configure OpenAL-Soft.