[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.6.4-1
Sébastien Villemot
sebastien at debian.org
Wed May 8 18:01:08 UTC 2013
The following commit has been merged in the master branch:
commit d66985f97e4d633b17ac63daa878c8bd18d54932
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Sep 26 22:14:11 2012 +0200
debian/rules: add missing dependency information for dh_makeshlibs
The latest backward-compatible API change occurred in Octave 3.6.2. This has to
be reflected in the shlibs file.
Git-Dch: Full
diff --git a/debian/rules b/debian/rules
index d4d33ad..ca7af85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,6 +44,10 @@ override_dh_shlibdeps:
dh_shlibdeps -O--parallel
find debian/octave -name '*.oct' -print0 2>/dev/null | xargs -0r chmod 644
+# Latest version containing a backward-compatible API change (see policy 8.6.2)
+override_dh_makeshlibs:
+ dh_makeshlibs -V 'liboctave1 (>= 3.6.2)'
+
get-orig-source:
uscan --force-download --rename --destdir .
.PHONY: get-orig-source
--
Debian packaging for octave
More information about the Pkg-octave-commit
mailing list