[Pkg-octave-commit] [SCM] Debian packaging for octave-octcdf branch, master, updated. be3488eb65c91db3cc413b2e0eb48d130426d6a4

Rafael Laboissiere rafael at laboissiere.net
Sun Mar 25 15:50:19 UTC 2012


The following commit has been merged in the master branch:
commit bbd3333db6ea0445c486ce0dd7bbfb5753706a59
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 25 16:57:11 2012 +0200

    debian/patches/update-tests: Drop patch (applied upstream)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a61a38a..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-update-tests
diff --git a/debian/patches/update-tests b/debian/patches/update-tests
deleted file mode 100644
index 2042e21..0000000
--- a/debian/patches/update-tests
+++ /dev/null
@@ -1,21 +0,0 @@
-Update tests to upstream SVN rev 5954
---- a/inst/nctest.m
-+++ b/inst/nctest.m
-@@ -53,7 +53,7 @@
- %! assert(nc.short_att,123)
- %! assert(nc.int_att,123)
- %! assert(nc.long_att,123)
--%! assert(nc.float_att,123)
-+%! assert(nc.float_att,single(123))
- %! assert(nc.double_att,123.4)
- %! assert(nc.string_att,"test string")
- 
-@@ -120,7 +120,7 @@
- %! assert(nv.short_att,123)
- %! assert(nv.int_att,123)
- %! assert(nv.long_att,123)
--%! assert(nv.float_att,123)
-+%! assert(nv.float_att,single(123))
- %! assert(nv.double_att,123.4)
- %! assert(nv.string_att,"test string")
- 

-- 
Debian packaging for octave-octcdf



More information about the Pkg-octave-commit mailing list