diff -Nru twisted-lore-10.1.0/bin/lore twisted-lore-11.1.0/bin/lore --- twisted-lore-10.1.0/bin/lore 2009-04-08 21:56:55.000000000 +0000 +++ twisted-lore-11.1.0/bin/lore 2011-06-30 12:57:11.000000000 +0000 @@ -1,20 +1,15 @@ #!/usr/bin/env python - -# Copyright (c) 2001-2009 Twisted Matrix Laboratories. +# Copyright (c) Twisted Matrix Laboratories. # See LICENSE for details. - -### Twisted Preamble -# This makes sure that users don't have to set up their environment -# specially in order to run these programs from bin/. import sys, os -path = os.path.abspath(sys.argv[0]) -while os.path.dirname(path) != path: - if os.path.basename(path).startswith('Twisted'): - sys.path.insert(0, path) - break - path = os.path.dirname(path) -### end of preamble +extra = os.path.dirname(os.path.dirname(sys.argv[0])) +sys.path.insert(0, extra) +try: + import _preamble +except ImportError: + sys.exc_clear() +sys.path.remove(extra) from twisted.lore.scripts.lore import run run() diff -Nru twisted-lore-10.1.0/debian/changelog twisted-lore-11.1.0/debian/changelog --- twisted-lore-10.1.0/debian/changelog 2012-01-19 01:16:58.000000000 +0000 +++ twisted-lore-11.1.0/debian/changelog 2012-01-19 00:59:47.000000000 +0000 @@ -1,3 +1,34 @@ +twisted-lore (11.1.0-1~ppa1~maverick1) maverick; urgency=low + + * Rebuild package for use in PPA. + + -- Jessica McKellar Mon, 16 Jan 2012 11:43:03 -0500 + +twisted-lore (11.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Matthias Klose Wed, 21 Dec 2011 13:04:26 +0100 + +twisted-lore (11.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Matthias Klose Mon, 18 Apr 2011 22:40:00 +0200 + +twisted-lore (10.2.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild to add Python 2.7 and drop Python 2.5 support + + -- Piotr Ożarowski Sun, 17 Apr 2011 22:00:26 +0200 + +twisted-lore (10.2.0-1) unstable; urgency=low + + * New upstream release. + + -- Matthias Klose Thu, 24 Feb 2011 11:50:47 +0100 + twisted-lore (10.1.0-1) unstable; urgency=low * New upstream release. diff -Nru twisted-lore-10.1.0/debian/control twisted-lore-11.1.0/debian/control --- twisted-lore-10.1.0/debian/control 2012-01-19 01:16:58.000000000 +0000 +++ twisted-lore-11.1.0/debian/control 2012-01-19 00:59:47.000000000 +0000 @@ -3,13 +3,13 @@ Priority: optional Maintainer: Matthias Klose Uploaders: Free Ekanayaka -Build-Depends: debhelper (>= 5.0.37.1), python-all (>= 2.6.5-9~), python-twisted-core (>= 10.1), patch +Build-Depends: debhelper (>= 5.0.37.1), python-all (>= 2.6.5-9~), python-twisted-core (>= 11.1), patch XS-Python-Version: all Standards-Version: 3.9.0 Package: python-twisted-lore Architecture: all -Depends: ${python:Depends}, python-twisted-web (>= 10.1), ${misc:Depends} +Depends: ${python:Depends}, python-twisted-web (>= 11.1), ${misc:Depends} Conflicts: python-twisted (<< 2.1), python2.4-twisted-lore, python2.3-twisted-lore Replaces: python-twisted (<< 2.1), python2.4-twisted-lore, python2.3-twisted-lore XB-Python-Version: ${python:Versions} diff -Nru twisted-lore-10.1.0/debian/patches/lore-man.diff twisted-lore-11.1.0/debian/patches/lore-man.diff --- twisted-lore-10.1.0/debian/patches/lore-man.diff 1970-01-01 00:00:00.000000000 +0000 +++ twisted-lore-11.1.0/debian/patches/lore-man.diff 2011-02-24 10:49:45.000000000 +0000 @@ -0,0 +1,13 @@ +--- twisted-lore-10.1.0.orig/doc/man/lore.1 ++++ twisted-lore-10.1.0/doc/man/lore.1 +@@ -55,8 +55,8 @@ + .TP + \fI--config\fR + Add input/output-specific information. +-HTML output allows for 'ext=', +-'template=