From: Sebastian Harl Date: Sun, 7 Jun 2009 14:52:47 +0000 (+0200) Subject: control, rules: Use ${octave:Depends} and octave3.0-depends. X-Git-Tag: pfstools-1.8.1-1~10 X-Git-Url: https://git.tokkee.org/?p=pkg-pfstools.git;a=commitdiff_plain;h=764af9af85effd5b0ea5316cbecfafb81c72a7ac control, rules: Use ${octave:Depends} and octave3.0-depends. ... instead of explicitly depending on octave3.0. --- diff --git a/debian/changelog b/debian/changelog index e2597ed..fd2c63f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,11 @@ pfstools (1.8.1-1) unstable; urgency=low - Install usr/share/pfstools/hdrhtml_*. * debian/rules: - Use dh_install's --fail-missing instead of --list-missing. + * debian/control, debian/rules: + - Use ${octave:Depends} and octave3.0-depends instead of explicitly + depending on octave3.0. - -- Sebastian Harl Sun, 07 Jun 2009 16:22:25 +0200 + -- Sebastian Harl Sun, 07 Jun 2009 16:51:41 +0200 pfstools (1.6.4-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 65797e4..6b611fa 100644 --- a/debian/control +++ b/debian/control @@ -89,7 +89,7 @@ Description: C++ library to read and write pfs files Package: octave-pfstools Section: math Architecture: any -Depends: octave3.0, ${shlibs:Depends} +Depends: ${octave:Depends}, ${shlibs: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 diff --git a/debian/rules b/debian/rules index 98b76b9..4f9c2e5 100755 --- a/debian/rules +++ b/debian/rules @@ -104,6 +104,7 @@ binary-arch: build install dh_makeshlibs dh_installdeb dh_shlibdeps -Llibpfs-1.2-0 -ldebian/libpfs-1.2-0/usr/lib/ + octave3.0-depends -poctave-pfstools dh_gencontrol dh_md5sums dh_builddeb