--- libdca-0.0.5.orig/debian/install +++ libdca-0.0.5/debian/install @@ -0,0 +1,3 @@ +usr/lib/libdca.so.0* +usr/bin +usr/share/man/man1 --- libdca-0.0.5.orig/debian/changelog +++ libdca-0.0.5/debian/changelog @@ -0,0 +1,12 @@ +libdca (0.0.5-0.1) unstable; urgency=low + + * libdca-dev should conflicts with libdts-dev. + + -- Christian Marillat Sun, 03 Aug 2008 12:50:47 +0200 + +libdca (0.0.5-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Thu, 31 Jul 2008 15:22:42 +0200 + --- libdca-0.0.5.orig/debian/rules +++ libdca-0.0.5/debian/rules @@ -0,0 +1,74 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) + CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else + CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + touch $@ + +build: build-stamp +build-stamp: configure + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + rm debian/tmp/usr/lib/libdca.la + + dh_install --fail-missing + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- libdca-0.0.5.orig/debian/copyright +++ libdca-0.0.5/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Christian Marillat on +Thu, 31 Jul 2008 15:22:42 +0200. + +It was downloaded from http://download.videolan.org/pub/videolan/libdca/ + +Upstream Author: + + See the AUTHORS file. + +Copyright: + + + +License: + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2008, Christian Marillat and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- libdca-0.0.5.orig/debian/compat +++ libdca-0.0.5/debian/compat @@ -0,0 +1 @@ +7 --- libdca-0.0.5.orig/debian/libdca-dev.install +++ libdca-0.0.5/debian/libdca-dev.install @@ -0,0 +1,5 @@ +usr/include +usr/lib/pkgconfig +usr/lib/libdca.a +usr/lib/libdca.so +usr/lib/libdts.a --- libdca-0.0.5.orig/debian/control +++ libdca-0.0.5/debian/control @@ -0,0 +1,22 @@ +Source: libdca +Section: libs +Priority: extra +Maintainer: Christian Marillat +Homepage: http://www.videolan.org/developers/libdca.html +Bugs: mailto:marillat@debian.org +Standards-Version: 3.8.0 +Build-Depends: debhelper (>= 7) + +Package: libdca0 +Architecture: any +Depends: ${shlibs:Depends} +Description: a free DTS Coherent Acoustics decoder + libdca is a free library for decoding DTS Coherent Acoustics streams. + +Package: libdca-dev +Architecture: any +Section: libdevel +Depends: libdca0 +Conflicts: libdts-dev +Description: a free DTS Coherent Acoustics decoder + libdca is a free library for decoding DTS Coherent Acoustics streams. --- libdca-0.0.5.orig/debian/watch +++ libdca-0.0.5/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://download.videolan.org/pub/videolan/libdca/0([\d\.]+)/libdca-(.*)\.tar\.bz2