Package: octave-vlfeat
Version: 0.9.17+dfsg0-5
Severity: normal
Tags: patch
Please, do not compress the *,m installed in the examples directory.
Otherwise, they must be copied elsewhere by the user and decompressed
before Octave can load them. This is fixed with the patch attached
below.
Best,
Rafael Laboissiere
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (650, 'testing'), (600, 'unstable'), (550, 'stable'), (500, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.10-rc7-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/rules b/debian/rules
index 1660bce..454ed0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,6 +68,9 @@ override_dh_shlibdeps:
dh_shlibdeps
chmod 0644 $(OCTAVE_BINPATH)/*.mex
+override_dh_compress:
+ dh_compress -X.m
+
$(filter-out %.m install/data install/toolbox/mex install/toolbox/noprefix,$(OCTAVE_PHONY_TARGETS)):
if [ -d $(OCT_TARGET) ]; then \
install -d $(OCTAVE_MPATH); \
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers