Package: quixote
Version: 1.0-1
Severity: normal
Tags: patch

New version available in upstream. Attached debianisation diff,
checked that debianized package works.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)

Versions of packages quixote depends on:
ii  python2.3                     2.3.4-19   An interactive high-level object-o

-- no debconf information
Tylko w quixote-1.2: build
Tylko w quixote-1.2: build-stamp
Tylko w quixote-1.2: debian
diff -r -u quixote-1.2/demo/demo.cgi quixote-1.2.orig/demo/demo.cgi
--- quixote-1.2/demo/demo.cgi   2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/demo/demo.cgi      2003-03-17 22:46:52.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 
 # Example driver script for the Quixote demo: publishes the contents of
 # the quixote.demo package.
diff -r -u quixote-1.2/demo/demo_scgi.py quixote-1.2.orig/demo/demo_scgi.py
--- quixote-1.2/demo/demo_scgi.py       2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/demo/demo_scgi.py  2004-07-29 18:35:25.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 
 # Example SCGI driver script for the Quixote demo: publishes the contents of
 # the quixote.demo package.  To use this script with mod_scgi and Apache
diff -r -u quixote-1.2/demo/session_demo.cgi 
quixote-1.2.orig/demo/session_demo.cgi
--- quixote-1.2/demo/session_demo.cgi   2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/demo/session_demo.cgi      2003-03-17 22:46:52.000000000 
+0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 
 # Demonstrate Quixote session management, along with the application
 # code in session.ptl (aka quixote.demo.session).
diff -r -u quixote-1.2/demo/upload.cgi quixote-1.2.orig/demo/upload.cgi
--- quixote-1.2/demo/upload.cgi 2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/demo/upload.cgi    2003-03-17 22:46:52.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 
 # Simple demo of HTTP upload with Quixote.  Also serves as an example
 # of how to put a (simple) Quixote application into a single file.
diff -r -u quixote-1.2/doc/Makefile quixote-1.2.orig/doc/Makefile
--- quixote-1.2/doc/Makefile    2005-02-10 15:17:12.000000000 +0100
+++ quixote-1.2.orig/doc/Makefile       2003-01-16 21:51:53.000000000 +0100
@@ -7,7 +7,7 @@
 TXT_FILES = $(wildcard *.txt)
 HTML_FILES = $(filter-out ZPL%,$(TXT_FILES:%.txt=%.html))
 
-RST2HTML = /usr/bin/rst2html
+RST2HTML = /www/python/bin/rst2html
 RST2HTML_OPTS = -o us-ascii
 
 DEST_HOST = staging.mems-exchange.org
diff -r -u quixote-1.2/ptl_compile.py quixote-1.2.orig/ptl_compile.py
--- quixote-1.2/ptl_compile.py  2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/ptl_compile.py     2004-09-30 19:36:19.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 #$HeadURL: svn+ssh://svn/repos/trunk/quixote/ptl_compile.py $
 #$Id: ptl_compile.py 25234 2004-09-30 17:36:19Z nascheme $
 
Tylko w quixote-1.2: qx_distutils.pyc
diff -r -u quixote-1.2/server/medusa_http.py 
quixote-1.2.orig/server/medusa_http.py
--- quixote-1.2/server/medusa_http.py   2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/server/medusa_http.py      2004-10-06 17:46:53.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/env python
 
 """quixote.server.medusa_http
 
diff -r -u quixote-1.2/server/twisted_http.py 
quixote-1.2.orig/server/twisted_http.py
--- quixote-1.2/server/twisted_http.py  2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/server/twisted_http.py     2004-09-30 19:36:19.000000000 
+0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/env python
 
 """
 twist -- Demo of an HTTP server built on top of Twisted Python.
diff -r -u quixote-1.2/setup.py quixote-1.2.orig/setup.py
--- quixote-1.2/setup.py        2005-02-10 15:27:23.000000000 +0100
+++ quixote-1.2.orig/setup.py   2004-10-06 17:49:42.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.3
+#!/usr/bin/env python
 #$HeadURL: svn+ssh://svn/repos/trunk/quixote/setup.py $
 #$Id: setup.py 25278 2004-10-06 15:49:42Z nascheme $
 
diff -r -u quixote-1.2/test/ua_test.py quixote-1.2.orig/test/ua_test.py
--- quixote-1.2/test/ua_test.py 2005-02-10 15:15:39.000000000 +0100
+++ quixote-1.2.orig/test/ua_test.py    2004-09-30 19:36:19.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/usr/bin/env python
 
 # Test Quixote's ability to parse the "User-Agent" header, ie.
 # the 'guess_browser_version()' method of HTTPRequest.
diff -r -u quixote-1.2/test/utest_html.py quixote-1.2.orig/test/utest_html.py
--- quixote-1.2/test/utest_html.py      2005-02-10 15:16:45.000000000 +0100
+++ quixote-1.2.orig/test/utest_html.py 2004-09-30 19:36:19.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.3
+#!/www/python/bin/python
 """
 $URL: svn+ssh://svn/repos/trunk/quixote/test/utest_html.py $
 $Id: utest_html.py 25234 2004-09-30 17:36:19Z nascheme $

Reply via email to