[Python-modules-commits] r2774 - in /packages/ll-xist/trunk/debian: control patches/remove-bogus-shebangs.dpatch rules

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Tue Jul 17 23:21:11 UTC 2007


Author: bzed-guest
Date: Tue Jul 17 23:21:11 2007
New Revision: 2774

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2774
Log:
patch updates.
manpages still empty, everythign else should be ready.

Modified:
    packages/ll-xist/trunk/debian/control
    packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch
    packages/ll-xist/trunk/debian/rules

Modified: packages/ll-xist/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/control?rev=2774&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/control (original)
+++ packages/ll-xist/trunk/debian/control Tue Jul 17 23:21:11 2007
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bernd at bzed.de>
-Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python-all-dev (>= 2.4.4-3), python-support (>= 0.6.4), docbook-to-man
+Build-Depends: cdbs (>= 0.4.45), debhelper (>= 5), python-all-dev (>= 2.4.4-3),
+ python-support (>= 0.6.4), docbook-to-man, dpatch
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ll-xist/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/?op=log

Modified: packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch?rev=2774&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch (original)
+++ packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch Tue Jul 17 23:21:11 2007
@@ -3,12 +3,12 @@
 ##
 ## All lines beginning with `## DP:' are a description of the patch.
 ## DP: removing bogus shebangs.
-## DP: grep -rL __main__ * | grep -v scripts |xargs grep -l '^#!' | while read i; do sed -i '1 s,^#!.*,,' $i; done
+## DP: grep -rL __main__ * | grep -v scripts |xargs grep -l '^#!' | while read i; do sed -i '1 s,^#!.*,,' $i; done; sed -i '1 s,^#!.*,,' scripts/__init__.py
 
 @DPATCH@
 diff -urNad ll-xist~/src/ll/xist/__init__.py ll-xist/src/ll/xist/__init__.py
 --- ll-xist~/src/ll/xist/__init__.py	2007-07-16 13:23:43.000000000 +0200
-+++ ll-xist/src/ll/xist/__init__.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/__init__.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -17,7 +17,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/converters.py ll-xist/src/ll/xist/converters.py
 --- ll-xist~/src/ll/xist/converters.py	2007-07-16 13:23:44.000000000 +0200
-+++ ll-xist/src/ll/xist/converters.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/converters.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -26,7 +26,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/cssparsers.py ll-xist/src/ll/xist/cssparsers.py
 --- ll-xist~/src/ll/xist/cssparsers.py	2007-07-16 11:41:28.000000000 +0200
-+++ ll-xist/src/ll/xist/cssparsers.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/cssparsers.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -35,7 +35,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/__init__.py ll-xist/src/ll/xist/ns/__init__.py
 --- ll-xist~/src/ll/xist/ns/__init__.py	2007-07-16 13:23:46.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/__init__.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/__init__.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -44,7 +44,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/abbr.py ll-xist/src/ll/xist/ns/abbr.py
 --- ll-xist~/src/ll/xist/ns/abbr.py	2007-07-16 13:23:46.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/abbr.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/abbr.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -53,7 +53,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/atom.py ll-xist/src/ll/xist/ns/atom.py
 --- ll-xist~/src/ll/xist/ns/atom.py	2007-07-16 11:41:28.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/atom.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/atom.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -62,7 +62,7 @@
  ## Copyright 2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/chars.py ll-xist/src/ll/xist/ns/chars.py
 --- ll-xist~/src/ll/xist/ns/chars.py	2007-07-16 13:23:46.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/chars.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/chars.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -71,7 +71,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/code.py ll-xist/src/ll/xist/ns/code.py
 --- ll-xist~/src/ll/xist/ns/code.py	2007-07-16 13:23:46.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/code.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/code.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -80,7 +80,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/cond.py ll-xist/src/ll/xist/ns/cond.py
 --- ll-xist~/src/ll/xist/ns/cond.py	2007-07-16 13:23:46.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/cond.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/cond.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -89,7 +89,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/detox.py ll-xist/src/ll/xist/ns/detox.py
 --- ll-xist~/src/ll/xist/ns/detox.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/detox.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/detox.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -98,7 +98,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/doc.py ll-xist/src/ll/xist/ns/doc.py
 --- ll-xist~/src/ll/xist/ns/doc.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/doc.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/doc.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -107,7 +107,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/docbook.py ll-xist/src/ll/xist/ns/docbook.py
 --- ll-xist~/src/ll/xist/ns/docbook.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/docbook.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/docbook.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +
@@ -116,7 +116,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/fo.py ll-xist/src/ll/xist/ns/fo.py
 --- ll-xist~/src/ll/xist/ns/fo.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/fo.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/fo.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -125,7 +125,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/form.py ll-xist/src/ll/xist/ns/form.py
 --- ll-xist~/src/ll/xist/ns/form.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/form.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/form.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -134,7 +134,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/html.py ll-xist/src/ll/xist/ns/html.py
 --- ll-xist~/src/ll/xist/ns/html.py	2007-07-16 13:23:47.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/html.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/html.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -143,7 +143,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/htmlspecials.py ll-xist/src/ll/xist/ns/htmlspecials.py
 --- ll-xist~/src/ll/xist/ns/htmlspecials.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/htmlspecials.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/htmlspecials.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -152,7 +152,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/ihtml.py ll-xist/src/ll/xist/ns/ihtml.py
 --- ll-xist~/src/ll/xist/ns/ihtml.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/ihtml.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/ihtml.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -161,7 +161,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/jsp.py ll-xist/src/ll/xist/ns/jsp.py
 --- ll-xist~/src/ll/xist/ns/jsp.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/jsp.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/jsp.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -170,7 +170,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/kid.py ll-xist/src/ll/xist/ns/kid.py
 --- ll-xist~/src/ll/xist/ns/kid.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/kid.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/kid.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -179,7 +179,7 @@
  ## Copyright 2005-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/meta.py ll-xist/src/ll/xist/ns/meta.py
 --- ll-xist~/src/ll/xist/ns/meta.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/meta.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/meta.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -188,7 +188,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/metal.py ll-xist/src/ll/xist/ns/metal.py
 --- ll-xist~/src/ll/xist/ns/metal.py	2007-07-16 13:23:48.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/metal.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/metal.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -197,7 +197,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/php.py ll-xist/src/ll/xist/ns/php.py
 --- ll-xist~/src/ll/xist/ns/php.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/php.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/php.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -206,7 +206,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/rng.py ll-xist/src/ll/xist/ns/rng.py
 --- ll-xist~/src/ll/xist/ns/rng.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/rng.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/rng.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -215,7 +215,7 @@
  ## Copyright 2005-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/rss091.py ll-xist/src/ll/xist/ns/rss091.py
 --- ll-xist~/src/ll/xist/ns/rss091.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/rss091.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/rss091.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -224,7 +224,7 @@
  ## Copyright 2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/rss20.py ll-xist/src/ll/xist/ns/rss20.py
 --- ll-xist~/src/ll/xist/ns/rss20.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/rss20.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/rss20.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -233,7 +233,7 @@
  ## Copyright 2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/ruby.py ll-xist/src/ll/xist/ns/ruby.py
 --- ll-xist~/src/ll/xist/ns/ruby.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/ruby.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/ruby.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -242,7 +242,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/specials.py ll-xist/src/ll/xist/ns/specials.py
 --- ll-xist~/src/ll/xist/ns/specials.py	2007-07-16 13:23:49.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/specials.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/specials.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -251,7 +251,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/struts_config.py ll-xist/src/ll/xist/ns/struts_config.py
 --- ll-xist~/src/ll/xist/ns/struts_config.py	2007-07-16 13:23:50.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/struts_config.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/struts_config.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +
@@ -260,7 +260,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/struts_html.py ll-xist/src/ll/xist/ns/struts_html.py
 --- ll-xist~/src/ll/xist/ns/struts_html.py	2007-07-16 13:23:50.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/struts_html.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/struts_html.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -269,7 +269,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/svg.py ll-xist/src/ll/xist/ns/svg.py
 --- ll-xist~/src/ll/xist/ns/svg.py	2007-07-16 13:23:50.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/svg.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/svg.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#!/usr/bin/env python
 +
@@ -278,7 +278,7 @@
  
 diff -urNad ll-xist~/src/ll/xist/ns/tal.py ll-xist/src/ll/xist/ns/tal.py
 --- ll-xist~/src/ll/xist/ns/tal.py	2007-07-16 13:23:50.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/tal.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/tal.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -287,7 +287,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/text.py ll-xist/src/ll/xist/ns/text.py
 --- ll-xist~/src/ll/xist/ns/text.py	2007-07-16 13:23:50.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/text.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/text.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -296,7 +296,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/tld.py ll-xist/src/ll/xist/ns/tld.py
 --- ll-xist~/src/ll/xist/ns/tld.py	2007-07-16 13:23:51.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/tld.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/tld.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -305,7 +305,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/wml.py ll-xist/src/ll/xist/ns/wml.py
 --- ll-xist~/src/ll/xist/ns/wml.py	2007-07-16 13:23:51.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/wml.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/wml.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -314,7 +314,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/xlink.py ll-xist/src/ll/xist/ns/xlink.py
 --- ll-xist~/src/ll/xist/ns/xlink.py	2007-07-16 13:23:51.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/xlink.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/xlink.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -323,7 +323,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/ns/xml.py ll-xist/src/ll/xist/ns/xml.py
 --- ll-xist~/src/ll/xist/ns/xml.py	2007-07-16 13:23:51.000000000 +0200
-+++ ll-xist/src/ll/xist/ns/xml.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/ns/xml.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -332,7 +332,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/options.py ll-xist/src/ll/xist/options.py
 --- ll-xist~/src/ll/xist/options.py	2007-07-16 13:23:44.000000000 +0200
-+++ ll-xist/src/ll/xist/options.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/options.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -341,7 +341,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/parsers.py ll-xist/src/ll/xist/parsers.py
 --- ll-xist~/src/ll/xist/parsers.py	2007-07-16 11:41:28.000000000 +0200
-+++ ll-xist/src/ll/xist/parsers.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/parsers.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -350,7 +350,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/presenters.py ll-xist/src/ll/xist/presenters.py
 --- ll-xist~/src/ll/xist/presenters.py	2007-07-16 13:23:44.000000000 +0200
-+++ ll-xist/src/ll/xist/presenters.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/presenters.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -359,7 +359,16 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/publishers.py ll-xist/src/ll/xist/publishers.py
 --- ll-xist~/src/ll/xist/publishers.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/publishers.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/publishers.py	2007-07-18 01:18:11.000000000 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
+diff -urNad ll-xist~/src/ll/xist/scripts/__init__.py ll-xist/src/ll/xist/scripts/__init__.py
+--- ll-xist~/src/ll/xist/scripts/__init__.py	2007-07-16 13:23:51.000000000 +0200
++++ ll-xist/src/ll/xist/scripts/__init__.py	2007-07-18 01:18:22.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -368,7 +377,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/sims.py ll-xist/src/ll/xist/sims.py
 --- ll-xist~/src/ll/xist/sims.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/sims.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/sims.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -377,7 +386,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/utils.py ll-xist/src/ll/xist/utils.py
 --- ll-xist~/src/ll/xist/utils.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/utils.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/utils.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -386,7 +395,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/xfind.py ll-xist/src/ll/xist/xfind.py
 --- ll-xist~/src/ll/xist/xfind.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/xfind.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/xfind.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -395,7 +404,7 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/xnd.py ll-xist/src/ll/xist/xnd.py
 --- ll-xist~/src/ll/xist/xnd.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/xnd.py	2007-07-18 01:10:12.000000000 +0200
++++ ll-xist/src/ll/xist/xnd.py	2007-07-18 01:18:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -#! /usr/bin/env python
 +
@@ -404,10 +413,10 @@
  ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
 diff -urNad ll-xist~/src/ll/xist/xsc.py ll-xist/src/ll/xist/xsc.py
 --- ll-xist~/src/ll/xist/xsc.py	2007-07-16 13:23:45.000000000 +0200
-+++ ll-xist/src/ll/xist/xsc.py	2007-07-18 01:10:12.000000000 +0200
-@@ -1,4 +1,4 @@
--#! /usr/bin/env python
-+
- # -*- coding: iso-8859-1 -*-
- 
- ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.
++++ ll-xist/src/ll/xist/xsc.py	2007-07-18 01:18:11.000000000 +0200
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## Copyright 1999-2007 by LivingLogic AG, Bayreuth/Germany.

Modified: packages/ll-xist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/rules?rev=2774&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/rules (original)
+++ packages/ll-xist/trunk/debian/rules Tue Jul 17 23:21:11 2007
@@ -26,6 +26,8 @@
 	## this file is really, really bad. It contains py code
         ## where py seems to expect a path - and we don't need/want it anyway.
 	rm -f debian/python-ll-xist/usr/lib/python*/site-packages/ll_xist-*-py*-nspkg.pth
+	## make scripts in the script directory executeable
+	chmod 755 debian/python-ll-xist/usr/lib/python*/site-packages/ll/xist/scripts/[^_]*
 
 clean::
 	rm -f $(MANPAGES)




More information about the Python-modules-commits mailing list