~ubuntu-branches/ubuntu/raring/bzr-svn/raring

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-07-30 23:14:36 UTC
  • mfrom: (1.1.28 upstream) (3.3.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100730231436-po8j0ibgjn2d6hy0
Tags: 1.0.3-1
* New upstream release.
 + Provides BranchConfig._get_change_editor. Closes: #572109
 + Supports more trunk layout levels. Closes: #573988
* Bump standards version to 3.9.1.
* Mark as supporting bzr 2.2.
* Suggest bzr-rewrite rather than bzr-rebase. LP: #481730

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 1.0.3-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
 bzr-svn (1.0.3-1) unstable; urgency=low
 
7
 .
 
8
   * New upstream release.
 
9
    + Provides BranchConfig._get_change_editor. Closes: #572109
 
10
    + Supports more trunk layout levels. Closes: #573988
 
11
   * Bump standards version to 3.9.1.
 
12
   * Mark as supporting bzr 2.2.
 
13
   * Suggest bzr-rewrite rather than bzr-rebase. LP: #481730
 
14
 .
 
15
 The person named in the Author field signed this changelog entry.
 
16
Author: Jelmer Vernooij <jelmer@debian.org>
 
17
Bug-Debian: http://bugs.debian.org/572109
 
18
Bug-Debian: http://bugs.debian.org/573988
 
19
Bug-Ubuntu: https://bugs.launchpad.net/bugs/481730
 
20
 
 
21
---
 
22
The information above should follow the Patch Tagging Guidelines, please
 
23
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
24
are templates for supplementary fields that you might want to add:
 
25
 
 
26
Origin: <vendor|upstream|other>, <url of original patch>
 
27
Bug: <url in upstream bugtracker>
 
28
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
29
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
30
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
31
Reviewed-By: <name and email of someone who approved the patch>
 
32
Last-Update: <YYYY-MM-DD>
 
33
 
 
34
--- bzr-svn-1.0.3.orig/NEWS
 
35
+++ bzr-svn-1.0.3/NEWS
 
36
@@ -1514,6 +1514,14 @@ bzr-svn 0.4.0    2007-08-04
 
37
 
 
38
    * Implement SvnWorkingTree.smart_add() (#79336)
 
39
 
 
40
+bzr-svn 0.3.5  2007-07-19
 
41
 
42
+  BUG FIXES
 
43
+
 
44
+  * Fix compatibility with bazaar 0.18.
 
45
+
 
46
+  * Fix broken constructor for NotDumpFile exception.
 
47
+
 
48
 bzr-svn 0.3.4    2007-06-15
 
49
 
 
50
   BUG FIXES
 
51
--- bzr-svn-1.0.3.orig/info.py
 
52
+++ bzr-svn-1.0.3/info.py
 
53
@@ -37,3 +37,4 @@ bzr_maximum_version = bzr_compatible_ver
 
54
 bzr_control_formats = {"Subversion":{'.svn/': None}}
 
55
 
 
56
 
 
57
+