~ubuntu-branches/ubuntu/trusty/subversion/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft
  • Date: 2012-06-21 15:36:36 UTC
  • mfrom: (0.4.13 sid)
  • Revision ID: package-import@ubuntu.com-20120621153636-amqqmuidgwgxz1ly
Tags: 1.7.5-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - Create pot file on build.
  - Build a python-subversion-dbg package.
  - Build-depend on python-dbg.
  - Build-depend on default-jre-headless/-jdk.
  - Do not apply java-build patch.
  - debian/rules: Manually create the doxygen output directory, otherwise
    we get weird build failures when running parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
subversion (1.7.5-1ubuntu1) quantal; urgency=low
 
2
 
 
3
  * Merge from Debian unstable.  Remaining changes:
 
4
    - Create pot file on build.
 
5
    - Build a python-subversion-dbg package.
 
6
    - Build-depend on python-dbg.
 
7
    - Build-depend on default-jre-headless/-jdk.
 
8
    - Do not apply java-build patch.
 
9
    - debian/rules: Manually create the doxygen output directory, otherwise
 
10
      we get weird build failures when running parallel builds.
 
11
 
 
12
 -- Andy Whitcroft <apw@ubuntu.com>  Thu, 21 Jun 2012 15:36:36 +0100
 
13
 
 
14
subversion (1.7.5-1) unstable; urgency=low
 
15
 
 
16
  [ Peter Samuelson ]
 
17
  * New upstream version.
 
18
    - Refresh patches; remove obsolete no-dbus-spam, kwallet-wid,
 
19
      perl-warning, perl-compiler-flags, po, swig2-compat,
 
20
      disable-failing-tests, python-exception-syntax
 
21
    - Split patches/apr-abi into apr-abi1 (to be submitted) and
 
22
      apr-abi2 (Debian-specific).
 
23
    - Disable patches/ruby-test-info ... for now.
 
24
    - Requires serf 1.0 or higher.
 
25
  * Upstream no longer ships contrib in tarball:
 
26
    - Remove contrib-license-audit
 
27
    - subversion-tools now Recommends: svn2cl
 
28
    - Ship svn-clean, svn-fast-backup, svn_apply_autoprops,
 
29
      svn_load_dirs, commit-email.pl in debian/contrib
 
30
    - Don't ship svnmerge.py, it has outlived its usefulness
 
31
    - Delete patches/{svn2cl-*,svn-clean-ignore,commit-email}
 
32
    - Overhaul debian/copyright
 
33
  * rules: Specify that we want our own libtool.  Otherwise it finds the
 
34
    one from /usr/share/apr-1.0/build, which doesn't support C++.
 
35
  * patches/entropy: Remove as obsolete.  It was a workaround for apr
 
36
    using /dev/random, but apr switched to /dev/urandom in 1.3.
 
37
  * Move emacs plugins from subversion to subversion-tools.
 
38
  * patches/java-osgi-metadata: Add OSGi metadata to the libsvn-java
 
39
    jarfile.  Thanks Jakub Adam.  (Closes: #644438)
 
40
  * Switch from python-support to dh_python2.
 
41
  * patches/python-swig205: New patch: Adjust for swig 2.0.5+ handling of
 
42
    Python ints vs. longs.
 
43
 
 
44
  [ Michael Diers ]
 
45
  * More contrib adjustments:
 
46
    - Provide debian/contrib/emacs from upstream VCS contrib/client-side/emacs
 
47
    - Add svn_1.6_releasenotes.html, svn_1.7_releasenotes.html
 
48
    - subversion.docs, subversion.install
 
49
    - subversion-tools.docs, subversion-tools.manpages
 
50
 
 
51
 -- Peter Samuelson <peter@p12n.org>  Sat, 16 Jun 2012 23:56:38 -0500
 
52
 
 
53
subversion (1.6.18dfsg-1) experimental; urgency=low
 
54
 
 
55
  * New upstream version.
 
56
    - patches/sasl-mem-handling: delete obsolete patch.
 
57
  * Add Conflicts and Replaces: libsvn-jni.  (Closes: #675987)
 
58
  * Rename libsvn-ruby1.8 to ruby-svn, per Ruby policy.
 
59
    Leave transition package behind for wheezy.
 
60
 
 
61
 -- Peter Samuelson <peter@p12n.org>  Fri, 08 Jun 2012 00:04:19 -0500
 
62
 
 
63
subversion (1.6.17dfsg-4) unstable; urgency=medium
 
64
 
 
65
  * Ack NMU, thanks Ondrej.  Urgency medium because the NMU fixes RC bugs.
 
66
    - Revert libsvn-java split.  Instead, disable multiarch for libsvn-java.
 
67
      If anyone _needs_ multiarch for Java libraries, which I doubt, we
 
68
      should come up with a way to produce deterministic jar files.
 
69
    - Reintroduce specific db dependencies, so a random binNMU can't
 
70
      change the DB version without warning.
 
71
  * Disable serf support for now, as this release won't properly work with
 
72
    serf 1.0.
 
73
  * patches/g++47: New patch to build with g++ 4.7.
 
74
  * Policy 3.9.3 (no changes).
 
75
  * Move ruby files to /usr/lib/ruby/vendor_ruby per ruby policy.
 
76
 
 
77
 -- Peter Samuelson <peter@p12n.org>  Sun, 03 Jun 2012 17:54:15 -0500
 
78
 
 
79
subversion (1.6.17dfsg-3.1) unstable; urgency=low
 
80
 
 
81
  * Non-maintainer upload
 
82
  * Disable test-suite which was broken by apr 1.4.6 update (Closes: #669494)
 
83
  * Also rescue on Errno::EINVAL (Closes: #624810, #629952)
 
84
  * Split libsvn-java to libsvn-java and libsvn-jni (Closes: #670034)
 
85
  * Depend on generic libdb-dev and db-util (Closes: #621460)
 
86
  * Install java files prior to dh_install -i call
 
87
  * Declare proper relationships between -jni and -java packages
 
88
 
 
89
 -- Ondřej Surý <ondrej@debian.org>  Tue, 29 May 2012 15:49:32 +0200
 
90
 
1
91
subversion (1.6.17dfsg-3ubuntu5) quantal; urgency=low
2
92
 
3
93
  * Switch from libdb4.8-dev to libdb5.1-dev, tracking apr-util.
2710
2800
  * Initial release.
2711
2801
 
2712
2802
 -- David Kimdon <dwhedon@debian.org>  Fri, 28 Sep 2001 20:31:48 -0700
 
2803