Source: nlopt
Version: 2.4.2+dfsg-3
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 nlopt 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 --git a/debian/control b/debian/control
index 63f3a2e..913b4e9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Sergey B Kirpichev <skirpic...@gmail.com>, Christophe Trophime <christophe.troph...@lncmi.cnrs.fr>
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~),
- autotools-dev, libtool, automake, g++ (>= 4.2), octave-pkg-dev (>= 1.0.1),
+ autotools-dev, libtool, automake, g++ (>= 4.2), dh-octave,
  python-all-dev (>= 2.6.6-3~), python-numpy, guile-2.0, guile-2.0-dev
 Standards-Version: 4.0.0
 X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index c25c58e..377f0b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ override_dh_shlibdeps:
 	dh_shlibdeps -- \
 		debian/python-nlopt/usr/lib/python*/dist-packages/*.so* \
 		-Tdebian/python-nlopt.substvars
+	dh_octave_substvar
 
 override_dh_auto_install:
 	for v in $(PYVERS); do \

Reply via email to