tags 608210 patch
thanks

Hi,

 It seems that is side-effect of splitting gauche package to gauche-dev.

>./configure
>checking for gosh... /usr/bin/gosh
>checking for gauche-config... no
>checking for gauche-package... no
>checking for gauche-install... no
>checking for gauche-cesconv... /usr/bin/gauche-cesconv
>./configure: line 1430: --so-suffix: command not found
>./configure: line 1431: --object-suffix: command not found
>./configure: line 1432: --executable-suffix: command not found
>configure: creating WiLiKi.gpd
>./configure: line 1443: make-gpd: command not found
>configure: creating ./config.status
>config.status: creating Makefile
>config.status: creating src/Makefile
>config.status: creating doc/Makefile
>config.status: creating test/Makefile

 gauche-config (in gauche-dev) is needed, however there is no dependency
 for it. Here's a proposed patch (with fix for lintian Errors).

>E: wiliki source: clean-should-be-satisfied-by-build-depends debhelper
>E: wiliki: wrong-path-for-interpreter 
>./usr/share/gauche/site/lib/wiliki/rssmix.scm (#!/home/shiro/bin/gosh != 
>/usr/bin/gosh)


diff -Nru wiliki-0.5.3/debian/changelog wiliki-0.5.3/debian/changelog
--- wiliki-0.5.3/debian/changelog       2010-12-29 20:50:53.000000000 +0900
+++ wiliki-0.5.3/debian/changelog       2010-12-29 17:33:23.000000000 +0900
@@ -1,3 +1,18 @@
+wiliki (0.5.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+    - set "Build-Depends: gauche-dev", not gauche to fix configure works 
+     (Closes: #608210) 
+    - move "debhelper (>> 3.0.0)" from Build-Depends-Indep: to Build-Depends: 
+  * debian/source/format
+    - set "3.0 (quilt)" for below patch.
+  * debian/patches
+    - add fix-wrong-path-for-interpreter.patch to fix lintian error 
+    - add wiliki.scm-whitespaces.patch as a patch
+
+ -- Hideki Yamane <henr...@debian.org>  Wed, 29 Dec 2010 17:15:58 +0900
+
 wiliki (0.5.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru wiliki-0.5.3/debian/control wiliki-0.5.3/debian/control
--- wiliki-0.5.3/debian/control 2010-12-29 20:50:53.000000000 +0900
+++ wiliki-0.5.3/debian/control 2010-12-29 17:22:42.000000000 +0900
@@ -2,7 +2,8 @@
 Section: web
 Priority: optional
 Maintainer: YAEGASHI Takeshi <yaega...@debian.org>
-Build-Depends-Indep: debhelper (>> 3.0.0), gauche, autoconf
+Build-Depends: debhelper (>> 3.0.0)
+Build-Depends-Indep: autoconf, gauche-dev
 Standards-Version: 3.6.2.1
 
 Package: wiliki
diff -Nru wiliki-0.5.3/debian/patches/fix-wrong-path-for-interpreter.patch 
wiliki-0.5.3/debian/patches/fix-wrong-path-for-interpreter.patch
--- wiliki-0.5.3/debian/patches/fix-wrong-path-for-interpreter.patch    
1970-01-01 09:00:00.000000000 +0900
+++ wiliki-0.5.3/debian/patches/fix-wrong-path-for-interpreter.patch    
2010-12-29 17:17:24.000000000 +0900
@@ -0,0 +1,30 @@
+Index: wiliki-0.5.3/old/wiliki3.cgi
+===================================================================
+--- wiliki-0.5.3.orig/old/wiliki3.cgi  2010-12-29 17:13:20.519433280 +0900
++++ wiliki-0.5.3/old/wiliki3.cgi       2010-12-29 17:14:57.867430712 +0900
+@@ -1,4 +1,4 @@
+-#!/home/shiro/bin/gosh
++#!/usr/bin/gosh
+ 
+ (use srfi-1)
+ (use srfi-13)
+Index: wiliki-0.5.3/src/rssmix.cgi
+===================================================================
+--- wiliki-0.5.3.orig/src/rssmix.cgi   2010-12-29 17:13:20.539433485 +0900
++++ wiliki-0.5.3/src/rssmix.cgi        2010-12-29 17:15:06.819430633 +0900
+@@ -1,4 +1,4 @@
+-#!/home/shiro/bin/gosh
++#!/usr/bin/gosh
+ ;;;
+ ;;; wiliki/rssmix - Fetch and show RSSs
+ ;;;
+Index: wiliki-0.5.3/src/wiliki/rssmix.scm
+===================================================================
+--- wiliki-0.5.3.orig/src/wiliki/rssmix.scm    2010-12-29 17:13:20.555433888 
+0900
++++ wiliki-0.5.3/src/wiliki/rssmix.scm 2010-12-29 17:15:16.651430543 +0900
+@@ -1,4 +1,4 @@
+-#!/home/shiro/bin/gosh
++#!/usr/bin/gosh
+ ;;;
+ ;;; wiliki/rssmix - Fetch and show RSSs
+ ;;;
diff -Nru wiliki-0.5.3/debian/patches/series wiliki-0.5.3/debian/patches/series
--- wiliki-0.5.3/debian/patches/series  1970-01-01 09:00:00.000000000 +0900
+++ wiliki-0.5.3/debian/patches/series  2010-12-29 17:32:31.000000000 +0900
@@ -0,0 +1,2 @@
+fix-wrong-path-for-interpreter.patch
+wiliki.scm-whitespaces.patch
diff -Nru wiliki-0.5.3/debian/patches/wiliki.scm-whitespaces.patch 
wiliki-0.5.3/debian/patches/wiliki.scm-whitespaces.patch
--- wiliki-0.5.3/debian/patches/wiliki.scm-whitespaces.patch    1970-01-01 
09:00:00.000000000 +0900
+++ wiliki-0.5.3/debian/patches/wiliki.scm-whitespaces.patch    2010-12-29 
17:34:20.000000000 +0900
@@ -0,0 +1,19 @@
+Origin: YAEGASHI Takeshi <yaega...@debian.org> in 0.5.3-1
+Forwarded: 
+Reviewed-By: 
+Last-Update: 2005-12-19
+
+--- wiliki-0.5.3.orig/src/wiliki.scm
++++ wiliki-0.5.3/src/wiliki.scm
+@@ -554,7 +554,9 @@
+                         (html-page toppage))
+                :write)
+              (errorf "Top-page (~a) doesn't exist, and the database is 
read-only" toppage))))
+-        ((or (string-index pagename #[\s\[\]])
++        ((or (string-index pagename #[\[\]])
++             (#/^\s/ pagename)
++             (#/\s$/ pagename)
+              (string-prefix? "$" pagename))
+          (error "Invalid page name" pagename))
+         (else
+
diff -Nru wiliki-0.5.3/debian/source/format wiliki-0.5.3/debian/source/format
--- wiliki-0.5.3/debian/source/format   1970-01-01 09:00:00.000000000 +0900
+++ wiliki-0.5.3/debian/source/format   2010-12-29 17:15:54.000000000 +0900
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru wiliki-0.5.3/src/wiliki.scm wiliki-0.5.3/src/wiliki.scm
--- wiliki-0.5.3/src/wiliki.scm 2010-12-29 20:50:53.000000000 +0900
+++ wiliki-0.5.3/src/wiliki.scm 2005-12-19 03:26:16.000000000 +0900
@@ -554,9 +554,7 @@
                         (html-page toppage))
                :write)
              (errorf "Top-page (~a) doesn't exist, and the database is 
read-only" toppage))))
-        ((or (string-index pagename #[\[\]])
-             (#/^\s/ pagename)
-             (#/\s$/ pagename)
+        ((or (string-index pagename #[\s\[\]])
              (string-prefix? "$" pagename))
          (error "Invalid page name" pagename))
         (else





-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to