[Pkg-octave-commit] [octave-cgi] 04/05: d/p/load-cgi-package-in-unit-test.patch: Remove patch (applied upstream

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Sep 16 16:17:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-cgi.

commit 4760dc15231c2ed0eaf3184617c1f36b7f39dde8
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Sep 16 13:13:48 2016 -0300

    d/p/load-cgi-package-in-unit-test.patch: Remove patch (applied upstream
    
    Gbp-Dch: Ignore
---
 debian/patches/load-cgi-package-in-unit-test.patch | 30 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/load-cgi-package-in-unit-test.patch b/debian/patches/load-cgi-package-in-unit-test.patch
deleted file mode 100644
index 088aaee..0000000
--- a/debian/patches/load-cgi-package-in-unit-test.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Description: Allow running the unit tests
-Author: Rafael Laboissiere <rafael at debian.org>
-Forwarded: no
-Last-Update: 2016-08-31
-
---- octave-cgi-0.1.1.orig/doc/test_cgi.sh
-+++ octave-cgi-0.1.1/doc/test_cgi.sh
-@@ -5,6 +5,7 @@ export QUERY_STRING="x=50%2C1,2&y=1,2,3&
- 
- echo "Test GET request"
- octave -q <<EOF
-+addpath ("inst");
- CGI = cgi();
- disp(CGI.form.y)
- assert(strcmp(CGI.form.y,'1,2,3'))
-@@ -17,6 +18,7 @@ echo "Test GET request (with semicolon)"
- export QUERY_STRING="x=50%2C1,2;y=1,2,3;len=10;name=test;field=random_field" 
- 
- octave -q <<EOF
-+addpath ("inst");
- CGI = cgi();
- assert(strcmp(CGI.form.y,'1,2,3'))
- assert(strcmp(CGI.form.field,'random_field'))
-@@ -31,5 +33,5 @@ export CONTENT_TYPE=application/x-www-fo
- export CONTENT_LENGTH=54
- 
- echo "x=50%2C1,2&y=1,2,3&len=10&name=test&field=random_field" | \
--    octave -qH --eval "CGI = cgi(); assert(strcmp(CGI.form.y,'1,2,3')); disp('All tests passed');";
-+    octave -qH --eval "addpath ("inst"); CGI = cgi(); assert(strcmp(CGI.form.y,'1,2,3')); disp('All tests passed');";
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ec5c7ab..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-load-cgi-package-in-unit-test.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-cgi.git



More information about the Pkg-octave-commit mailing list