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

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


Author: bzed-guest
Date: Tue Jul 17 23:12:55 2007
New Revision: 2772

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2772
Log:
removing bogus shebangs

Added:
    packages/ll-xist/trunk/debian/patches/
    packages/ll-xist/trunk/debian/patches/00dpatch.conf
    packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch   (with props)
Modified:
    packages/ll-xist/trunk/debian/rules

Added: packages/ll-xist/trunk/debian/patches/00dpatch.conf
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/patches/00dpatch.conf?rev=2772&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/patches/00dpatch.conf (added)
+++ packages/ll-xist/trunk/debian/patches/00dpatch.conf Tue Jul 17 23:12:55 2007
@@ -1,0 +1,2 @@
+conf_debianonly=1
+conf_origtargzpath=../tarballs

Added: 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=2772&op=file
==============================================================================
--- packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch (added)
+++ packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch Tue Jul 17 23:12:55 2007
@@ -1,0 +1,413 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## remove-bogus-shebangs.dpatch by Bernd Zeimetz <bernd at bzed.de>
+##
+## 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
+
+ at 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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## 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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## 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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## 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
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## 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
+@@ -1,4 +1,4 @@
+-#! /usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ ## 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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++
+ # -*- coding: iso-8859-1 -*-
+ 
+ 
+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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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
+@@ -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/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.

Propchange: packages/ll-xist/trunk/debian/patches/remove-bogus-shebangs.dpatch
------------------------------------------------------------------------------
    svn:executable = *

Modified: packages/ll-xist/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/ll-xist/trunk/debian/rules?rev=2772&op=diff
==============================================================================
--- packages/ll-xist/trunk/debian/rules (original)
+++ packages/ll-xist/trunk/debian/rules Tue Jul 17 23:12:55 2007
@@ -6,6 +6,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/dpatch.mk
 
 
 MANPAGES = doc2txt.1 tld2xsc.1 dtd2xsc.1 xml2xsc.1




More information about the Python-modules-commits mailing list