Code

control, rules: Use ${octave:Depends} and octave3.0-depends.
authorSebastian Harl <sh@tokkee.org>
Sun, 7 Jun 2009 14:52:47 +0000 (16:52 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 7 Jun 2009 14:52:47 +0000 (16:52 +0200)
... instead of explicitly depending on octave3.0.

debian/changelog
debian/control
debian/rules

index e2597ed53542f1a01b0aa8cc6c4e817dd3d1031b..fd2c63fb1965a3ed743d71dd14e0d686929ad595 100644 (file)
@@ -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 <tokkee@debian.org>  Sun, 07 Jun 2009 16:22:25 +0200
+ -- Sebastian Harl <tokkee@debian.org>  Sun, 07 Jun 2009 16:51:41 +0200
 
 pfstools (1.6.4-2) unstable; urgency=low
 
index 65797e4d5e8f5b59b57c866e5ff40a2b95e3a51c..6b611fab5173dbd71788972576329c14ab8df225 100644 (file)
@@ -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
index 98b76b92d7b422926e0aa0acfbff33ad7e216da4..4f9c2e5895f385409b8a16b0ff29ff09d40f12c0 100755 (executable)
@@ -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