Code

control: Let all packages depend on ${misc:Depends}.
[pkg-pfstools.git] / debian / control
index 23ae9e557bc35db0b5782091711b60841da16673..b641cca3e548311fa73bcaed42f47e0874b07aac 100644 (file)
@@ -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