[Pkg-bazaar-commits] ./trac-bzr/unstable r11: Drop obsolete patches.

Jelmer Vernooij jelmer at samba.org
Mon Jun 9 11:49:00 UTC 2008


------------------------------------------------------------
revno: 11
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Mon 2008-06-09 13:49:00 +0200
message:
  Drop obsolete patches.
removed:
  debian/patches/01-disable-installing-docs
  debian/patches/02-deprecated-weave
modified:
  debian/patches/series
-------------- next part --------------
=== removed file 'debian/patches/01-disable-installing-docs'
--- a/debian/patches/01-disable-installing-docs	2008-05-13 02:16:53 +0000
+++ b/debian/patches/01-disable-installing-docs	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-Disables the installation of documentation using the distutils method.
-
-This stops the documentation being installed to '/usr' - the documentation is
-installed properly by dh_installdocs.
-
- -- Chris Lamb <chris at chris-lamb.co.uk>  Fri, 14 Sep 2007 21:29:36 +0100
-
-Index: trac-bzr_0.2+bzr31.orig/setup.py
-===================================================================
---- trac-bzr_0.2+bzr31.orig.orig/setup.py	2007-09-14 21:24:04.000000000 +0100
-+++ trac-bzr_0.2+bzr31.orig/setup.py	2007-09-14 21:24:24.000000000 +0100
-@@ -17,5 +17,5 @@
-       Control System. See %s for more details.
-       """ % TracBzr,
-       packages=['tracbzr'],
--      data_files=['COPYING','README'],
-+      #data_files=['COPYING','README'],
-       entry_points={'trac.plugins': 'bzr = tracbzr.backend'})

=== removed file 'debian/patches/02-deprecated-weave'
--- a/debian/patches/02-deprecated-weave	2008-06-08 23:01:47 +0000
+++ b/debian/patches/02-deprecated-weave	1970-01-01 00:00:00 +0000
@@ -1,32 +0,0 @@
-Patches backend to accommodate deprecated "get_weave" function.
-
-Original mail:
-
-  Date: Sun, 16 Dec 2007 22:31:52 +0100
-  From: Jindrich Makovicka <makovick at gmail.com>
-  To: <submit at bugs.debian.org>
-  Subject: Deprecated function warning causes an error 500 in lighttpd
-
-  Package: trac-bzr
-  Version: 0.2+bzr31-3
-
-  Hi,
- 
-  Since get_weave has been deprecated in bzr 0.90, the fastcgi version of
-  trac produces a warning about the deprecation on a first run. This
-  causes the first changelog served by trac & lighttpd return a 500
-  Internal server error, which is annoying.
-
- -- Chris Lamb <chris at chris-lamb.co.uk>  Wed, 19 Dec 2007 17:35:10 +0000
-
----  trac-bzr_0.2+bzr31.orig.orig/tracbzr/backend.py	2007-03-08 20:24:40.000000000 +0100
-+++  trac-bzr_0.2+bzr31.orig.orig/tracbzr/backend.py	2007-12-16 22:17:46.000000000 +0100
-@@ -671,7 +671,7 @@
-         It may also include a few revisions in which the revision_id did not
-         change, if the modification was subsequently undone.
-         """
--        weave = self.tree.get_weave(self.entry.file_id)
-+        weave = self.tree._get_weave(self.entry.file_id)
-         file_ancestry = weave.get_ancestry(self.entry.revision)
-         # Can't use None here, because it's a legitimate revision id.
-         last_yielded = 'bogus:'

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2008-05-13 02:16:53 +0000
+++ b/debian/patches/series	2008-06-09 11:49:00 +0000
@@ -1,2 +0,0 @@
-01-disable-installing-docs
-02-deprecated-weave



More information about the Pkg-bazaar-commits mailing list