[Pkg-octave-commit] r2002 - in octave-forge-pkgs/octave-miscellaneous/trunk/debian: . patches
Rafael Laboissiere
rafael at alioth.debian.org
Wed May 21 17:39:10 UTC 2008
Author: rafael
Date: 2008-05-21 17:39:10 +0000 (Wed, 21 May 2008)
New Revision: 2002
Added:
octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/build-hex2num
Modified:
octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog
octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/series
Log:
Really build hex2num.oct
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog 2008-05-21 17:37:13 UTC (rev 2001)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/changelog 2008-05-21 17:39:10 UTC (rev 2002)
@@ -1,9 +1,11 @@
octave-miscellaneous (1.0.6-2) UNRELEASED; urgency=low
- * debian/patches/autoload-num2hex: Autoload num2hex function in
- hex2num.cc
+ * New patches:
+ + autoload-num2hex: Autoload num2hex function in hex2num.cc
+ + build-hex2num: Typo in TARGETS list prevented hex2num.oct from being
+ built
- -- Rafael Laboissiere <rafael at debian.org> Wed, 21 May 2008 19:36:37 +0200
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 21 May 2008 19:38:38 +0200
octave-miscellaneous (1.0.6-1) unstable; urgency=low
Added: octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/build-hex2num
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/build-hex2num (rev 0)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/build-hex2num 2008-05-21 17:39:10 UTC (rev 2002)
@@ -0,0 +1,13 @@
+Index: trunk/src/Makefile
+===================================================================
+--- trunk.orig/src/Makefile 2008-05-21 17:32:55.000000000 +0000
++++ trunk/src/Makefile 2008-05-21 17:33:03.000000000 +0000
+@@ -10,7 +10,7 @@
+ LISTEN=
+ endif
+
+-TARGETS=waitbar.oct $(LISTEN) xmlread.oct hex2num.cc \
++TARGETS=waitbar.oct $(LISTEN) xmlread.oct hex2num.oct \
+ csvexplode.oct csv2cell.oct csvconcat.oct cell2csv.oct
+
+ all: $(TARGETS)
Modified: octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/series
===================================================================
--- octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/series 2008-05-21 17:37:13 UTC (rev 2001)
+++ octave-forge-pkgs/octave-miscellaneous/trunk/debian/patches/series 2008-05-21 17:39:10 UTC (rev 2002)
@@ -1,2 +1,3 @@
special_matrix_lauchli
autoload-num2hex
+build-hex2num
More information about the Pkg-octave-commit
mailing list