Code

control: Let all packages depend on ${misc:Depends}.
authorSebastian Harl <sh@tokkee.org>
Mon, 15 Mar 2010 17:11:59 +0000 (18:11 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 15 Mar 2010 17:11:59 +0000 (18:11 +0100)
debian/changelog
debian/control

index 403a25f5cbf43359fb4ddfade02b2fac9a9a1ca4..5459fd49ecfe0f1a942f9fc9291f0a678accef43 100644 (file)
@@ -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 <tokkee@debian.org>  Mon, 15 Mar 2010 18:07:39 +0100
+ -- Sebastian Harl <tokkee@debian.org>  Mon, 15 Mar 2010 18:11:40 +0100
 
 pfstools (1.8.1-1.1) unstable; urgency=low
 
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