~ubuntu-branches/ubuntu/utopic/zonecheck/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/30webpages.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Delafond
  • Date: 2010-06-24 11:02:25 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100624110225-wnvz9ptkf2qsdewr
Tags: 3.0.0-1
* New upstream release (Closes: #586790).
* Migrate to 3.0(quilt) source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
## DP: zonecheck-webpages.dpatch
6
6
## DP: - Makes direct link from form.html.en to form.html.fr and vice-versa
7
7
 
8
 
if [ $# -lt 1 ]; then
9
 
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
10
 
    exit 1
11
 
fi
12
 
 
13
 
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
14
 
patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
15
 
 
16
 
case "$1" in
17
 
       -patch) patch $patch_opts -p1 < $0;;
18
 
       -unpatch) patch $patch_opts -p1 -R < $0;;
19
 
        *)
20
 
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
21
 
                exit 1;;
22
 
esac
23
 
 
24
 
exit 0
25
 
 
26
 
--- zonecheck-2.0.4.orig/www/html/form.html.en 2004-02-19 06:16:36.000000000 -0800
27
 
+++ zonecheck-2.0.4/www/html/form.html.en 2004-09-15 21:47:52.000000000 -0700
 
8
Index: zonecheck-3.0.0/www/html/form.html.en
 
9
===================================================================
 
10
--- zonecheck-3.0.0.orig/www/html/form.html.en  2010-06-24 11:09:51.000000000 +0200
 
11
+++ zonecheck-3.0.0/www/html/form.html.en       2010-06-24 11:09:57.000000000 +0200
 
12
@@ -70,7 +70,7 @@
 
13
   <body>
 
14
 
 
15
 
 
16
-    <div class="paragraph" id="lang">Lang: <b>EN</b> / <a href="/zonecheck/fr/">FR</a></div>
 
17
+    <div class="paragraph" id="lang">Lang: <b>EN</b> / <a href="/zonecheck/fr/form.html">FR</a></div>
 
18
 
 
19
     <!-- Logo -->
 
20
     <h1 id="logo">
 
21
Index: zonecheck-3.0.0/www/html/form.html.fr
 
22
===================================================================
 
23
--- zonecheck-3.0.0.orig/www/html/form.html.fr  2010-06-24 11:09:27.000000000 +0200
 
24
+++ zonecheck-3.0.0/www/html/form.html.fr       2010-06-24 11:09:39.000000000 +0200
28
25
@@ -68,7 +68,7 @@
29
 
   </head>
30
 
 
31
 
   <body>
32
 
-    <p id="lang">Lang: <b>EN</b> / <a href="HTML_PATH/fr/">FR</a></p>
33
 
+    <p id="lang">Lang: <b>EN</b> / <a href="HTML_PATH/fr/form.html">FR</a></p>
34
 
 
35
 
     <!-- Logo -->
36
 
     <h1 style="text-align: center;">
37
 
 
38
 
--- zonecheck-2.0.4.orig/www/html/form.html.fr  2004-02-19 06:16:36.000000000 -0800
39
 
+++ zonecheck-2.0.4/www/html/form.html.fr  2004-09-15 21:47:40.000000000 -0700
40
 
@@ -69,7 +69,7 @@
41
 
   </head>
42
 
 
43
 
   <body>
44
 
-    <p id="lang">Lang: <a href="HTML_PATH/en/">EN</a> / <b>FR</b></p>
45
 
+    <p id="lang">Lang: <a href="HTML_PATH/en/form.html">EN</a> / <b>FR</b></p>
46
 
 
47
 
     <!-- Logo -->
48
 
     <h1 style="text-align: center;">
 
26
   <body>
 
27
 
 
28
 
 
29
-    <div class="paragraph" id="lang">Lang: <a href="HTML_PATH/en/">EN</a> / <b>FR</b></div>
 
30
+    <div class="paragraph" id="lang">Lang: <a href="HTML_PATH/en/form.html">EN</a> / <b>FR</b></div>
 
31
 
 
32
     <!-- Logo -->
 
33
     <h1 id="logo">
 
34
@@ -571,4 +571,4 @@
 
35
 <!-- mode: html       -->
 
36
 <!-- End:             -->
 
37
 
 
38
-</html>
 
39
\ No newline at end of file
 
40
+</html>