diff -Nru libdc1394-2.2.6/debian/changelog libdc1394-2.2.6/debian/changelog --- libdc1394-2.2.6/debian/changelog 2020-04-26 15:39:00.000000000 +0000 +++ libdc1394-2.2.6/debian/changelog 2020-09-22 20:56:40.000000000 +0000 @@ -1,3 +1,18 @@ +libdc1394 (2.2.6-3) unstable; urgency=medium + + * Adopt package (Closes: #963923) + * debian/control: + - Add Vcs-* + - Set RRR: no + - Remove libc6-dev from Depends + - Remove obsolete Conflics+Replaces + - Remove libjs-jquery from Depends since doxygen's version is different + - Take over libdc1394-22-dev and libdc1394-22-doc from libdc1394-22 and + provide them as transitional packages. + * debian/docs: Removed, NEWS is installed as changelog anyway. + + -- Sebastian Ramacher Tue, 22 Sep 2020 22:56:40 +0200 + libdc1394 (2.2.6-2) unstable; urgency=medium * Bump Standards-Version and debhelper-compat level. @@ -351,7 +366,7 @@ libdc1394 (0.9.2-1) unstable; urgency=low - * New upstream version + * New upstream version * New Maintainer (closes: #158473) -- Peter De Schrijver (p2) Thu, 4 Dec 2003 20:29:16 +0100 diff -Nru libdc1394-2.2.6/debian/control libdc1394-2.2.6/debian/control --- libdc1394-2.2.6/debian/control 2020-04-26 15:35:55.000000000 +0000 +++ libdc1394-2.2.6/debian/control 2020-09-22 20:56:40.000000000 +0000 @@ -1,19 +1,31 @@ Source: libdc1394 Section: libs Priority: optional -Maintainer: Guus Sliepen -Uploaders: Peter De Schrijver (p2) -Build-Depends: debhelper-compat (= 13), libraw1394-dev (>= 2.0.1), libusb-1.0-0-dev, libx11-dev, libxv-dev, pkg-config, chrpath, doxygen-latex, texlive-latex-recommended, texlive-fonts-recommended +Maintainer: Debian Multimedia Maintainers +Uploaders: Sebastian Ramacher +Build-Depends: chrpath, + debhelper-compat (= 13), + doxygen-latex, + libraw1394-dev (>= 2.0.1), + libusb-1.0-0-dev, + libx11-dev, + libxv-dev, + pkg-config, + texlive-fonts-recommended, + texlive-latex-recommended Standards-Version: 4.5.0 Homepage: https://sourceforge.net/projects/libdc1394/ +Vcs-Git: https://salsa.debian.org/multimedia-team/libdc1394.git +Vcs-Browser: https://salsa.debian.org/multimedia-team/libdc1394 +Rules-Requires-Root: no Package: libdc1394-dev -Conflicts: libdc1394-22-dev -Replaces: libdc1394-22-dev +Breaks: libdc1394-22-dev (<< 2.2.6-3) +Replaces: libdc1394-22-dev (<< 2.2.6-3) Section: libdevel Multi-Arch: same Architecture: any -Depends: libdc1394-25 (= ${binary:Version}), libraw1394-dev, libc6-dev, ${misc:Depends} +Depends: libdc1394-25 (= ${binary:Version}), libraw1394-dev, ${misc:Depends} Description: high level programming interface for IEEE 1394 digital cameras - development libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control @@ -26,11 +38,9 @@ This package contains development files. Package: libdc1394-25 -Section: libs Architecture: any Multi-Arch: same -Pre-Depends: ${misc:Pre-Depends} -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: high level programming interface for IEEE 1394 digital cameras libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control @@ -40,30 +50,28 @@ This version of libdc1394 supports both the old and new (juju) FireWire stack. It automatically detects which one to use at runtime. . - This package contains shared libraries. + This package contains shared libraries. Package: libdc1394-doc -Conflicts: libdc1394-22-doc -Replaces: libdc1394-22-doc +Breaks: libdc1394-22-doc (<< 2.2.6-3) +Replaces: libdc1394-22-doc (<< 2.2.6-3) Section: doc Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, libjs-jquery +Depends: ${misc:Depends} Description: high level programming interface for IEEE 1394 digital cameras - documentation libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control IEEE 1394 based cameras that conform to the 1394-based Digital Camera Specification (found at http://www.1394ta.org/). . - This package contains the documentation. + This package contains the documentation. Package: libdc1394-utils -Conflicts: libdc1394-examples -Replaces: libdc1394-examples Section: utils Multi-Arch: foreign Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: utilities for IEEE 1394 digital cameras libdc1394 is a library that is intended to provide a high level programming interface for application developers who wish to control @@ -75,3 +83,22 @@ . This package contains an example program. +Package: libdc1394-22-dev +Architecture: any +Multi-Arch: same +Section: oldlibs +Depends: + ${misc:Depends}, + libdc1394-dev (= ${binary:Version}) +Description: transitional package + This is a transitional package. It can safely be removed. + +Package: libdc1394-22-doc +Architecture: all +Multi-Arch: foreign +Section: oldlibs +Depends: + ${misc:Depends}, + libdc1394-doc (= ${source:Version}) +Description: transitional package + This is a transitional package. It can safely be removed. diff -Nru libdc1394-2.2.6/debian/dirs libdc1394-2.2.6/debian/dirs --- libdc1394-2.2.6/debian/dirs 2009-06-11 07:50:06.000000000 +0000 +++ libdc1394-2.2.6/debian/dirs 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/bin -usr/sbin diff -Nru libdc1394-2.2.6/debian/docs libdc1394-2.2.6/debian/docs --- libdc1394-2.2.6/debian/docs 2010-01-23 23:15:26.000000000 +0000 +++ libdc1394-2.2.6/debian/docs 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -NEWS -README -AUTHORS diff -Nru libdc1394-2.2.6/debian/libdc1394-doc.install libdc1394-2.2.6/debian/libdc1394-doc.install --- libdc1394-2.2.6/debian/libdc1394-doc.install 2019-09-15 16:03:07.000000000 +0000 +++ libdc1394-2.2.6/debian/libdc1394-doc.install 2020-09-22 20:44:04.000000000 +0000 @@ -1,5 +1,4 @@ -doc/libdc1394.pdf /usr/share/doc/libdc1394-doc/ doc/html /usr/share/doc/libdc1394-doc/ +doc/libdc1394.pdf /usr/share/doc/libdc1394-doc/ examples/*.c /usr/share/doc/libdc1394-doc/examples/ examples/*.h /usr/share/doc/libdc1394-doc/examples/ - diff -Nru libdc1394-2.2.6/debian/libdc1394-doc.links libdc1394-2.2.6/debian/libdc1394-doc.links --- libdc1394-2.2.6/debian/libdc1394-doc.links 2019-09-15 14:07:20.000000000 +0000 +++ libdc1394-2.2.6/debian/libdc1394-doc.links 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/share/javascript/jquery/jquery.js usr/share/doc/libdc1394-doc/html/jquery.js diff -Nru libdc1394-2.2.6/debian/rules libdc1394-2.2.6/debian/rules --- libdc1394-2.2.6/debian/rules 2019-03-25 15:10:39.000000000 +0000 +++ libdc1394-2.2.6/debian/rules 2020-09-22 20:49:19.000000000 +0000 @@ -8,5 +8,3 @@ override_dh_auto_build: dh_auto_build -- all doxygen-pdf - -.PHONY: override_dh_auto_configure override_dh_auto_build