summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c5b54e)
raw | patch | inline | side by side (parent: 8c5b54e)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 15 Mar 2010 17:11:59 +0000 (18:11 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 15 Mar 2010 17:11:59 +0000 (18:11 +0100) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 403a25f5cbf43359fb4ddfade02b2fac9a9a1ca4..5459fd49ecfe0f1a942f9fc9291f0a678accef43 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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
diff --git a/debian/control b/debian/control
index 23ae9e557bc35db0b5782091711b60841da16673..b641cca3e548311fa73bcaed42f47e0874b07aac 100644 (file)
--- a/debian/control
+++ b/debian/control
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
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)
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)
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
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
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
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