Accepted subversion 1.4.2dfsg1-2~bpo.1 (source all i386)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 2 Feb 2007 15:08:42 -0600
Source: subversion
Binary: libsvn0 libsvn-javahl libsvn-perl libsvn-doc libsvn-dev libsvn-ruby libapache2-svn libsvn-ruby1.8 libsvn-java python-subversion subversion-tools subversion
Architecture: source all i386
Version: 1.4.2dfsg1-2~bpo.1
Distribution: sarge-backports
Urgency: medium
Maintainer: Peter Samuelson <peter@p12n.org>
Changed-By: Peter Samuelson <peter@p12n.org>
Description:
libapache2-svn - Subversion server modules for Apache
libsvn-dev - Development files for Subversion libraries
libsvn-doc - Developer documentation for libsvn
libsvn-perl - Perl bindings for Subversion
libsvn-ruby - Ruby bindings for Subversion (dummy package)
libsvn-ruby1.8 - Ruby bindings for Subversion
libsvn0 - 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 377119 378837 383880 385146 385589 387396 387901 387996 388733 391744 392004 392805 393414 394395 396435 396435 397113 397173
Changes:
subversion (1.4.2dfsg1-2~bpo.1) sarge-backports; urgency=low
.
* Disable libsvn-javahl; sarge doesn't have the necessary tools to build it.
* rules: Small cleanups, thanks to Patrick Desnoyers.
* patches/jelmer-python-bindings: Remove some python2.4isms. Thanks to
Romain Francoise, and upstream.
* Build with neon24, not neon26.
* Revert from db4.4 to db4.2 to match apache2 in sarge.
* Revert libsvn1 (apache2.2/apr1/aprutil1) to libsvn0 (apache2.0/apr0).
However, keep 'libsvn-dev' instead of the old name 'libsvn0-dev'.
* Revert use of python-support and pyversions.
* patches/apr-version-detect: New patch to disable apr version checking.
0.9.6 (in sarge) never was safe for subversion FSFS format, but this
isn't a new issue, just recently discovered. We do highly recommend
upgrading to apr 0.9.7 or higher, if possible.
.
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.
Files:
b33c4d2ed1accafaed2513ddb19d53b6 1139 devel optional subversion_1.4.2dfsg1-2~bpo.1.dsc
2f9d9b879712cb4311bf1c0475c8352a 6436039 devel optional subversion_1.4.2dfsg1.orig.tar.gz
dda1c739a545a959aaa1e080aabd7c31 76632 devel optional subversion_1.4.2dfsg1-2~bpo.1.diff.gz
bf2bb801b889a209d8f56aaed10f2c83 832730 doc extra libsvn-doc_1.4.2dfsg1-2~bpo.1_all.deb
c788c477ebc99049c74fe49356d7c765 164556 admin extra subversion-tools_1.4.2dfsg1-2~bpo.1_all.deb
622eb693a5c6b962766cb6ec4b1230dc 752 devel optional libsvn-ruby_1.4.2dfsg1-2~bpo.1_all.deb
138057ceae01752fc6ec80a88c7fcd39 1025590 devel optional subversion_1.4.2dfsg1-2~bpo.1_i386.deb
a8c875cc8f176e379ec819a73d5e89d5 589162 libs optional libsvn0_1.4.2dfsg1-2~bpo.1_i386.deb
469b04d5265141a8c5581a2cdfbdc5e6 822868 libdevel extra libsvn-dev_1.4.2dfsg1-2~bpo.1_i386.deb
d0fefcbea11143384ad565686f1ad64c 132874 net optional libapache2-svn_1.4.2dfsg1-2~bpo.1_i386.deb
bc464dc392b0224a384897c79c4c6156 548628 python optional python-subversion_1.4.2dfsg1-2~bpo.1_i386.deb
a05d7bd48d2f0f554f4269e835d03ea0 803340 perl optional libsvn-perl_1.4.2dfsg1-2~bpo.1_i386.deb
7bfeea546dce83c1336854e97f95b6d5 330086 devel optional libsvn-ruby1.8_1.4.2dfsg1-2~bpo.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFF0sfxpHxAf6XocfcRApYfAJ9cVzfQ+BCyzFiBY51vO+5DdqemxACfajmK
DUtAipGuGCU+/eNeOD4slMI=
=q6qB
-----END PGP SIGNATURE-----
Accepted:
libapache2-svn_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/libapache2-svn_1.4.2dfsg1-2~bpo.1_i386.deb
libsvn-dev_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/libsvn-dev_1.4.2dfsg1-2~bpo.1_i386.deb
libsvn-doc_1.4.2dfsg1-2~bpo.1_all.deb
to pool/main/s/subversion/libsvn-doc_1.4.2dfsg1-2~bpo.1_all.deb
libsvn-perl_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/libsvn-perl_1.4.2dfsg1-2~bpo.1_i386.deb
libsvn-ruby1.8_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/libsvn-ruby1.8_1.4.2dfsg1-2~bpo.1_i386.deb
libsvn-ruby_1.4.2dfsg1-2~bpo.1_all.deb
to pool/main/s/subversion/libsvn-ruby_1.4.2dfsg1-2~bpo.1_all.deb
libsvn0_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/libsvn0_1.4.2dfsg1-2~bpo.1_i386.deb
python-subversion_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/python-subversion_1.4.2dfsg1-2~bpo.1_i386.deb
subversion-tools_1.4.2dfsg1-2~bpo.1_all.deb
to pool/main/s/subversion/subversion-tools_1.4.2dfsg1-2~bpo.1_all.deb
subversion_1.4.2dfsg1-2~bpo.1.diff.gz
to pool/main/s/subversion/subversion_1.4.2dfsg1-2~bpo.1.diff.gz
subversion_1.4.2dfsg1-2~bpo.1.dsc
to pool/main/s/subversion/subversion_1.4.2dfsg1-2~bpo.1.dsc
subversion_1.4.2dfsg1-2~bpo.1_i386.deb
to pool/main/s/subversion/subversion_1.4.2dfsg1-2~bpo.1_i386.deb
subversion_1.4.2dfsg1.orig.tar.gz
to pool/main/s/subversion/subversion_1.4.2dfsg1.orig.tar.gz
Reply to: