[Pkg-bazaar-maint] Local change in bzr packaging branch that I do not understand

Max Bowsher maxb at f2s.com
Fri Oct 15 11:17:14 UTC 2010


We have the following diff in our packaging branch, vs. Bazaar upstream:

=== modified file bzrlib/rules.py
--- bzrlib/rules.py	2009-05-07 05:08:46 +0000
+++ bzrlib/rules.py	2010-02-05 12:54:32 +0000
@@ -75,7 +75,7 @@
         :param inifile: the name of the file or a sequence of lines.
         """
         options = {'encoding': 'utf-8'}
-        self._cfg = configobj.ConfigObj(inifile, options=options)
+        self._cfg = configobj.ConfigObj(inifile, **options)
         sections = self._cfg.keys()
         patterns = []
         self.pattern_to_section = {}

It was introduced in:

Revision: 3864 revid:jelmer at samba.org-20100205125432-8rphbf33ammnipwf
Date: 05/02/2010 12:54
Committer: Jelmer Vernooij
Branch: experimental
Bug: http://bugs.debian.org/555343 fixed

Remove embedded copy of python-elementtree. Closes: #555343


I can't see why this change should be necessary.


Max.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-bazaar-maint/attachments/20101015/1383dcc4/attachment.pgp>


More information about the Pkg-bazaar-maint mailing list