From: Ralf Jung Date: Thu, 13 Sep 2012 16:23:44 +0000 (+0200) Subject: Initial debian packaging X-Git-Tag: debian/1.3.2-1~23 X-Git-Url: https://git.ralfj.de/osspd.git/commitdiff_plain/80a636b749c0810d1a7cbde084d7e5e4ae2fa674 Initial debian packaging --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..7c6a645 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +osspd (1.3.2-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #XXXXXX) + + -- Ralf Jung Thu, 13 Sep 2012 18:20:39 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..50e5011 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: osspd +Section: sound +Priority: optional +Maintainer: Ralf Jung +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.3 +Homepage: http://sourceforge.net/projects/osspd/ + +Package: osspd +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, pulseaudio +Description: OSS Proxy Daemon: PulseAudio-based OSS emulation + OSS Proxy Daemon is a Linux userland OSS sound device (/dev/[a]dsp and + /dev/mixer) implementation using CUSE. It forwards the sound to PulseAudio. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..9033542 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,45 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: osspd +Source: http://sourceforge.net/projects/osspd/ + +Files: * +Copyright: 2008-2010 Tejun Heo +License: GPL-2 + +Files: debian/* +Copyright: 2012 Ralf Jung +License: GPL-2+ + + +License: GPL-2 + This package is free software; you can redistribute it and/or modify + it under the terms of version 2 of the GNU General Public License as + published by the Free Software Foundation. + . + 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-2+ + 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 program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ce2eb52 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --parallel diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)