summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package subversion version 1.11.0~rc2-1debian/1.11.0_rc2-1archive/debian/1.11.0_rc2-1James McCoy2018-10-10
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* libsvn-java: Remove obsolete libsvn-jni Conflicts/ReplacesJames McCoy2018-10-09
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Declare compliance with Policy 4.2.1James McCoy2018-10-09
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Commit patch queue (exported by git-debrebase)James McCoy2018-10-09
| | | | [git-debrebase make-patches: export and commit patches]
* rules: Allow quiet builds when DEB_BUILD_OPTIONS=terseJames McCoy2018-10-09
| | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Declare fast forward / record previous workJames McCoy2018-10-09
|\ | | | | | | [git-debrebase pseudomerge: quick]
| * libsvn-{java,dev}: Use absolute target path for symlink_to_dir callsJames McCoy2018-10-04
| | | | | | | | | | Closes: #910233 Signed-off-by: James McCoy <jamessan@debian.org>
| * lintian: Add libsvn1 override for package-name-doesnt-match-sonamesJames McCoy2018-10-03
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * lintian: Update libapache2-mod-svn override due to tag being renamedJames McCoy2018-10-03
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * libsvn1: Add new symbols, remove obsolete experimental shelving APIsJames McCoy2018-10-02
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * Add 1.11 release notes and update othersJames McCoy2018-10-02
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * Commit patch queue (exported by git-debrebase)James McCoy2018-10-02
| | | | | | | | [git-debrebase make-patches: export and commit patches]
| * control: Bump Build-Conflicts on libsvn-devJames McCoy2018-10-02
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * control: Bump minimum Java version to 1.8James McCoy2018-10-02
| | | | | | | | | | | | | | The build changes required to support Java 1.10 required raising the minimum version to 1.8. Signed-off-by: James McCoy <jamessan@debian.org>
| * d/changelog: Add relevant upstream changesJames McCoy2018-10-02
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
| * workaround_EINVAL_on_kfreebsdJames McCoy2018-10-02
| | | | | | Gbp-Pq: Name workaround_EINVAL_on_kfreebsd
| * examples-compile-instructionsJames McCoy2018-10-02
| | | | | | | | | | | | | | Fix build instructions for libsvn-doc/examples/*.c. Gbp-Pq: Name examples-compile-instructions
| * python-buildsJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | Build for multiple python versions. Patch from Matthias Klose <doko@debian.org> via Ubuntu. Mostly, rename libsvn_swig_py to libsvn_swig_py2.x. Submitted upstream: http://svn.haxx.se/dev/archive-2008-05/0361.shtml Gbp-Pq: Name python-builds
| * apr-abiJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #266170: Use SOVERSION 1 for apr 1.x, because the apr 0.9.x -> 1.x Bug #266170: Use SOVERSION 1 for apr 1.x, because the apr 0.9.x -> 1.x ABI change leaks through the libsvn ABIs (because we use apr_off_t, which is now 64 bits on all platforms). Upstream refused this (http://svn.haxx.se/dev/archive-2006-03/0522.shtml for thread), but fortunately when it came time to support apr 2.x in svn 1.7, they skipped SOVERSION 1 in consideration of Debian/Ubuntu, so we'll be ABI-compatible again if and when we move to apr-2.x. Gbp-Pq: Name apr-abi
| * svnshellJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | | | Bug #234462: The error messages that svnshell spits out for unknown Bug #234462: The error messages that svnshell spits out for unknown commands are confusing. They should be replaced by a "Unknown command." error message. Upstream says we have no sense of humor. (: Patch from Roland Illig <roland.illig@gmx.de>. Gbp-Pq: Name svnshell
| * ssh-no-controlmasterJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #413102: Avoid accidentally becoming an ssh ControlMaster. Bug #413102: Avoid accidentally becoming an ssh ControlMaster. If you set ControlMaster via your ssh config: .ssh/config: Host * ControlMaster auto Controlpath ~/.ssh/master-%r@%h:%p you can get 'svn: Can't write to connection: Broken pipe' with certain ssh commands, because svn can open multiple ssh sessions and kill them at unpredictable times. I don't really think the problem is either svn's or openssh's fault, but this is the obvious way to avoid it. We will still use ssh connection sharing, but only if a ControlMaster is already present. Gbp-Pq: Name ssh-no-controlmaster
| * ruby-test-svnserve-raceJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Bug #378837: Ruby testsuite: wait for svnserve to start before Bug #378837: Ruby testsuite: wait for svnserve to start before connecting to it. This mainly affects very slow machines - observed on various arm and m68k builds. Thanks to Roman Zippel, Kobayashi Noritada, Wouter Verhelst and Martin Michlmayr. Gbp-Pq: Name ruby-test-svnserve-race
| * ruby-no-strict-aliasingJames McCoy2018-10-02
| | | | | | | | | | | | | | | | It seems swig is generating _really_ bad code here, or something. Whatever it is, this line suppresses 1323 warnings, any of which might be real bugs with real consequences. Gbp-Pq: Name ruby-no-strict-aliasing
| * rpathJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | Prevent the linker from adding an rpath to shared libraries. Original patch by David Kimdon <dwhedon@debian.org>. The basic theory is: - Use libtool instead of apxs to install the apache modules. libtool relinks without rpath in this case, apxs obviously doesn't. Gbp-Pq: Name rpath
| * repos-templatesJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | Bug #210901: Add fully qualified paths to commands in example hook Bug #210901: Add fully qualified paths to commands in example hook scripts that get installed as .tmpl files in new repositories. Use $REPOS/hooks/ as the path, to encourage repository admins to copy the hooks, not just use them in place. Gbp-Pq: Name repos-templates
| * last-changed-date-charsetJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | | | Bug #290774: Convert $LastChangedDate$ keyword to the local character Bug #290774: Convert $LastChangedDate$ keyword to the local character set, since it is already rendered in the local language. Not accepted upstream: http://svn.haxx.se/dev/archive-2006-04/0730.shtml Gbp-Pq: Name last-changed-date-charset
| * build-fixesJames McCoy2018-10-02
| | | | | | | | | | | | | | | | | | Fix some build problems: Fix some build problems: - Add aprutil as a direct dependency for libsvn_client and libsvn_ra. Gbp-Pq: Name build-fixes
* | workaround_EINVAL_on_kfreebsdJames McCoy2018-10-09
| | | | | | Gbp-Pq: Name workaround_EINVAL_on_kfreebsd
* | examples-compile-instructionsJames McCoy2018-10-09
| | | | | | | | | | | | | | Fix build instructions for libsvn-doc/examples/*.c. Gbp-Pq: Name examples-compile-instructions
* | python-buildsJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | Build for multiple python versions. Patch from Matthias Klose <doko@debian.org> via Ubuntu. Mostly, rename libsvn_swig_py to libsvn_swig_py2.x. Submitted upstream: http://svn.haxx.se/dev/archive-2008-05/0361.shtml Gbp-Pq: Name python-builds
* | apr-abiJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #266170: Use SOVERSION 1 for apr 1.x, because the apr 0.9.x -> 1.x Bug #266170: Use SOVERSION 1 for apr 1.x, because the apr 0.9.x -> 1.x ABI change leaks through the libsvn ABIs (because we use apr_off_t, which is now 64 bits on all platforms). Upstream refused this (http://svn.haxx.se/dev/archive-2006-03/0522.shtml for thread), but fortunately when it came time to support apr 2.x in svn 1.7, they skipped SOVERSION 1 in consideration of Debian/Ubuntu, so we'll be ABI-compatible again if and when we move to apr-2.x. Gbp-Pq: Name apr-abi
* | svnshellJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | | | Bug #234462: The error messages that svnshell spits out for unknown Bug #234462: The error messages that svnshell spits out for unknown commands are confusing. They should be replaced by a "Unknown command." error message. Upstream says we have no sense of humor. (: Patch from Roland Illig <roland.illig@gmx.de>. Gbp-Pq: Name svnshell
* | ssh-no-controlmasterJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #413102: Avoid accidentally becoming an ssh ControlMaster. Bug #413102: Avoid accidentally becoming an ssh ControlMaster. If you set ControlMaster via your ssh config: .ssh/config: Host * ControlMaster auto Controlpath ~/.ssh/master-%r@%h:%p you can get 'svn: Can't write to connection: Broken pipe' with certain ssh commands, because svn can open multiple ssh sessions and kill them at unpredictable times. I don't really think the problem is either svn's or openssh's fault, but this is the obvious way to avoid it. We will still use ssh connection sharing, but only if a ControlMaster is already present. Gbp-Pq: Name ssh-no-controlmaster
* | ruby-test-svnserve-raceJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | | | | | Bug #378837: Ruby testsuite: wait for svnserve to start before Bug #378837: Ruby testsuite: wait for svnserve to start before connecting to it. This mainly affects very slow machines - observed on various arm and m68k builds. Thanks to Roman Zippel, Kobayashi Noritada, Wouter Verhelst and Martin Michlmayr. Gbp-Pq: Name ruby-test-svnserve-race
* | ruby-no-strict-aliasingJames McCoy2018-10-09
| | | | | | | | | | | | | | | | It seems swig is generating _really_ bad code here, or something. Whatever it is, this line suppresses 1323 warnings, any of which might be real bugs with real consequences. Gbp-Pq: Name ruby-no-strict-aliasing
* | rpathJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | Prevent the linker from adding an rpath to shared libraries. Original patch by David Kimdon <dwhedon@debian.org>. The basic theory is: - Use libtool instead of apxs to install the apache modules. libtool relinks without rpath in this case, apxs obviously doesn't. Gbp-Pq: Name rpath
* | repos-templatesJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | Bug #210901: Add fully qualified paths to commands in example hook Bug #210901: Add fully qualified paths to commands in example hook scripts that get installed as .tmpl files in new repositories. Use $REPOS/hooks/ as the path, to encourage repository admins to copy the hooks, not just use them in place. Gbp-Pq: Name repos-templates
* | last-changed-date-charsetJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | | | Bug #290774: Convert $LastChangedDate$ keyword to the local character Bug #290774: Convert $LastChangedDate$ keyword to the local character set, since it is already rendered in the local language. Not accepted upstream: http://svn.haxx.se/dev/archive-2006-04/0730.shtml Gbp-Pq: Name last-changed-date-charset
* | build-fixesJames McCoy2018-10-09
| | | | | | | | | | | | | | | | | | Fix some build problems: Fix some build problems: - Add aprutil as a direct dependency for libsvn_client and libsvn_ra. Gbp-Pq: Name build-fixes
* | libsvn-{java,dev}: Use absolute target path for symlink_to_dir callsJames McCoy2018-10-09
| | | | | | | | | | Closes: #910233 Signed-off-by: James McCoy <jamessan@debian.org>
* | lintian: Add libsvn1 override for package-name-doesnt-match-sonamesJames McCoy2018-10-09
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
* | lintian: Update libapache2-mod-svn override due to tag being renamedJames McCoy2018-10-09
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
* | libsvn1: Add new symbols, remove obsolete experimental shelving APIsJames McCoy2018-10-09
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
* | Add 1.11 release notes and update othersJames McCoy2018-10-09
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
* | control: Bump Build-Conflicts on libsvn-devJames McCoy2018-10-09
| | | | | | | | Signed-off-by: James McCoy <jamessan@debian.org>
* | control: Bump minimum Java version to 1.8James McCoy2018-10-09
| | | | | | | | | | | | | | The build changes required to support Java 1.10 required raising the minimum version to 1.8. Signed-off-by: James McCoy <jamessan@debian.org>
* | d/changelog: Add relevant upstream changesJames McCoy2018-10-09
|/ | | | Signed-off-by: James McCoy <jamessan@debian.org>
* Update changelog for new upstream 1.11.0~rc2James McCoy2018-10-02
| | | | [git-debrebase changelog: new upstream 1.11.0~rc2]
* Update to upstream 1.11.0~rc2James McCoy2018-10-02
|\ | | | | | | [git-debrebase anchor: new upstream 1.11.0~rc2, merge]
| * New upstream version 1.11.0~rc2James McCoy2018-10-02
| |