Initial debian packaging
authorRalf Jung <post@ralfj.de>
Thu, 13 Sep 2012 16:23:44 +0000 (18:23 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 13 Sep 2012 16:23:44 +0000 (18:23 +0200)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..7c6a645
--- /dev/null
@@ -0,0 +1,5 @@
+osspd (1.3.2-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Ralf Jung <post@ralfj.de>  Thu, 13 Sep 2012 18:20:39 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..50e5011
--- /dev/null
@@ -0,0 +1,14 @@
+Source: osspd
+Section: sound
+Priority: optional
+Maintainer: Ralf Jung <post@ralfj.de>
+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 (file)
index 0000000..9033542
--- /dev/null
@@ -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 <tj@kernel.org>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2012 Ralf Jung <post@ralfj.de>
+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 <http://www.gnu.org/licenses/>
+ .
+ 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 <http://www.gnu.org/licenses/>
+ .
+ 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 (executable)
index 0000000..ce2eb52
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@ --parallel
diff --git a/debian/source/format b/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)