Accepted subversion 1.4.2dfsg1-2ubuntu1 (source)

Matthias Klose doko at ubuntu.com
Wed Dec 13 18:35:13 GMT 2006


Accepted:
 OK: subversion_1.4.2dfsg1-2ubuntu1.dsc
     -> Component: main Section: devel
 OK: subversion_1.4.2dfsg1.orig.tar.gz
 OK: subversion_1.4.2dfsg1-2ubuntu1.diff.gz

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 13 Dec 2006 17:57:16 +0100
Source: subversion
Binary: libsvn-javahl libsvn1 libsvn-perl libsvn-doc libsvn-dev libsvn-ruby libapache2-svn libsvn-ruby1.8 libsvn-java python-subversion subversion-tools subversion
Architecture: source
Version: 1.4.2dfsg1-2ubuntu1
Distribution: feisty
Urgency: medium
Maintainer: Peter Samuelson <peter at p12n.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 libapache2-svn - Subversion server modules for Apache
 libsvn-dev - Development files for Subversion libraries
 libsvn-doc - Developer documentation for libsvn
 libsvn-java - Java bindings for Subversion
 libsvn-javahl - Java bindings for Subversion (dummy package)
 libsvn-perl - Perl bindings for Subversion
 libsvn-ruby - Ruby bindings for Subversion (dummy package)
 libsvn-ruby1.8 - Ruby bindings for Subversion
 libsvn1    - Shared libraries used by Subversion
 python-subversion - Python bindings for Subversion
 subversion - Advanced version control system
 subversion-tools - Assorted tools related to Subversion
Closes: 217133 233099 293528 350133 357506 373387 375469 376565 377119 377529 378837 379278 383880 385146 385589 387396 387901 387996 388733 391744 392004 392805 393414 394395 396435 396435 397113 397173
Changes: 
 subversion (1.4.2dfsg1-2ubuntu1) feisty; urgency=low
 .
   * Merge with Debian unstable; remaining changes:
     - Create pot file on build.
 .
 subversion (1.4.2dfsg1-2) unstable; urgency=medium
 .
   [ Peter Samuelson ]
   * rules: fix 'dontberoot' target not to run when it shouldn't.
     (Closes: #396435)
   * Add subversion-tools Conflicts: kdesdk-scripts (<= 4:3.5.5-1).
     I'm told that their next release will remove the 'svn-clean' script,
     which is quite similar to the one in subversion-tools.  (See: #397874)
   * Add manpages for svn-clean, svn-hot-backup, svn-fast-backup, and
     svn-backup-dumps.  Troy Heber helped write the last three.
   * Ship svnmerge.README in subversion-tools.
 .
 subversion (1.4.2dfsg1-1) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * New upstream release.
     - No longer ships IETF draft spec.  (Closes: #393414)
     - patches/svnsync-manpage, parts of patches/neon26, patches/svnshell:
       Obsolete, removed.
     - Re-roll upstream tarball to remove some unlicensed files from the
       "contrib" directory.  Update debian/copyright regarding other files
       in "contrib".  (Closes: #394395)
   * patches/neon26: update for 1.4.2, add neon 0.26.2 to the whitelist.
   * Improve libapache2-svn installation experience:
     - Use a2enmod/a2dismod instead of hand-hacking.
     - dav_svn.conf: Comment everything out.  (Many will want to use
       sites-available/* rather than dav_svn.conf anyway.)  Fix some of
       the text and add more.  (Closes: #392805)
   * libsvn-java: Remove alternative Depends: java1-runtime.
     It does in fact require JRE 1.2 (java2-runtime).
   * Build with neon26 instead of neon25.
   * Ship some example code from upstream in the various devel packages.
     - patches/examples-compile-instructions: New patch, some small doc fixes.
   * Ship a lot more scripts in subversion-tools, including svnmerge
     (Closes: #293528), svn2cl (Closes: #350133).
     - List these scripts in the Description.  (Closes: #357506)
     - Downgrade most Depends to Recommends, augment Recommends and Suggests
       to match the scripts.
   * rules: Add explicit check and informative error message for trying to
     build as root.  (Closes: #396435)
   * libapache2-svn Description: it's Apache 2.2, not 2.0.  (Closes: #397113)
   * patches/ruby-test-ra-race: replace my fix by upstream's better one,
     should _really_ fix m68k build this time.  (Closes: #397173)
   * patches/jelmer-python-bindings: New patch: backport python binding
     improvements by Jelmer Vernooij from trunk.  This is needed for
     certain advanced python-based tools.
 .
 subversion (1.4.0-5) unstable; urgency=medium
 .
   [ Peter Samuelson ]
   * rules: Set HOME to a dummy value to prevent a build failure if the
     real HOME is mode -x.  Plus a few minor cleanups.
   * rules: Link -ldb explicitly (rather than implicitly via -laprutil-1).
     This is required for libdb symbol versioning to propagate.
     Thanks to Pitr Jansen for help tracking this down.
   * patches/svnshell: Fix insufficient argument checking in 'setrev'
     command.  (Closes: #392004)
 .
 subversion (1.4.0-4) unstable; urgency=medium
 .
   [ Peter Samuelson ]
   * patches/apr-abi: switch to a simpler test that actually DTRT on 64-bit
     platforms.  (Closes: #391744)
 .
 subversion (1.4.0-3) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * patches/ruby-test-ra-race: New patch for another testsuite race
     discovered on m68k.
   * patches/ruby-typemap-digest: New patch to fix a m68k failure, quite
     possibly the same failure we've seen sporadically on other arches
     in the past.  Thanks to Roman Zippel.  (Closes: #387996)
   * rules: sed *.la to change internal *.la references to -l form.
     (Closes: #388733)
   * control,rules: Reinstate libsvn-javahl as a dummy package, for
     sarge upgrades.  (Closes: #387901)
   * control,rules: Disable Java on hurd-i386, requested by Cyril Brulebois.
   * Build with apache 2.2 / apr1 / aprutil1 again, now that apache 2.2 is
     going into unstable.
     - aprutil1 always links to libdb4.4 nowadays.  (Closes: #387396)
   * libapache2-svn.postinst: Do not enable the dav_fs module: not needed
     for a Subversion server.
 .
   [ Troy Heber ]
   * debian/control clean up of Maintainer and Uploaders fields to reflect the
     current team.
 .
 subversion (1.4.0-2) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * Run tests in 'build' target, not 'binary' target.  This prevents a
     build failure if 'binary' is run as root (not fakeroot).
   * patches/svnsync-manpage: trivial typo fix from upstream.
   * Delete README.db4.4: the upgrade procedure it describes is now fully
     automatic.
 .
 subversion (1.4.0-1) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * New upstream version - well, not really new, it's rc5 rebranded.
   * Revert libsvn1/apache2.2 change, since apache 2.2 is not yet in
     unstable.  libsvn1 is libsvn0 again, for now.
   * patches/no-extra-libs: detect apr0/apr1 correctly, and use
     pkg-config for neon.
   * patches/neon26: new patch to build cleanly with neon 0.26.1.
     Though we won't actually use it until #386652 is fixed.
   * Document BDB 4.4 upgrade better; also, move the NEWS entry from
     'libsvn0' to 'subversion' where it is more likely to actually be
     read.
   * patches/no-extra-libs-2: Tweak to remove more unnecessary linking.
 .
 subversion (1.4.0~rc5-1) experimental; urgency=low
 .
   * New upstream version.
     - patches/ruby-txtdelta-apply-instructions: remove (obsolete).
 .
 subversion (1.4.0~rc4-2) experimental; urgency=low
 .
   [ Peter Samuelson ]
   * Reenable apache support; build-depend on apache2-threaded-dev 2.2,
     now that it's in experimental.
   * Build-Depends: remove bison, relax python version again (as python
     handling is now done by python-support).
   * patches/ruby-txtdelta-apply-instructions: new patch from upstream,
     fixes the test failure on amd64.
   * Compile against libdb4.4, which should fix the famous "wedged
     repository" issue.
     - Build-Depends: libaprutil1-dev (>= 1.2.7+dfsg-1)
     - Update rules, control, README.db4.4
     - Add note to libsvn1.NEWS - please read it!
 .
 subversion (1.4.0~rc4-1) experimental; urgency=low
 .
   * There is a known issue with amd64 and the SvnDeltaTest in the ruby
     testsuite.
 .
   [ Peter Samuelson ]
   * New upstream release.
     - commit-email.pl has option not to send diffs.  (Closes: #217133)
     - Help text clarified for options like --file.  (Closes: #233099)
     - Rediff patches.  Delete patches already included upstream:
       apache-crash-fix, bash_completion, lc_ctype, perl-test-clean,
       svn_load_dirs-symlinks, swig-1.3.28.
     - Add Build-Depends: zlib1g-dev.
   * Bump subversion-tools dependencies on the other packages to >= 1.4.
   * Support ENABLE_APACHE macro, to disable 'libapache2-svn'.
     Disable apache until apache 2.2 makes its way into experimental.
   * Switch to libapr1, which entails an ABI change to libsvn.
     - libsvn0 -> libsvn1
     - libsvn0-dev -> libsvn-dev
     - patches/apr-abi: New patch: change the libsvn_* SONAMEs.
       (This type of change should be upstream-driven, but upstream has
       declined to do it.)
     - patches/fix-bdb-version-detection: New patch: tweak BDB version
       detection not to rely on an apr-util misfeature (#387105).
   * Rename libsvn-javahl to libsvn-java, to comply (in spirit) with the
     Java Policy.  (Closes: #377119)
   * Rename libsvn-core-perl to libsvn-perl, because it provides several
     modules in the SVN:: namespace, not just SVN::Core.
   * patches/limit-zlib-link: New patch from upstream to prevent
     unnecessary -lz linkage in client binaries.
   * Update copyright file again.
   * Switch to python-support.
   * subversion-tools: downgrade rcs and exim4 to Recommends.
   * Add NEWS entry to libsvn1, explaining compatibility issues - please
     read it, folks!
 .
   [ Troy Heber ]
   * tweaked rpath patch HUNK 2, so it would apply cleanly.
 .
 subversion (1.3.2-6) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * Add libsvn0 Conflicts: subversion (<< 1.3) to prevent chaos from
     linking to both neon24 and neon25.
   * Add libsvn0 Conflicts: python2.3-subversion (<< 1.2.3dfsg1-1)
     because of the libsvn_swig_py move.  (Closes: #385146)
   * Link with Berkeley DB 4.4.  (Closes: #385589, #383880 again)
     - patches/bdb-44: new patch cobbled together from upstream trunk
   * patches/ruby-test-svnserve-race: update from our 'sleep 3' hack to
     what I hope is a proper fix.  Thanks to Kobayashi Noritada, Wouter
     Verhelst and Roman Zippel.  (Closes: #378837)
   * Switch to python-support.
 .
 subversion (1.3.2-5) unstable; urgency=medium
 .
   [ Peter Samuelson ]
   * python-subversion.{prerm,postinst}: use pyversions, fix stupid bug
     (Closes: #379278) in prerm.  Tighten python build-dep to ensure
     availability of pyversions.
   * patches/ruby-test-svnserve-race: increase 'sleep 1' hack to 'sleep 3'
     for now.  Not a proper fix, but should build on m68k.
   * control: downgrade subversion Depends: patch to Suggests.  You can do
     a lot with subversion without a 'patch' program.
 .
 subversion (1.3.2-4) unstable; urgency=low
 .
   [ Peter Samuelson ]
   * control, rules, patches/*: switch from cdbs-simple-patchsys to dpatch.
     Remove .patch suffixes, change build-depends.
   * rules: separate the *-arch and *-indep targets properly.
   * copyright: updates, mention licenses for the bits in the tarball which we
     don't use.
   * Support new python policy, building for version 'current'.
     Thanks to Max Bowsher.  (Closes: #373387)
   * Improve package descriptions.  (Closes: #375469)
   * Add java2-runtime alternative to libsvn-javahl JVM dependency.
     (Closes: #377529)
   * Add libsvn0 Conflicts: libsvn-core-perl (<< 1.2.3dfsg1-1) to force a
     necessary upgrade.  (Closes: #376565)
 .
   [ Guilherme de S. Pastore ]
   * control: updated e-mail address.
Files: 
 54f4c3957854646d19a24b542d7450da 1253 devel optional subversion_1.4.2dfsg1-2ubuntu1.dsc
 2f9d9b879712cb4311bf1c0475c8352a 6436039 devel optional subversion_1.4.2dfsg1.orig.tar.gz
 8f58fafad7a447c4b48a243b30df9fa1 77353 devel optional subversion_1.4.2dfsg1-2ubuntu1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFgEQnStlRaw+TLJwRAkkXAJwPs/J1gtVV5OCfwXf9VXnIFfsyDQCgvdv1
krOa+9CvpxorAFz/kt9ZogA=
=SPm7
-----END PGP SIGNATURE-----





More information about the feisty-changes mailing list