[SCM] libcgi-formbuilder-perl Debian packaging branch, master, updated. debian/3.06-1-14-g633028f

Jonas Smedegaard dr at jones.dk
Tue Jan 3 20:47:41 UTC 2012


The following commit has been merged in the master branch:
commit 3ff2e7bfc79347b903c7055f5c4e080e72b903c4
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Jan 3 21:15:25 2012 +0100

    Drop patch now included upstream.

diff --git a/debian/patches/020110909~fcd40bf.patch b/debian/patches/020110909~fcd40bf.patch
deleted file mode 100644
index 80a044e..0000000
--- a/debian/patches/020110909~fcd40bf.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-Description: Fix failing template tests due to JS bugfix in 3.06
-Author: Nate Wiger <nate at wiger.org>
-Last-Update: 2011-09-11
-
---- a/t/2b-test03.html
-+++ b/t/2b-test03.html
-@@ -24,6 +24,7 @@
-     if (! selected_sex) {
-         alertstr += '- Choose one of the "glass EYE fucker" options\n';
-         invalid++;
-+        invalid_fields.push('sex');
-     }
- 
-     if (invalid > 0 || alertstr != '') {
---- a/t/2c-test03.html
-+++ b/t/2c-test03.html
-@@ -24,6 +24,7 @@
-     if (! selected_sex) {
-         alertstr += '- Choose one of the "glass EYE fucker" options\n';
-         invalid++;
-+        invalid_fields.push('sex');
-     }
- 
-     if (invalid > 0 || alertstr != '') {
---- a/t/2d-test03.html
-+++ b/t/2d-test03.html
-@@ -24,6 +24,7 @@
-     if (! selected_sex) {
-         alertstr += '- Choose one of the "glass EYE fucker" options\n';
-         invalid++;
-+        invalid_fields.push('sex');
-     }
- 
-     if (invalid > 0 || alertstr != '') {
---- a/t/2e-test01.html
-+++ b/t/2e-test01.html
-@@ -26,7 +26,6 @@
- </script>
- <p>
- <form action="TEST" method="get" onsubmit="return validate(this);"><input id="_submitted" name="_submitted" type="hidden" value="1" />
--<input id="_submit" name="_submit" type="hidden" />
- Enter your name: <input id="name" name="name" type="text" />
- FYI, your dress size is 42<br>
- <input id="_reset" name="_reset" type="reset" value="No esta una button del submito" /> 
---- a/t/2e-test02.html
-+++ b/t/2e-test02.html
-@@ -4,8 +4,7 @@
- 
- <p>
- <form action="TEST" method="get"><input id="_submitted" name="_submitted" type="hidden" value="1" />
--<input id="_submit" name="_submit" type="hidden" />
- Enter your name: <input id="name" name="name" size="80" type="text" />
- FYI, your dress size is 8<br>
--<input id="_reset" name="_reset" type="reset" value="Start over, boob!" /> <input name="_submit" type="submit" value="Submit" />
-+<input id="_reset" name="_reset" type="reset" value="Start over, boob!" /> <input id="_submit" name="_submit" type="submit" value="Submit" />
- </form>
---- a/t/2e-test03.html
-+++ b/t/2e-test03.html
-@@ -38,8 +38,7 @@
- </script>
- <p>
- <form action="TEST" method="get" onsubmit="return validate(this);"><input id="_submitted" name="_submitted" type="hidden" value="1" />
--<input id="_submit" name="_submit" type="hidden" />
- Enter your name: <input id="name" name="name" type="text" />
- FYI, your dress size is (unknown)<br>
-- <input onclick="document.getElementById('_submit').value = this.value;" type="submit" value="Update" /><input onclick="document.getElementById('_submit').value = this.value;" type="submit" value="Delete" />
-+ <input id="_submit" name="_submit" onclick="this.form._submit.value = this.value;" type="submit" value="Update" /><input id="_submit_2" name="_submit" onclick="this.form._submit.value = this.value;" type="submit" value="Delete" />
- </form>
---- a/t/2e-test04.html
-+++ b/t/2e-test04.html
-@@ -10,11 +10,10 @@
- <body>
- 
- <form action="TEST" method="post"><input id="_submitted" name="_submitted" type="hidden" value="1" />
--<input id="_submit" name="_submit" type="hidden" />
-   test form page:<br/>
-   <br/>
-   <!-- buttons -->
--<input name="_submit" type="submit" value="Submit" />
-+<input id="_submit" name="_submit" type="submit" value="Submit" />
- </form>
- 
- </body>
diff --git a/debian/patches/README b/debian/patches/README
deleted file mode 100644
index 80c1584..0000000
--- a/debian/patches/README
+++ /dev/null
@@ -1,3 +0,0 @@
-0xxx: Grabbed from upstream development.
-1xxx: Possibly relevant for upstream adoption.
-2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3b94fa9..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-020110909~fcd40bf.patch

-- 
libcgi-formbuilder-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list