oss-libsalsa (4.1-build1052b-2) debian-dir only changes

Summary

 debian/README.Debian                   |   11 ++++++
 debian/changelog                       |   14 ++++++++
 debian/compat                          |    1 
 debian/control                         |   37 +++++++++++++++++++++
 debian/copyright                       |   55 +++++++++++++++++++++++++++++++
 debian/liboss-salsa-asound2.links      |    1 
 debian/liboss-salsa-dev.install        |    6 +++
 debian/liboss-salsa-dev.links          |    2 +
 debian/liboss-salsa2.install           |    3 +
 debian/liboss-salsa2.lintian-overrides |    1 
 debian/rules                           |   57 +++++++++++++++++++++++++++++++++
 debian/watch                           |    2 +
 12 files changed, 190 insertions(+)

    
download this patch

Patch contents

--- oss-libsalsa-4.1-build1052b.orig/debian/copyright
+++ oss-libsalsa-4.1-build1052b/debian/copyright
@@ -0,0 +1,55 @@
+This package was debianized by Samuel Thibault <sthibault@debian.org> on
+Sun, 29 Mar 2009 10:58:51 +0200 from the source at http://developer.opensound.com/sources/
+
+Copyright:
+
+for the OSS parts:
+
+Copyright (C) 4Front Technologies 1996-2009.
+
+		Open Sound System Source Code License
+
+Copyright (c) 1996-2008, 4Front Technologies
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without 
+modification, are permitted provided that the following conditions 
+are met:
+
+ 1 Redistributions of source code must retain the above copyright notice, 
+   this list of conditions and the following disclaimer.
+
+ 2 Redistributions in binary form must reproduce the above copyright notice,
+   this list of conditions and the following disclaimer in the documentation
+   and/or other materials provided with the distribution.
+
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+for the ALSA parts:
+
+Copyright (c)
+Jaroslav Kysela <perex@suse.cz>
+Abramo Bagnara <abramo@alsa-project.org>
+Takashi Iwai <tiwai@suse.de>
+Uros Bizjak <uros@kss-loka.si>
+Thomas Charbonnel (thomas@undata.org)
+Hannu Savolainen < hannu@opensound.com>
+
+     This library 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.
+
+In Debian systems, the complete text of the GNU Lesser General Public License
+version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1
--- oss-libsalsa-4.1-build1052b.orig/debian/liboss-salsa2.install
+++ oss-libsalsa-4.1-build1052b/debian/liboss-salsa2.install
@@ -0,0 +1,3 @@
+lib/libOSSlib/libOSSlib.so /usr/lib/oss-libsalsa
+lib/libsalsa/.libs/liboss-salsa.so.2 /usr/lib
+lib/libsalsa/.libs/liboss-salsa.so.2.0.0 /usr/lib
--- oss-libsalsa-4.1-build1052b.orig/debian/liboss-salsa-dev.install
+++ oss-libsalsa-4.1-build1052b/debian/liboss-salsa-dev.install
@@ -0,0 +1,6 @@
+lib/libsalsa/.libs/liboss-salsa.a /usr/lib
+lib/libsalsa/liboss-salsa.la /usr/lib
+lib/libsalsa/.libs/liboss-salsa.lai /usr/lib
+lib/libsalsa/.libs/liboss-salsa.so /usr/lib
+include-alsa/alsa /usr/include
+alsa.pc /usr/lib/pkgconfig
--- oss-libsalsa-4.1-build1052b.orig/debian/compat
+++ oss-libsalsa-4.1-build1052b/debian/compat
@@ -0,0 +1 @@
+7
--- oss-libsalsa-4.1-build1052b.orig/debian/watch
+++ oss-libsalsa-4.1-build1052b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://www.4front-tech.com/developer/sources/stable/bsd/oss-v(.*)-src-bsd.tar.bz2
--- oss-libsalsa-4.1-build1052b.orig/debian/rules
+++ oss-libsalsa-4.1-build1052b/debian/rules
@@ -0,0 +1,57 @@
+#!/usr/bin/make -f
+
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
+CFLAGS += -O0
+else
+CFLAGS += -O2
+endif
+
+CFLAGS += -isystem $(CURDIR)/include-alsa
+
+build:
+	$(MAKE) -C lib/libOSSlib libOSSlib.so
+	$(MAKE) -C lib/libsalsa
+
+binary-arch: export DH_OPTIONS=-s
+binary-arch: build
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installdocs
+	dh_installchangelogs
+	dh_lintian
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-indep: export DH_OPTIONS=-i
+binary-indep:
+	dh_testdir
+	dh_testroot
+	dh_installdocs
+	dh_installchangelogs
+	dh_link
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-arch binary-indep
+
+clean:
+	dh_testroot
+	$(MAKE) -C lib/libOSSlib clean
+	$(MAKE) -C lib/libsalsa clean
+	dh_prep
+	dh_clean
+
+.PHONY: build clean
--- oss-libsalsa-4.1-build1052b.orig/debian/control
+++ oss-libsalsa-4.1-build1052b/debian/control
@@ -0,0 +1,37 @@
+Source: oss-libsalsa
+Priority: optional
+Maintainer: Samuel Thibault <sthibault@debian.org>
+Build-Depends: debhelper (>= 7), libtool
+Standards-Version: 3.8.3
+Section: libs
+Homepage: http://developer.opensound.com/sources/
+Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/oss-libsalsa/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/oss-libsalsa/trunk
+
+Package: liboss-salsa2
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: OSS to Alsa compatibility library
+ Liboss-salsa is a library providing an ALSA interface on top of OSS.
+
+Package: liboss-salsa-dev
+Provides: libasound2-dev, libasound-dev
+Conflicts: libasound2-dev, libasound-dev
+Section: libdevel
+Architecture: hurd-i386 kfreebsd-i386 kfreebsd-amd64
+Depends: ${misc:Depends}, liboss-salsa2 (= ${binary:Version})
+Description: OSS to Alsa compatibility library -- development files
+ Liboss-salsa is a library providing an ALSA interface on top of OSS.
+ .
+ This package contains the development part of liboss-salsa.
+
+Package: liboss-salsa-asound2
+Architecture: all
+Provides: libasound2
+Conflicts: libasound2
+Depends: ${misc:Depends}, liboss-salsa2
+Description: OSS to Alsa compatibility library - binary compatibility symlink
+ Liboss-salsa is a library providing an ALSA interface on top of OSS.
+ .
+ This package contains a symbolic link that makes applications already compiled
+ with ALSA use liboss-salsa.
--- oss-libsalsa-4.1-build1052b.orig/debian/liboss-salsa-dev.links
+++ oss-libsalsa-4.1-build1052b/debian/liboss-salsa-dev.links
@@ -0,0 +1,2 @@
+/usr/lib/liboss-salsa.so /usr/lib/libasound.so
+/usr/lib/liboss-salsa.a /usr/lib/libasound.a
--- oss-libsalsa-4.1-build1052b.orig/debian/liboss-salsa-asound2.links
+++ oss-libsalsa-4.1-build1052b/debian/liboss-salsa-asound2.links
@@ -0,0 +1 @@
+/usr/lib/liboss-salsa.so.2 /usr/lib/libasound.so.2
--- oss-libsalsa-4.1-build1052b.orig/debian/README.Debian
+++ oss-libsalsa-4.1-build1052b/debian/README.Debian
@@ -0,0 +1,11 @@
+The oss-libalsa package provides a compatibility layer for non-Linux OSes.  It
+comes from OSS http://developer.opensound.com/sources/ and provides alsa 1.0.5
+compatibility, both at the API level (you can compile packages needing ALSA
+against libsalsa) and the ABI level (you can run packages already compiled
+against ALSA). That's quite outdated (2005) and not everything is provided (e.g.
+not snd_midi_*) but it's better than nothing.
+
+Note: libOSSlib.so is a private helper library without versioning and should
+thus not be used any other way.
+
+ -- Samuel Thibault <sthibault@debian.org>  Sun, 29 Mar 2009 11:06:40 +0200
--- oss-libsalsa-4.1-build1052b.orig/debian/changelog
+++ oss-libsalsa-4.1-build1052b/debian/changelog
@@ -0,0 +1,14 @@
+oss-libsalsa (4.1-build1052b-2) unstable; urgency=low
+
+  * debian/control: Add ${misc:Depends}.
+  * debian/control: Fix duplicate short description.
+  * debian/liboss-salsa2.lintian-overrides: Add.
+  * debian/watch: Add.
+
+ -- Samuel Thibault <sthibault@debian.org>  Wed, 13 Jan 2010 00:57:57 +0100
+
+oss-libsalsa (4.1-build1052b-1) unstable; urgency=low
+
+  * Initial version (Closes: Bug#529081).
+
+ -- Samuel Thibault <sthibault@debian.org>  Tue, 18 Aug 2009 10:17:14 +0200
--- oss-libsalsa-4.1-build1052b.orig/debian/liboss-salsa2.lintian-overrides
+++ oss-libsalsa-4.1-build1052b/debian/liboss-salsa2.lintian-overrides
@@ -0,0 +1 @@
+binary-or-shlib-defines-rpath ./usr/lib/liboss-salsa.so.2.0.0 /usr/lib/oss-libsalsa