From: Sebastian Harl Date: Mon, 15 Mar 2010 17:11:59 +0000 (+0100) Subject: control: Let all packages depend on ${misc:Depends}. X-Git-Tag: pfstools-1.8.1-2~1 X-Git-Url: https://git.tokkee.org/?p=pkg-pfstools.git;a=commitdiff_plain;h=8ffda26a7e094e7a0623a79cc3d46e6342739058 control: Let all packages depend on ${misc:Depends}. --- diff --git a/debian/changelog b/debian/changelog index 403a25f..5459fd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ pfstools (1.8.1-2) unstable; urgency=low - Updated standards-version to 3.8.4 -- no changes. - Let libpfs-dev depend on libpfs (= ${binary:Version}) (rather than a weak dependency on >= ${source:Version}). + - Let all packages depend on ${misc:Depends}. - -- Sebastian Harl Mon, 15 Mar 2010 18:07:39 +0100 + -- Sebastian Harl Mon, 15 Mar 2010 18:11:40 +0100 pfstools (1.8.1-1.1) unstable; urgency=low diff --git a/debian/control b/debian/control index 23ae9e5..b641cca 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-phototools/pfstools.git Package: pfstools Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: pfsglview | pfsview, pfstmo, octave3.2, octave-signal, octave-pfstools Suggests: dcraw, exrtools, imagemagick Description: command line HDR manipulation programs @@ -26,7 +26,7 @@ Description: command line HDR manipulation programs Package: pfsglview Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: pfstools Replaces: pfstools (<< 1.6.2-2) Description: command line HDR manipulation programs (OpenGL/GLUT viewer) @@ -38,7 +38,7 @@ Description: command line HDR manipulation programs (OpenGL/GLUT viewer) Package: pfsview Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: pfstools Replaces: pfstools (<< 1.6.2-2) Description: command line HDR manipulation programs (Qt viewer) @@ -53,7 +53,8 @@ Section: debug Architecture: any Priority: extra Depends: pfstools (= ${binary:Version}), pfsglview (= ${binary:Version}), - pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version}) + pfsview (= ${binary:Version}), libpfs-1.2-0 (= ${binary:Version}), + ${misc:Depends} Description: command line HDR manipulation programs (debugging symbols) PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate existing file formats by providing a simple data format that can be used to @@ -65,7 +66,7 @@ Description: command line HDR manipulation programs (debugging symbols) Package: libpfs-dev Section: libdevel Architecture: any -Depends: libpfs-1.2-0 (= ${binary:Version}) +Depends: libpfs-1.2-0 (= ${binary:Version}), ${misc:Depends} Description: C++ library to read and write pfs files (development files) PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate existing file formats by providing a simple data format that can be used to @@ -77,7 +78,7 @@ Description: C++ library to read and write pfs files (development files) Package: libpfs-1.2-0 Section: libs Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ library to read and write pfs files PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate existing file formats by providing a simple data format that can be used to @@ -89,7 +90,7 @@ Description: C++ library to read and write pfs files Package: octave-pfstools Section: math Architecture: any -Depends: ${octave:Depends}, ${shlibs:Depends} +Depends: ${octave:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: octave bindings for pfstools PFS is a high-dynamic range (HDR) image format. It is an attempt to integrate existing file formats by providing a simple data format that can be used to