~ubuntu-branches/ubuntu/trusty/python-distutils-extra/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-2.26-1

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt, Manuel de la Pena
  • Date: 2011-03-16 15:56:20 UTC
  • Revision ID: james.westby@ubuntu.com-20110316155620-1vzo426xhwlt2qrf
Tags: 2.26-2
[ Manuel de la Pena ]
DistUtilsExtra/auto.py: Fix ValueError crash when scanning the
ctypes.wintypes import. (LP: #735698)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Upstream changes introduced in version 2.26-1
2
 
 This patch has been created by dpkg-source during the package build.
3
 
 Here's the last changelog entry, hopefully it gives details on why
4
 
 those changes were made:
5
 
 .
6
 
 python-distutils-extra (2.26-1) unstable; urgency=low
7
 
 .
8
 
   [ Michael Terry ]
9
 
   * build_help.py: Support mallard help files too. (LP: #729451)
10
 
 .
11
 
   [ Martin Pitt ]
12
 
   * auto.py: Revert to "except SyntaxError, e" syntax, as Python 2.5 (which we
13
 
     still support in current sid) does not yet get along with the new "as"
14
 
     syntax. (Closes: #615177)
15
 
   * debian/rules: Reintroduce 2to3 call, as we now need to convert above
16
 
     except clause back to "as" for the Python 3.
17
 
 .
18
 
 The person named in the Author field signed this changelog entry.
19
 
Author: Martin Pitt <mpitt@debian.org>
20
 
Bug-Debian: http://bugs.debian.org/615177
21
 
Bug-Ubuntu: https://bugs.launchpad.net/bugs/729451
22
 
 
23
 
---
24
 
The information above should follow the Patch Tagging Guidelines, please
25
 
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
26
 
are templates for supplementary fields that you might want to add:
27
 
 
28
 
Origin: <vendor|upstream|other>, <url of original patch>
29
 
Bug: <url in upstream bugtracker>
30
 
Bug-Debian: http://bugs.debian.org/<bugnumber>
31
 
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
32
 
Forwarded: <no|not-needed|url proving that it has been forwarded>
33
 
Reviewed-By: <name and email of someone who approved the patch>
34
 
Last-Update: <YYYY-MM-DD>
35
 
 
36
 
--- /dev/null
37
 
+++ python-distutils-extra-2.26/.bzr-builddeb/default.conf
38
 
@@ -0,0 +1,2 @@
39
 
+[BUILDDEB]
40
 
+merge = True