r1221 - in /unstable/libdca/debian: changelog control copyright libdca-dev.install libdca-utils.install libdca0.docs libdca0.install libdts-dev.install rules

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Mon Jun 2 07:59:28 UTC 2008


Author: fabian-guest
Date: Mon Jun  2 07:59:27 2008
New Revision: 1221

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1221
Log:
* New upstream release (Closes: #481763).
+ Provide a shared library (Closes: #285590).
+ Install .pc files for pkg-config (Closes: #313377).

* debian/control:
+ Changed Source to libdca.
+ Added myself to Uploaders.
+ Added Build-Depends on cdbs.
+ Bumped Standards-Version to 3.7.3.
+ Added Homepage field.
+ Improved package descriptions.
+ Added libdca0, libdca-dev and libdca-utils packages.
+ Made libdts-dev Priority: extra.
* debian/copyright:
+ Converted to proposed machine-readable format.
* debian/libdca0.docs:
+ Added to install doc/*.
* debian/{libdca0,libdca-dev,libdca-utils,libdts-dev}.install:
+ Added.
* debian/rules:
+ Converted Debian packaging to CDBS.
+ Dropped PIC static library build.
* debian/Makefile.am, debian/Makefile.in:
+ Removed as the upstream tarball does not provide
a debian/ directory anymore.


Added:
    unstable/libdca/debian/libdca-dev.install
    unstable/libdca/debian/libdca-utils.install
    unstable/libdca/debian/libdca0.docs
    unstable/libdca/debian/libdca0.install
    unstable/libdca/debian/libdts-dev.install
Modified:
    unstable/libdca/debian/changelog
    unstable/libdca/debian/control
    unstable/libdca/debian/copyright
    unstable/libdca/debian/rules

Modified: unstable/libdca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/changelog?rev=1221&op=diff
==============================================================================
--- unstable/libdca/debian/changelog (original)
+++ unstable/libdca/debian/changelog Mon Jun  2 07:59:27 2008
@@ -1,3 +1,33 @@
+libdca (0.0.5-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #481763).
+    + Provide a shared library (Closes: #285590).
+    + Install .pc files for pkg-config (Closes: #313377).
+
+  * debian/control:
+    + Changed Source to libdca.
+    + Added myself to Uploaders.
+    + Added Build-Depends on cdbs.
+    + Bumped Standards-Version to 3.7.3.
+    + Added Homepage field.
+    + Improved package descriptions.
+    + Added libdca0, libdca-dev and libdca-utils packages.
+    + Made libdts-dev Priority: extra.
+  * debian/copyright:
+    + Converted to proposed machine-readable format.
+  * debian/libdca0.docs:
+    + Added to install doc/*.
+  * debian/{libdca0,libdca-dev,libdca-utils,libdts-dev}.install:
+    + Added.
+  * debian/rules:
+    + Converted Debian packaging to CDBS.
+    + Dropped PIC static library build.
+  * debian/Makefile.am, debian/Makefile.in:
+    + Removed as the upstream tarball does not provide
+      a debian/ directory anymore.
+
+ -- Fabian Greffrath <fabian at debian-unofficial.org>  Tue, 28 May 2008 16:24:07 +0100
+
 libdts (0.0.2-svn-2) unstable; urgency=low
 
   * Moved maintainance to pkg-multimedia.
@@ -19,4 +49,3 @@
   * Initial release (Closes: #232256).
 
  -- Sam Hocevar (Debian packages) <sam+deb at zoy.org>  Tue, 24 Feb 2004 20:33:44 +0100
-

Modified: unstable/libdca/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/control?rev=1221&op=diff
==============================================================================
--- unstable/libdca/debian/control (original)
+++ unstable/libdca/debian/control Mon Jun  2 07:59:27 2008
@@ -1,23 +1,61 @@
-Source: libdts
+Source: libdca
 Section: libs
 Priority: optional
 Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 5.0)
-Standards-Version: 3.7.2
+Uploaders: Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Fabian Greffrath <fabian at debian-unofficial.org>
+Build-Depends: cdbs, debhelper (>= 5.0)
+Standards-Version: 3.7.3
 XS-Vcs-Svn: svn://svn.debian.org/pkg-multimedia/unstable/libdca
 XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/
+Homepage: http://www.videolan.org/developers/libdca.html
+
+Package: libdca0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: decoding library for DTS Coherent Acoustics streams
+ libdca provides a low-level interface to decode audio frames encoded using
+ DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
+ on DVDs, DTS audio CDs and some radio broadcastings. libdca also provides
+ downmixing and dynamic range compression for various output configurations.
+ .
+ This package contains the shared library.
+
+Package: libdca-dev
+Section: libdevel
+Architecture: any
+Depends: libdca0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: decoding library for DTS Coherent Acoustics streams (development)
+ libdca provides a low-level interface to decode audio frames encoded using
+ DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
+ on DVDs, DTS audio CDs and some radio broadcastings. libdca also provides
+ downmixing and dynamic range compression for various output configurations.
+ .
+ This package contains the headers and static libraries used to build
+ applications that use libdca.
+
+Package: libdca-utils
+Section: sound
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: decoding library for DTS Coherent Acoustics streams (utilities)
+ libdca provides a low-level interface to decode audio frames encoded using
+ DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
+ on DVDs, DTS audio CDs and some radio broadcastings. libdca also provides
+ downmixing and dynamic range compression for various output configurations.
+ .
+ This package contains additional utilities.
 
 Package: libdts-dev
 Section: libdevel
+Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: development files for libdts
- libdts provides a low-level interface to decode audio frames encoded using
+Depends: libdca-dev (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: backward compatibility place-holder for libdca
+ libdca provides a low-level interface to decode audio frames encoded using
  DTS Coherent Acoustics. DTS Coherent Acoustics streams are commonly found
- on DVDs, DTS audio CDs and some radio broadcastings. libdts also provides
+ on DVDs, DTS audio CDs and some radio broadcastings. libdca also provides
  downmixing and dynamic range compression for various output configurations.
  .
- This package contains the headers and static libraries used to build
- applications that use libdts.
-
+ This package contains compatibility headers used to build applications
+ that still use libdts.

Modified: unstable/libdca/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/copyright?rev=1221&op=diff
==============================================================================
--- unstable/libdca/debian/copyright (original)
+++ unstable/libdca/debian/copyright Mon Jun  2 07:59:27 2008
@@ -1,39 +1,35 @@
-This package was downloaded from svn://svn.videolan.org/libdts/.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Original-Source: http://download.videolan.org/pub/videolan/libdca/0.0.5/libdca-0.0.5.tar.bz2
 
-Upstream authors: Gildas Bazin <gbazin at videolan.org>
-                  Sam Hocevar <sam at zoy.org>
-                  Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
-                  Michel Lespinasse <walken at zoy.org>
+Files: debian/*
+Copyright: © 2004-2007, Sam Hocevar <sam+deb at zoy.org>
+           © 2008, Fabian Greffrath <fabian at debian-unofficial.org>
+License: GPL-2+
+ The Debian packaging information is under the GPL, version 2 or later.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in file `/usr/share/common-licenses/GPL-2'.
 
-Other contributors include:
-	Gildas Bazin <gbazin at netcourrier.com> - mingw32 port
-	Billy Biggs <vektor at div8.net> - most of liba52.txt
-	Jeroen Dobbelaere <jeroen.dobbelaere at acunia.com> - fixed point version
-	Eduard Hasenleithner <eduardh at aon.at> - gcc 3.0 fixes
-	HÃ¥kan Hjort <d95hjort at dtek.chalmers.se> - Solaris output, mlib code
-	Charles M. Hannum <root at ihack.net> - fixes
-	Chris Hodges <hodges at stradis.com> - made the library reentrant
-	Michael Holzt <kju at flummi.de> - OSS output.c and misc errata
-	Angelos Keromytis <angelos at dsl.cis.upenn.edu> - OpenBSD fixes
-	David I. Lehn <dlehn at vt.edu> - API cleanup suggestion
-	Don Mahurin <dmahurin at dma.org> - stdin support for extract_a52
-	Jim Miller <jmiller at heli.engr.sgi.com> - IRIX output.c
-	Takefumi Sayo <stake at niagara.shiojiri.ne.jp> - FreeBSD tweak
-	Shoji Tokunaga <toku at mac.com> - aif file output
+Files: src/getopt.*
+Copyright: © 1987-2000, Free Software Foundation, Inc.
+License: LGPL-2+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Library General Public License as
+ published by the Free Software Foundation; either version 2 of the
+ License, or (at your option) any later version.
+ .
+ On Debian systems, the complete text of the GNU Library General Public
+ License version 2 can be found in file `/usr/share/common-licenses/LGPL-2'.
 
-   This library 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, or (at your option) any
-   later version.
-
-   This library 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 library; if not, write to the Free Software
-   Foundation, 51 Franklin St, Fifth Floor, Boston,  MA 02110-1301, USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Files: *
+Copyright: © 2004, Gildas Bazin <gbazin at videolan.org>
+           © 2000-2003, Michel Lespinasse <walken at zoy.org>
+           © 1999-2000, Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
+License: GPL-2+
+ libdca 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.
+ .
+ On Debian systems, the complete text of the GNU General Public License
+ version 2 can be found in file `/usr/share/common-licenses/GPL-2'.

Added: unstable/libdca/debian/libdca-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/libdca-dev.install?rev=1221&op=file
==============================================================================
--- unstable/libdca/debian/libdca-dev.install (added)
+++ unstable/libdca/debian/libdca-dev.install Mon Jun  2 07:59:27 2008
@@ -1,0 +1,5 @@
+/usr/include/dca.h
+/usr/lib/libdca.a
+/usr/lib/libdca.la
+/usr/lib/libdca.so
+/usr/lib/pkgconfig/libdca.pc

Added: unstable/libdca/debian/libdca-utils.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/libdca-utils.install?rev=1221&op=file
==============================================================================
--- unstable/libdca/debian/libdca-utils.install (added)
+++ unstable/libdca/debian/libdca-utils.install Mon Jun  2 07:59:27 2008
@@ -1,0 +1,2 @@
+/usr/bin
+/usr/share

Added: unstable/libdca/debian/libdca0.docs
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/libdca0.docs?rev=1221&op=file
==============================================================================
--- unstable/libdca/debian/libdca0.docs (added)
+++ unstable/libdca/debian/libdca0.docs Mon Jun  2 07:59:27 2008
@@ -1,0 +1,1 @@
+doc/*

Added: unstable/libdca/debian/libdca0.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/libdca0.install?rev=1221&op=file
==============================================================================
--- unstable/libdca/debian/libdca0.install (added)
+++ unstable/libdca/debian/libdca0.install Mon Jun  2 07:59:27 2008
@@ -1,0 +1,1 @@
+/usr/lib/libdca.so.*

Added: unstable/libdca/debian/libdts-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/libdts-dev.install?rev=1221&op=file
==============================================================================
--- unstable/libdca/debian/libdts-dev.install (added)
+++ unstable/libdca/debian/libdts-dev.install Mon Jun  2 07:59:27 2008
@@ -1,0 +1,3 @@
+/usr/include/dts.h
+/usr/lib/libdts.a
+/usr/lib/pkgconfig/libdts.pc

Modified: unstable/libdca/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libdca/debian/rules?rev=1221&op=diff
==============================================================================
--- unstable/libdca/debian/rules (original)
+++ unstable/libdca/debian/rules Mon Jun  2 07:59:27 2008
@@ -1,69 +1,6 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
-export DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
 
-# FOR AUTOCONF 2.52 AND NEWER ONLY
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += --build $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
-confflags += --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	./configure $(confflags) --prefix=/usr
-	touch configure-stamp
-
-build: configure-stamp build-stamp
-build-stamp:
-	dh_testdir
-	cd libdts && $(MAKE) CFLAGS=-fPIC CFLAGS+=-DPIC && mv .libs/libdts.a libdts_pic.a && $(MAKE) clean
-	$(MAKE)
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	-$(MAKE) distclean
-	rm -f libdts/libdts_pic.a
-	dh_clean
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs -plibdts-dev usr/lib usr/include
-	#$(MAKE) install DESTDIR=`pwd`/debian/libdts-dev/
-	dh_install -plibdts-dev libdts/.libs/libdts.a libdts/libdts_pic.a /usr/lib
-	dh_install -plibdts-dev include/dts.h /usr/include/
-
-binary-indep: build install
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs AUTHORS NEWS README TODO
-	dh_installmenu
-	dh_installcron
-	dh_installinfo
-	dh_installmime
-	dh_installchangelogs ChangeLog
-	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 configure
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp




More information about the pkg-multimedia-commits mailing list