[Pkg-octave-commit] [SCM] Debian packaging for octave-control branch, experimental, updated. debian/2.3.53-1-3-gf6d0bdb
Rafael Laboissiere
rafael at laboissiere.net
Sun Sep 16 15:29:06 UTC 2012
The following commit has been merged in the experimental branch:
commit f6d0bdbf6b43b929f0562497a8df4a9246050b25
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Sun Sep 16 16:06:41 2012 +0200
debian/patches/use-external-slicot.patch: Refresh for new upstream version
diff --git a/debian/patches/use-external-slicot.patch b/debian/patches/use-external-slicot.patch
index 38cde3e..0e459a7 100644
--- a/debian/patches/use-external-slicot.patch
+++ b/debian/patches/use-external-slicot.patch
@@ -1,7 +1,7 @@
Description: Use external SLICOT instead of embedded copy
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Forwarded: not-needed
-Last-Update: 2012-09-03
+Last-Update: 2012-09-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/Makefile
@@ -26,11 +26,11 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
- rm -rf *.o *.f slicot
# slicot functions
--control_slicot_functions.oct: control_slicot_functions.cc slicotlibrary.a
-+control_slicot_functions.oct: control_slicot_functions.cc TG04BX.f
+-__control_slicot_functions__.oct: __control_slicot_functions__.cc slicotlibrary.a
++__control_slicot_functions__.oct: __control_slicot_functions__.cc TG04BX.f
LFLAGS="$(LFLAGS)" \
-- $(MKOCTFILE) control_slicot_functions.cc common.cc slicotlibrary.a
-+ $(MKOCTFILE) control_slicot_functions.cc common.cc TG04BX.f -lslicot
+- $(MKOCTFILE) __control_slicot_functions__.cc common.cc slicotlibrary.a
++ $(MKOCTFILE) __control_slicot_functions__.cc common.cc TG04BX.f -lslicot
# helpers
is_real_scalar.oct: is_real_scalar.cc
--
Debian packaging for octave-control
More information about the Pkg-octave-commit
mailing list