Source: biosig4c++
Version: 1.3.0-2.2
Severity: normal
Tags: patch

The octave-pkg-dev has been superseded by dh-octave and will be soon deprecated. Please, find attached to this bug report a patch for updating the biosig4c++ source package, accordingly.

Rafael Laboissière

-- System Information: Debian Release: buster/sid APT prefers testing APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental'), (550, 'stable'), (500, 'oldstable') Architecture: amd64 (x86_64) Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru biosig4c++-1.3.0/debian/changelog biosig4c++-1.3.0/debian/changelog
--- biosig4c++-1.3.0/debian/changelog   2017-03-18 04:37:44.000000000 -0300
+++ biosig4c++-1.3.0/debian/changelog   2018-02-10 14:41:20.000000000 -0200
@@ -1,3 +1,10 @@
+biosig4c++ (1.3.0-2.3) unstable; urgency=medium
+
+  * d/control: Build-depends on dh-octave
+  * d/rules: Use dh_octave_substvar for determining octave:Depends
+
+ -- Rafael Laboissiere <raf...@debian.org>  Sat, 10 Feb 2018 14:41:20 -0200
+
 biosig4c++ (1.3.0-2.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru biosig4c++-1.3.0/debian/control biosig4c++-1.3.0/debian/control
--- biosig4c++-1.3.0/debian/control     2015-08-19 15:17:03.000000000 -0300
+++ biosig4c++-1.3.0/debian/control     2018-02-10 14:17:29.000000000 -0200
@@ -6,7 +6,7 @@
                gawk, libxml2-dev,
                python-dev, swig, python-numpy,
                zlib1g-dev, libsuitesparse-dev,
-               octave-pkg-dev (>= 0.5.7),
+              dh-octave
 Standards-Version: 3.9.3
 Section: science
 Homepage: http://biosig.sf.net/
diff -Nru biosig4c++-1.3.0/debian/rules biosig4c++-1.3.0/debian/rules
--- biosig4c++-1.3.0/debian/rules       2015-08-19 15:18:06.000000000 -0300
+++ biosig4c++-1.3.0/debian/rules       2018-02-10 14:34:16.000000000 -0200
@@ -52,11 +52,8 @@
 
 override_dh_makeshlibs:
        dh_makeshlibs
-       : # Provide Octave:Depends
-       [ -e /usr/bin/octave-depends ] \
-       && octave-depends \
-       || echo 'octave:Depends=octave (>= 3.4.3-1~)' >> 
debian/octave-biosig.substvars
-
+       : # Provide octave:Depends
+       dh_octave_substvar
 
 override_dh_strip:
        dh_strip --dbg-package=libbiosig1-dbg

Reply via email to