[Pkg-octave-commit] [SCM] Debian packaging for octave-econometrics branch, master, updated. debian/1%1.0.8-6-6-g7cacb31

Thomas Weber tweber at debian.org
Thu May 16 21:51:19 UTC 2013


The following commit has been merged in the master branch:
commit 750f694d2055b5d3237f7ccc17a4cb55e7405dad
Author: Thomas Weber <tweber at debian.org>
Date:   Thu May 16 22:38:10 2013 +0200

    Remove other-deprecated-functions.patch, applied upstream

diff --git a/debian/patches/other-deprecated-functions.patch b/debian/patches/other-deprecated-functions.patch
deleted file mode 100644
index 9804e93..0000000
--- a/debian/patches/other-deprecated-functions.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Fix use of other deprecated functions
-Author: Sébastien Villemot <sebastien.villemot at ens.fr>
-Forwarded: yes, r10039
-Last-Update: 2012-03-22
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/inst/gmm_example.m
-+++ b/inst/gmm_example.m
-@@ -25,7 +25,7 @@
- w = [x, rand(n,1)];
- theta_true = ones(k,1);
- lambda = exp(x*theta_true);
--y = poisson_rnd(lambda);
-+y = poissrnd(lambda);
- [xs, scalecoef] = scale_data(x);
- 
- # The arguments for gmm_estimate
---- a/inst/gmm_results.m
-+++ b/inst/gmm_results.m
-@@ -88,7 +88,7 @@
- 	df = n - k;
- 	if df > 0
- 		clabels = char("Value","df","p-value");
--		a = [n*obj_value, df, 1 - chisquare_cdf(n*obj_value, df)];
-+		a = [n*obj_value, df, 1 - chi2cdf(n*obj_value, df)];
- 		printf("\n");
- 		prettyprint(a, junk, clabels);
- 	else
-@@ -96,7 +96,7 @@
- 	end;
- 
- 	# results for parameters
--	a =[theta, se, theta./se, 2 - 2*normal_cdf(abs(theta ./ se))];
-+	a =[theta, se, theta./se, 2 - 2*normcdf(abs(theta ./ se))];
- 	clabels = char("estimate", "st. err", "t-stat", "p-value");
- 	printf("\n");
- 	prettyprint(a, names, clabels);
diff --git a/debian/patches/series b/debian/patches/series
index 6e64e15..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-other-deprecated-functions.patch

-- 
Debian packaging for octave-econometrics



More information about the Pkg-octave-commit mailing list