/[pkg-subversion]/src/1.6.x/debian/changelog
ViewVC logotype

Contents of /src/1.6.x/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1151 - (show annotations) (download)
Sat Jun 18 02:39:54 2011 UTC (23 months ago) by peters
File size: 92706 byte(s)
Finalize 1.6.17dfsg-1 release.  (Actually happened 2 weeks ago, sorry.)
1 subversion (1.6.17dfsg-1) unstable; urgency=high
2
3 * New upstream version. Includes security fixes:
4 - CVE-2011-1752: Remotely triggered crash in mod_dav_svn
5 - CVE-2011-1783: Remotely triggered memory exhaustion in mod_dav_svn
6 - CVE-2011-1921: Content leak of certain files marked unreadable
7 * svn-bisect: Support $SVN environment variable, requested by Daniel
8 Shahaf upstream.
9 * Update Lintian overrides to account for python through 2.9,
10 in case that ever comes to be.
11
12 -- Peter Samuelson <peter@p12n.org> Wed, 01 Jun 2011 17:07:33 -0500
13
14 subversion (1.6.16dfsg-1) unstable; urgency=high
15
16 * New upstream version.
17 - Fixes CVE-2011-0715: Remotely crash mod_dav_svn anonymously via a
18 lock token.
19 * patches/change-range: New patch to support -cA-B syntax on command line.
20 * Stop using svn-make-config.c; we can do the same just by running svn
21 itself in a controlled home directory. Delete debian/tools/.
22
23 -- Peter Samuelson <peter@p12n.org> Thu, 03 Mar 2011 10:55:42 -0600
24
25 subversion (1.6.12dfsg-4) unstable; urgency=high
26
27 * patches/loosen-sqlite-version-check: New patch: Relax the SQLite
28 version check, to match the Debian sqlite3 packaging.
29 (Closes: #608925)
30 * patches/cve-2010-4539: New patch for CVE-2010-4539, fixing a remotely
31 triggered crash in mod_dav_svn involving use of the SVNParentPath
32 feature. (Closes: #608989)
33
34 -- Peter Samuelson <peter@p12n.org> Wed, 05 Jan 2011 10:43:01 -0600
35
36 subversion (1.6.12dfsg-3) unstable; urgency=medium
37
38 * Apply two patches from upstream 1.6.15:
39 - patches/server-memleak: New patch: fix some server-side memory
40 leaks, including CVE-2010-4644.
41 - patches/no-wc1.7-check: New patch: Stop checking for being inside a
42 1.7 working copy. The value is too low and the performance penalty
43 too high.
44
45 -- Peter Samuelson <peter@p12n.org> Wed, 22 Dec 2010 20:38:17 -0600
46
47 subversion (1.6.12dfsg-2) unstable; urgency=medium
48
49 * patches/cve-2010-3315: New patch for CVE-2010-3315, whereby, in rare
50 configurations, mod_dav_svn could give too much access to authorized
51 users.
52 * control: Update Vcs-* fields, Homepage, Policy to 3.9.1 (no changes),
53 tweak python version declaration (Closes: #587853).
54
55 -- Peter Samuelson <peter@p12n.org> Fri, 01 Oct 2010 12:11:10 -0500
56
57 subversion (1.6.12dfsg-1) unstable; urgency=medium
58
59 * Urgency medium, as it (probably) fixes some FTBFS.
60 * New upstream version.
61 - Fixes some or all cases of inappropriate need for read access to the
62 root of the repository. (Closes: #510883)
63 * Disable parallel mode for 'make check', which appears to have made
64 some build daemons sad.
65 * svn-bisect: use pegs to support bisecting in deleted branches.
66 Thanks Nikita Borodikhin. (Closes: #582344)
67 * patches/ruby-test-info: expand for more failures nobody can figure
68 out. Sigh.
69 * Upgrade from source format 1.0 to 1.0.
70
71 -- Peter Samuelson <peter@p12n.org> Mon, 21 Jun 2010 11:53:14 -0500
72
73 subversion (1.6.11dfsg-1) unstable; urgency=low
74
75 * New upstream version. Rediff a patch or two.
76 - Mergeinfo queries no longer require access to repository root.
77 (Ref: #510883)
78 - Ignores errors reading .svn/ in parent directories. (Closes: #570271)
79 * rules: Run 'check' target in parallel mode.
80
81 -- Peter Samuelson <peter@p12n.org> Mon, 19 Apr 2010 23:22:07 -0500
82
83 subversion (1.6.9dfsg-1) unstable; urgency=low
84
85 * New upstream release.
86 - patches/16x-po, patches/ruby-test-core: remove, applied upstream.
87 * patches/java-build: Update for gcj 4.4. Update the build dependency
88 too, as this version of the patch will not work on gcj 4.3.
89 Thanks to Nobuhiro Iwamatsu. (Closes: #561516)
90 * patches/build-fixes: Fix parallelism in 'doc-api' target. Again.
91 (Closes: #537297)
92 * patches/ruby-test-info: Disable the two failing ruby tests that
93 nobody can reproduce except on the buildds. (Closes: #545372)
94
95 -- Peter Samuelson <peter@p12n.org> Wed, 27 Jan 2010 01:57:47 -0600
96
97 subversion (1.6.6dfsg-2) unstable; urgency=low
98
99 * Update svn-bisect (Closes: #535234), fix bugs, add features,
100 and write a manpage. Also mention it in the subversion-tools
101 Description. (Closes: #535187)
102 * Move from db4.7 to db4.8, tracking apr-util. (Closes: #557457)
103 * Move the example XSL and CSS files for mod_dav_svn to
104 /usr/share/doc/libapache2-svn/examples/. (Closes: #553535)
105 * patches/ruby-test-info: New patch to maybe address a FTBFS. (#545372)
106 Thanks Michael Diers, Joe Swatosh and Stefan Sperling. I expect that
107 this is not the only fix needed, but we shall see.
108 * patches/16x-po: New patch: a couple translation updates from 1.6.7.
109 * libsvn-java: depend on ${shlibs:Depends}, thanks Lintian.
110 * python-subversion: Update an outdated Lintian override.
111 * libsvn1: Add a handful of Lintian overrides.
112
113 -- Peter Samuelson <peter@p12n.org> Sun, 22 Nov 2009 17:53:45 -0600
114
115 subversion (1.6.6dfsg-1) unstable; urgency=low
116
117 * New upstream release.
118 - Reintroduce svn_load_dirs.pl: Dolby has agreed to an explicit free
119 software license. Thanks Blair Zajac for following up on this.
120 - patches/ruby-test-core: New patch from upstream to fix a new failure
121 in the ruby testsuite.
122 * Standards-Version 3.8.3 (no changes).
123 * control: Some housecleaning: remove some Conflicts/Replaces/Provides
124 that haven't been needed since etch.
125 * patches/build-fixes: add a small fix for parallel builds.
126 (Closes: #531369, #543110)
127 * patches/svn2cl-upstream: New patch to fix the XSL to better comply
128 with XML standards. (Closes: #546990)
129 * Enable kwallet support. (Closes: #539564)
130 - patches/kwallet-wid: New patch based very loosely on upstream work, to
131 let the kwallet library know your terminal's Window ID, if available.
132 - patches/apr-abi, patches/rpath: Fix the LINK_CXX target, now that
133 we're finally using it.
134 * Set dependency_libs='' in all .la files (Closes: #544877), as per:
135 http://lists.debian.org/debian-devel/2009/08/msg00783.html
136
137 -- Peter Samuelson <peter@p12n.org> Thu, 22 Oct 2009 11:32:13 -0500
138
139 subversion (1.6.5dfsg-1) unstable; urgency=low
140
141 * New upstream release.
142 - Resolves symlinks in ~/.subversion. (Closes: #541202)
143 * patches/ssh-no-controlmaster: Replace with the much simpler approach
144 upstream demonstrates with 'ssh -q'.
145 * patches/no-dbus-spam: New patch to shut up the gnome-keyring library
146 when it can't initialize. (Closes: #542403)
147 * patches/ruby-test-tree-conflicts: New patch from upstream trunk, to
148 fix two ruby test failures.
149
150 -- Peter Samuelson <peter@p12n.org> Thu, 20 Aug 2009 12:16:39 -0500
151
152 subversion (1.6.4dfsg-1) unstable; urgency=high
153
154 * New upstream security release.
155 - Fix CVE-2009-2411, heap overflows in svndiff stream parsing.
156
157 -- Peter Samuelson <peter@p12n.org> Wed, 05 Aug 2009 20:12:07 -0500
158
159 subversion (1.6.3dfsg-1) unstable; urgency=low
160
161 * New upstream release. (Closes: #531366)
162 * Upload to unstable (Closes: #532648)
163 * Update package sections corresponding to recent ftpmaster work.
164 * Re-enable libsvn_ra_serf, now that serf 0.3.0-0.2 is available.
165 * Add symbols file for libsvn1, for finer-grained dependencies.
166
167 -- Peter Samuelson <peter@p12n.org> Tue, 14 Jul 2009 23:51:24 -0500
168
169 subversion (1.6.1dfsg-1) experimental; urgency=low
170
171 * New upstream release.
172
173 -- Peter Samuelson <peter@p12n.org> Thu, 09 Apr 2009 17:30:40 -0500
174
175 subversion (1.6.0dfsg-1) experimental; urgency=low
176
177 * New upstream release.
178 - patches/{commit-email2,out-of-tree-build-fixes,svn2cl-upstream,
179 ssh-no-sigkill}: deleted, applied or obsoleted upstream.
180 Other patches rediffed.
181 - patches/build-fixes: New patch, mostly for out-of-tree build stuff.
182 - Fixes typo in fr.po. (Closes: #503266)
183 - Fixes WC out-of-sync issue. (Closes: #500665)
184 * Build-depends: libsqlite3-dev, libgnome-keyring-dev, libdbus-1-dev.
185 We _should_ give equal opportunity to KDE 4 KWallet support,
186 but in terms of dependencies, that is a much heavier burden.
187 - Disable 'auth-test' test. It assumes the gnome-keyring service
188 is available at test time - not likely, on a build daemon.
189 * Remove serf backend support for now, as it requires 0.3.0.
190 * Move to db4.7, tracking apr-util. (Closes: #526222)
191
192 -- Peter Samuelson <peter@p12n.org> Fri, 27 Mar 2009 15:54:25 -0500
193
194 subversion (1.5.6dfsg-1) unstable; urgency=low
195
196 * New upstream release.
197 * patches/commit-email2: New patch to fix mail header formatting in
198 commit-email.pl hook. (Closes: #508301)
199 * Tweak 'site-packages' location for python 2.6, taken from the Ubuntu
200 patch uploaded by Matthias Klose.
201 * Build-Depends is back again to libdb4.6-dev.
202
203 -- Peter Samuelson <peter@p12n.org> Wed, 25 Feb 2009 20:23:51 -0600
204
205 subversion (1.5.5dfsg1-1) experimental; urgency=low
206
207 * New upstream release.
208 * New script svn-bisect, thanks Robert Millan. (Closes: #505100)
209 * DAV proxy fixed for certain commit subcommands. (Closes: #511212)
210
211 -- Peter Samuelson <peter@p12n.org> Wed, 07 Jan 2009 23:24:53 -0600
212
213 subversion (1.5.4dfsg1-1) experimental; urgency=low
214
215 * New upstream release
216
217 -- Peter Samuelson <peter@p12n.org> Thu, 23 Oct 2008 19:35:57 -0500
218
219 subversion (1.5.3dfsg1-1) experimental; urgency=low
220
221 * New upstream release.
222 - patches/perl-test-syntax-error: removed, applied upstream
223 - Fixes infinite loop in a 'svn mv' corner case (Closes: #497953)
224 - bash completion updates (Closes: #499888)
225
226 -- Peter Samuelson <peter@p12n.org> Fri, 10 Oct 2008 13:27:24 -0500
227
228 subversion (1.5.1dfsg1-1) unstable; urgency=low
229
230 * New upstream release.
231 - Fixes some major corner cases in merge tracking.
232 - Fixes several crash bugs and regressions from 1.4 -> 1.5.
233 - patches/ruby-test-wc-normalize-compared-value: Remove, applied upstream.
234 * Symlink libsvn_ra_dav-1.so.1 -> libsvn_ra_neon-1.so.1 to avoid
235 breaking old packages that mistakenly linked to ra_dav. This was not
236 and is not supported, but at least one package did it. (Closes: #490423)
237 * Add a NEWS entry for 1.5.x in general.
238 * debian/watch: Add dversionmangle setting, thanks to lintian.
239
240 -- Peter Samuelson <peter@p12n.org> Thu, 24 Jul 2008 15:48:17 -0500
241
242 subversion (1.5.0dfsg1-4) unstable; urgency=medium
243
244 * Work around bug where 'make javahl' is not -j-safe.
245
246 -- Peter Samuelson <peter@p12n.org> Mon, 07 Jul 2008 01:37:38 -0500
247
248 subversion (1.5.0dfsg1-3) unstable; urgency=medium
249
250 * Bump shlibs file to libsvn1 (>= 1.5.0). (Closes: #488949)
251 * Fix typo in Build-Conflicts (libsvn-dev, not libsvn1-dev).
252 * Fix svnwrap(1) manpage inetd.conf example. (Closes: #462313)
253
254 -- Peter Samuelson <peter@p12n.org> Wed, 02 Jul 2008 08:23:31 -0500
255
256 subversion (1.5.0dfsg1-2) unstable; urgency=low
257
258 * Reenable Java support.
259 * patches/java-build: New patch to hack around incompatibilities between
260 Sun javah and gcj javah.
261 * Remove the last remnants of libsvn-javahl from the source package.
262 * Include upstream release notes file svn_1.5_releasenotes.html.
263 * Add svn-populate-node-origins-index (used in upgrading a repository
264 to 1.5) and svnmucc (useful client tool) to the subversion package.
265 (Closes: #408487)
266
267 -- Peter Samuelson <peter@p12n.org> Mon, 30 Jun 2008 00:22:28 -0500
268
269 subversion (1.5.0dfsg1-1) experimental; urgency=low
270
271 * New upstream release
272 - Fixes many bugs including:
273 - Translation errors (Closes: #404982, #451514)
274 - Now exports externals from a working copy. (Closes: #448864)
275 - Newer psvn.el provided. (Closes: #393651, #441994)
276 - 'svn export' handles externals now. (Closes: #448864)
277 - Perl module destructor doesn't crash. (Closes: #401340)
278 - 'svn merge' gets less confused on tree conflicts. (Closes: #366530)
279 - Update debian/contrib-license-audit, README.Debian-tarball
280 - Remove obsolete patches: jelmer-python-bindings, kaffe,
281 kaffe-javah, limit-zlib-link, neon27, python-memleak,
282 ruby-newswig, ruby-test-ra-race, svn-clean-manpage,
283 svn_load_dirs, swig-warning-124, testsuite-dont-use-os-popen3
284 * rules: Run autogen-swig for each python version.
285 (Not strictly needed, but it is the simplest approach.)
286 * Switch from dpatch to quilt.
287 * Policy 3.8.0:
288 - copyright: Delete copy of common-licenses/Apache-2.0
289 - control: Add Homepage field;
290 Wrap Uploaders field, which was > 80 columns
291 - rules: Support DEB_BUILD_OPTIONS=parallel=n;
292 Require DEB_BUILD_OPTIONS to be space-separated
293 - README.source: New file explaining quilt
294 * control: Add XS-Python-Version header, to suppress a warning
295 * control: Build-Conflicts: libsvn1-dev (<< 1.5); libtool can cause
296 trouble with installed .so files that don't contain needed symbols.
297 * control: New Build-Depends: libserf-0-0-dev, libsasl2-dev.
298 * control: Simplify Depends/Recommends to assume etch or newer. (Keep
299 some old Conflicts/Replaces/Provides.) Delete the libsvn-javahl etch
300 transition package.
301 * control: libsvn-java: I believe it needs java5 now, not just java2.
302 Hence gij | java5-runtime-headless.
303 * patches/perl-test-syntax-error: New patch borrowed from upstream, to
304 fix a perl5.10 issue in one of the tests.
305 * patches/ruby-test-wc-normalize-compared-value: New patch borrowed from
306 upstream, to fix a ruby test failure.
307 * patches/svn2cl: Split into svn2cl-upstream and svn2cl-debian.
308 Update svn2cl-upstream to 0.10 from upstream trunk.
309 * patches/apr-abi: Small adjustment to reduce libtool warnings.
310 * patches/out-of-tree-build-fixes: New patch: fix a few issues with
311 building outside the source tree.
312 * rules: Disable Java for the first upload to experimental, as I'm still
313 working on fixing that.
314
315 -- Peter Samuelson <peter@p12n.org> Fri, 20 Jun 2008 21:53:29 -0500
316
317 subversion (1.4.6dfsg1-5) UNRELEASED; urgency=low
318
319 * Downgrade libsvn-dev "Depends: libneon27-gnutls-dev" to Suggests and
320 add zlib1g-dev. These are for static linking. (Closes: #482512)
321
322 -- Peter Samuelson <peter@p12n.org> Thu, 29 May 2008 20:29:41 -0500
323
324 subversion (1.4.6dfsg1-4) unstable; urgency=low
325
326 * Disable java on alpha and hppa, as requested by Matthias Klose.
327 (Closes: #477908)
328 * Switch from neon27 to neon27-gnutls. (Closes: #478142)
329 * patches/testsuite-dont-use-os-popen3: New patch (from upstream):
330 use popen2.Popen3 instead of os.popen3. (Closes: #479079)
331 * patches/svn-clean-ignore: New feature patch, a mechanism to specify
332 files which, though unversioned, 'svn-clean' should not remove.
333 Suggested by Jonathan Hall.
334 * Add another -j1 to debian/rules, to fix a parallel build problem.
335 * patches/ssh-no-controlmaster: New patch to avoid a bad interaction
336 with OpenSSH connection sharing. (Closes: #413102)
337
338 -- Peter Samuelson <peter@p12n.org> Sat, 03 May 2008 00:35:18 -0500
339
340 subversion (1.4.6dfsg1-3) unstable; urgency=low
341
342 * patches/neon27: update for neon 0.28. (Closes: #476117)
343 * Build for all supported python versions. Loosely based on an Ubuntu
344 patch by Matthias Klose. (Closes: #446636)
345
346 -- Peter Samuelson <peter@p12n.org> Mon, 14 Apr 2008 11:08:22 -0500
347
348 subversion (1.4.6dfsg1-2) unstable; urgency=low
349
350 * subversion.NEWS: Add a note about the db4.6 upgrade. (Closes: #465432)
351 * rules: use dh_link rather than hand-rolled symlink management.
352 Closes: #465609 in the process.
353 * rules: Define DEB_HOST_ARCH and friends before using them, to fix
354 FTBFSes on the non-java architectures.
355
356 -- Peter Samuelson <peter@p12n.org> Sat, 08 Mar 2008 14:27:22 -0600
357
358 subversion (1.4.6dfsg1-1) unstable; urgency=low
359
360 * New upstream version.
361 - Don't use Chinese colons in zh_CN l10n file. (Closes: #397729)
362 * Build with db 4.6, to match apr-util.
363 * patches/svn-clean-manpage: New patch, fix a small typo. (Closes: #441827)
364 * patches/neon27: New patch from upstream trunk to support neon 0.27.
365 - control: build-depend on libneon27-dev.
366 - rules: no longer --disable-neon-version-check.
367 * patches/ruby-newswig: Support swig 1.3.33. (Closes: #453166)
368 * patches/python-memleak: New patch to fix a serious memory leak in the
369 Python bindings. Thanks to Jelmer Vernooij. (Closes: #428755)
370 * control: Policy 3.7.3.
371 * control: spell 'Source-Version' as 'binary:Version' for political
372 correctness. (Or for clarity.)
373 * control: add appropriate Vcs-Svn and Vcs-Browser fields.
374 * control: subversion-tools Recommends: rsync. (Closes: #459023)
375 * patches/svn2cl: update svn2cl to 0.9 (from upstream trunk).
376 * patches/commit-email: use original 'sendmail' commit-email.pl mode,
377 rather than the direct SMTP feature. (Closes: #447824)
378 * rules: do not run 'dh_testroot' or 'make extraclean' in clean rule.
379 * rules: rewrite DEB_BUILD_OPTIONS support; remove 'notest' synonym, as
380 the world seems to be standardizing on 'nocheck'.
381 * rules: remove 'DEB_BUILD_OPTIONS=-j[N]' support, add support for the
382 new 'dpkg-buildpackage -j[N]' feature.
383 * rules: add an option to disable ruby bindings. Though it turns out
384 we don't need it ... yet.
385
386 -- Peter Samuelson <peter@p12n.org> Mon, 11 Feb 2008 23:49:02 -0600
387
388 subversion (1.4.4dfsg1-1) unstable; urgency=low
389
390 * New upstream version.
391 - Fixes rare case of data loss / repository corruption. (Closes: #419348)
392 - Fixes minor security inconsistency regarding restricted paths being
393 copied to unrestricted paths, CVE-2007-2448. (Closes: #428194)
394 * Fix note in README.Debian about how to download vc-svn.el.
395 Thanks to Michael Richters. (Closes: #416582)
396 * rules: configure --disable-neon-version-check, to allow use of neon 0.26.3.
397 * rules: replace $(PWD) with $(CURDIR) to appease lintian.
398 Our use of PWD was safe, this is just a cleanup.
399 * rules: ship a shlibs file only for libsvn1; nobody should ever link to
400 the libraries in other packages. (Thanks again to lintian.)
401 - lintian-overrides: inform lintian that it's ok not to have shlibs
402 files in the swig-based packages
403
404 -- Peter Samuelson <peter@p12n.org> Thu, 07 Jun 2007 00:57:11 -0500
405
406 subversion (1.4.3dfsg1-1) experimental; urgency=low
407
408 [ Peter Samuelson ]
409 * New upstream version.
410 - patches/neon26 removed; applied upstream
411 * rules: Small cleanups, thanks to Patrick Desnoyers.
412 * patches/jelmer-python-bindings: Remove some python2.4isms (should help
413 with porting to sarge and elsewhere). Thanks to Romain Francoise, and
414 upstream.
415
416 -- Peter Samuelson <peter@p12n.org> Thu, 25 Jan 2007 18:30:04 -0600
417
418 subversion (1.4.2dfsg1-2) unstable; urgency=medium
419
420 [ Peter Samuelson ]
421 * rules: fix 'dontberoot' target not to run when it shouldn't.
422 (Closes: #396435)
423 * Add subversion-tools Conflicts: kdesdk-scripts (<= 4:3.5.5-1).
424 I'm told that their next release will remove the 'svn-clean' script,
425 which is quite similar to the one in subversion-tools. (See: #397874)
426 * Add manpages for svn-clean, svn-hot-backup, svn-fast-backup, and
427 svn-backup-dumps. Troy Heber helped write the last three.
428 * Ship svnmerge.README in subversion-tools.
429
430 -- Peter Samuelson <peter@p12n.org> Fri, 10 Nov 2006 08:45:01 -0600
431
432 subversion (1.4.2dfsg1-1) unstable; urgency=low
433
434 [ Peter Samuelson ]
435 * New upstream release.
436 - No longer ships IETF draft spec. (Closes: #393414)
437 - patches/svnsync-manpage, parts of patches/neon26, patches/svnshell:
438 Obsolete, removed.
439 - Re-roll upstream tarball to remove some unlicensed files from the
440 "contrib" directory. Update debian/copyright regarding other files
441 in "contrib". (Closes: #394395)
442 * patches/neon26: update for 1.4.2, add neon 0.26.2 to the whitelist.
443 * Improve libapache2-svn installation experience:
444 - Use a2enmod/a2dismod instead of hand-hacking.
445 - dav_svn.conf: Comment everything out. (Many will want to use
446 sites-available/* rather than dav_svn.conf anyway.) Fix some of
447 the text and add more. (Closes: #392805)
448 * libsvn-java: Remove alternative Depends: java1-runtime.
449 It does in fact require JRE 1.2 (java2-runtime).
450 * Build with neon26 instead of neon25.
451 * Ship some example code from upstream in the various devel packages.
452 - patches/examples-compile-instructions: New patch, some small doc fixes.
453 * Ship a lot more scripts in subversion-tools, including svnmerge
454 (Closes: #293528), svn2cl (Closes: #350133).
455 - List these scripts in the Description. (Closes: #357506)
456 - Downgrade most Depends to Recommends, augment Recommends and Suggests
457 to match the scripts.
458 * rules: Add explicit check and informative error message for trying to
459 build as root. (Closes: #396435)
460 * libapache2-svn Description: it's Apache 2.2, not 2.0. (Closes: #397113)
461 * patches/ruby-test-ra-race: replace my fix by upstream's better one,
462 should _really_ fix m68k build this time. (Closes: #397173)
463 * patches/jelmer-python-bindings: New patch: backport python binding
464 improvements by Jelmer Vernooij from trunk. This is needed for
465 certain advanced python-based tools.
466
467 -- Peter Samuelson <peter@p12n.org> Thu, 9 Nov 2006 00:07:42 -0600
468
469 subversion (1.4.0-5) unstable; urgency=medium
470
471 [ Peter Samuelson ]
472 * rules: Set HOME to a dummy value to prevent a build failure if the
473 real HOME is mode -x. Plus a few minor cleanups.
474 * rules: Link -ldb explicitly (rather than implicitly via -laprutil-1).
475 This is required for libdb symbol versioning to propagate.
476 Thanks to Pitr Jansen for help tracking this down.
477 * patches/svnshell: Fix insufficient argument checking in 'setrev'
478 command. (Closes: #392004)
479
480 -- Peter Samuelson <peter@p12n.org> Wed, 11 Oct 2006 03:30:03 -0500
481
482 subversion (1.4.0-4) unstable; urgency=medium
483
484 [ Peter Samuelson ]
485 * patches/apr-abi: switch to a simpler test that actually DTRT on 64-bit
486 platforms. (Closes: #391744)
487
488 -- Peter Samuelson <peter@p12n.org> Sun, 8 Oct 2006 09:26:04 -0500
489
490 subversion (1.4.0-3) unstable; urgency=low
491
492 [ Peter Samuelson ]
493 * patches/ruby-test-ra-race: New patch for another testsuite race
494 discovered on m68k.
495 * patches/ruby-typemap-digest: New patch to fix a m68k failure, quite
496 possibly the same failure we've seen sporadically on other arches
497 in the past. Thanks to Roman Zippel. (Closes: #387996)
498 * rules: sed *.la to change internal *.la references to -l form.
499 (Closes: #388733)
500 * control,rules: Reinstate libsvn-javahl as a dummy package, for
501 sarge upgrades. (Closes: #387901)
502 * control,rules: Disable Java on hurd-i386, requested by Cyril Brulebois.
503 * Build with apache 2.2 / apr1 / aprutil1 again, now that apache 2.2 is
504 going into unstable.
505 - aprutil1 always links to libdb4.4 nowadays. (Closes: #387396)
506 * libapache2-svn.postinst: Do not enable the dav_fs module: not needed
507 for a Subversion server.
508
509 [ Troy Heber ]
510 * debian/control clean up of Maintainer and Uploaders fields to reflect the
511 current team.
512
513 -- Troy Heber <troyh@debian.org> Tue, 3 Oct 2006 07:45:31 -0600
514
515 subversion (1.4.0-2) unstable; urgency=low
516
517 [ Peter Samuelson ]
518 * Run tests in 'build' target, not 'binary' target. This prevents a
519 build failure if 'binary' is run as root (not fakeroot).
520 * patches/svnsync-manpage: trivial typo fix from upstream.
521 * Delete README.db4.4: the upgrade procedure it describes is now fully
522 automatic.
523
524 -- Peter Samuelson <peter@p12n.org> Sun, 10 Sep 2006 05:05:47 -0500
525
526 subversion (1.4.0-1) unstable; urgency=low
527
528 [ Peter Samuelson ]
529 * New upstream version - well, not really new, it's rc5 rebranded.
530 * Revert libsvn1/apache2.2 change, since apache 2.2 is not yet in
531 unstable. libsvn1 is libsvn0 again, for now.
532 * patches/no-extra-libs: detect apr0/apr1 correctly, and use
533 pkg-config for neon.
534 * patches/neon26: new patch to build cleanly with neon 0.26.1.
535 Though we won't actually use it until #386652 is fixed.
536 * Document BDB 4.4 upgrade better; also, move the NEWS entry from
537 'libsvn0' to 'subversion' where it is more likely to actually be
538 read.
539 * patches/no-extra-libs-2: Tweak to remove more unnecessary linking.
540
541 -- Peter Samuelson <peter@p12n.org> Thu, 7 Sep 2006 21:03:06 -0500
542
543 subversion (1.4.0~rc5-1) experimental; urgency=low
544
545 * New upstream version.
546 - patches/ruby-txtdelta-apply-instructions: remove (obsolete).
547
548 -- Peter Samuelson <peter@p12n.org> Thu, 24 Aug 2006 05:31:24 -0500
549
550 subversion (1.4.0~rc4-2) experimental; urgency=low
551
552 [ Peter Samuelson ]
553 * Reenable apache support; build-depend on apache2-threaded-dev 2.2,
554 now that it's in experimental.
555 * Build-Depends: remove bison, relax python version again (as python
556 handling is now done by python-support).
557 * patches/ruby-txtdelta-apply-instructions: new patch from upstream,
558 fixes the test failure on amd64.
559 * Compile against libdb4.4, which should fix the famous "wedged
560 repository" issue.
561 - Build-Depends: libaprutil1-dev (>= 1.2.7+dfsg-1)
562 - Update rules, control, README.db4.4
563 - Add note to libsvn1.NEWS - please read it!
564
565 -- Peter Samuelson <peter@p12n.org> Fri, 18 Aug 2006 13:06:49 -0500
566
567 subversion (1.4.0~rc4-1) experimental; urgency=low
568
569 * There is a known issue with amd64 and the SvnDeltaTest in the ruby
570 testsuite.
571
572 [ Peter Samuelson ]
573 * New upstream release.
574 - commit-email.pl has option not to send diffs. (Closes: #217133)
575 - Help text clarified for options like --file. (Closes: #233099)
576 - Rediff patches. Delete patches already included upstream:
577 apache-crash-fix, bash_completion, lc_ctype, perl-test-clean,
578 svn_load_dirs-symlinks, swig-1.3.28.
579 - Add Build-Depends: zlib1g-dev.
580 * Bump subversion-tools dependencies on the other packages to >= 1.4.
581 * Support ENABLE_APACHE macro, to disable 'libapache2-svn'.
582 Disable apache until apache 2.2 makes its way into experimental.
583 * Switch to libapr1, which entails an ABI change to libsvn.
584 - libsvn0 -> libsvn1
585 - libsvn0-dev -> libsvn-dev
586 - patches/apr-abi: New patch: change the libsvn_* SONAMEs.
587 (This type of change should be upstream-driven, but upstream has
588 declined to do it.)
589 - patches/fix-bdb-version-detection: New patch: tweak BDB version
590 detection not to rely on an apr-util misfeature (#387105).
591 * Rename libsvn-javahl to libsvn-java, to comply (in spirit) with the
592 Java Policy. (Closes: #377119)
593 * Rename libsvn-core-perl to libsvn-perl, because it provides several
594 modules in the SVN:: namespace, not just SVN::Core.
595 * patches/limit-zlib-link: New patch from upstream to prevent
596 unnecessary -lz linkage in client binaries.
597 * Update copyright file again.
598 * Switch to python-support.
599 * subversion-tools: downgrade rcs and exim4 to Recommends.
600 * Add NEWS entry to libsvn1, explaining compatibility issues - please
601 read it, folks!
602
603 [ Troy Heber ]
604 * tweaked rpath patch HUNK 2, so it would apply cleanly.
605
606 -- Peter Samuelson <peter@p12n.org> Thu, 10 Aug 2006 20:43:19 -0500
607
608 subversion (1.3.2-6) unstable; urgency=low
609
610 [ Peter Samuelson ]
611 * Add libsvn0 Conflicts: subversion (<< 1.3) to prevent chaos from
612 linking to both neon24 and neon25.
613 * Add libsvn0 Conflicts: python2.3-subversion (<< 1.2.3dfsg1-1)
614 because of the libsvn_swig_py move. (Closes: #385146)
615 * Link with Berkeley DB 4.4. (Closes: #385589, #383880 again)
616 - patches/bdb-44: new patch cobbled together from upstream trunk
617 * patches/ruby-test-svnserve-race: update from our 'sleep 3' hack to
618 what I hope is a proper fix. Thanks to Kobayashi Noritada, Wouter
619 Verhelst and Roman Zippel. (Closes: #378837)
620 * Switch to python-support.
621
622 -- Peter Samuelson <peter@p12n.org> Sat, 2 Sep 2006 05:04:09 -0500
623
624 subversion (1.3.2-5) unstable; urgency=medium
625
626 [ Peter Samuelson ]
627 * python-subversion.{prerm,postinst}: use pyversions, fix stupid bug
628 (Closes: #379278) in prerm. Tighten python build-dep to ensure
629 availability of pyversions.
630 * patches/ruby-test-svnserve-race: increase 'sleep 1' hack to 'sleep 3'
631 for now. Not a proper fix, but should build on m68k.
632 * control: downgrade subversion Depends: patch to Suggests. You can do
633 a lot with subversion without a 'patch' program.
634
635 -- Troy Heber <troyh@debian.org> Mon, 24 Jul 2006 14:01:49 -0600
636
637 subversion (1.3.2-4) unstable; urgency=low
638
639 [ Peter Samuelson ]
640 * control, rules, patches/*: switch from cdbs-simple-patchsys to dpatch.
641 Remove .patch suffixes, change build-depends.
642 * rules: separate the *-arch and *-indep targets properly.
643 * copyright: updates, mention licenses for the bits in the tarball which we
644 don't use.
645 * Support new python policy, building for version 'current'.
646 Thanks to Max Bowsher. (Closes: #373387)
647 * Improve package descriptions. (Closes: #375469)
648 * Add java2-runtime alternative to libsvn-javahl JVM dependency.
649 (Closes: #377529)
650 * Add libsvn0 Conflicts: libsvn-core-perl (<< 1.2.3dfsg1-1) to force a
651 necessary upgrade. (Closes: #376565)
652
653 [ Guilherme de S. Pastore ]
654 * control: updated e-mail address.
655
656 -- Troy Heber <troyh@debian.org> Mon, 17 Jul 2006 08:39:20 -0600
657
658 subversion (1.3.2-3) unstable; urgency=low
659
660 [ Troy Heber]
661 * Adding arm to list of javahl disabled architectures
662
663 -- Troy Heber <troyh@debian.org> Wed, 14 Jun 2006 14:26:44 -0600
664
665 subversion (1.3.2-2) unstable; urgency=low
666
667 [ Peter Samuelson ]
668 * control, rules: switch from kaffe to java-gcj-compat-dev. Thanks to
669 Bastian Blank. Also reenable libsvn-javahl, for now, on all
670 architectures except m68k, mips, mipsel. (Closes: #370228)
671 * ruby-test-svnserve-race.patch: new kludge to avoid a race condition in
672 the ruby testsuite on really slow machines.
673
674 -- Peter Samuelson <peter@p12n.org> Mon, 12 Jun 2006 18:50:08 -0500
675
676 subversion (1.3.2-1) unstable; urgency=low
677
678 [ Peter Samuelson ]
679 * New upstream release.
680 - Remove patches applied upstream: apache-crash-fix.patch,
681 svn_load_dirs-symlinks.patch, swig-1.3.28.patch
682 * debian/watch: new file for use by 'uscan' from devscripts.
683 * Standards version 3.7.2. (No changes.)
684 * control: upgrade Build-Conflicts to libsvn0 (<< 1.3).
685 This is that old workaround for #291641.
686 * rules: rework testsuite invocation:
687 - Add 'check' series of targets, and 'check-help' to remind one
688 of what they are
689 - Conditionalise javahl tests on ENABLE_JAVAHL
690 - Reorder the checks to put the core tests at the end; they are by far
691 the most time-consuming, and rarely fail anyway
692 - Only 'cat tests.log' if the core tests fail: the other testsuites
693 don't use that file anyway
694
695 -- Peter Samuelson <peter@p12n.org> Thu, 1 Jun 2006 04:10:19 -0500
696
697 subversion (1.3.1-3) unstable; urgency=medium
698
699 [ Peter Samuelson ]
700 * Tighten dependency between subversion and libsvn0, to reduce user
701 confusion. It is almost always the library version that matters, as
702 far as bugs and features are concerned. (Closes: #359315)
703 * Disable java bindings on hppa and ia64, since kaffe is broken on
704 those architectures. It's been broken on ia64 for a long time, and it
705 looks as though hppa may remain broken for awhile too (see #364819).
706 * ssh-no-sigkill.patch: new patch to SIGTERM (instead of SIGKILL) the
707 tunnel agent, which is usually ssh. We can do this now that #313371
708 is fixed. (Closes: #335528)
709 * rules: add -V'libsvn0 (>= 1.3.0)' to dh_makeshlibs to loosen the
710 shlibs file a bit. Upstream guarantees that the library ABI won't be
711 augmented during any single x.y.* cycle.
712 * svnwrap.sh, man/svnwrap.1: new script for subversion-tools package to
713 optionally wrap subversion client commands with 'umask 002'.
714 (Closes: #242368, #259226, #282468, #292358)
715 * lc_ctype.patch: new patch to make locale errors non-fatal, suggested
716 by upstream developer Peter Lundblad. (Closes: #363983)
717 * last-changed-date-charset.patch: new patch: convert $LastChangedDate$
718 keyword from UTF-8 to local character set. (Closes: #290774)
719 * apache-crash-fix.patch: new patch to fix a crash in mod_dav_svn.
720 * swig-warning-124.patch: new patch to disable swig typemap warning,
721 drastically shrinking the build log.
722
723 [ Troy Heber ]
724 * changing from UNRELEASED to unstable and uploading
725
726 -- Troy Heber <troyh@debian.org> Fri, 05 May 2006 18:14:57 -0600
727
728 subversion (1.3.1-2) unstable; urgency=low
729
730 [ Peter Samuelson ]
731 * Fix libsvn-ruby1.8: actually ship the swig glue, which we had overlooked.
732 Thanks to Thiago Avancini for the report and some Ruby help.
733 * Exclude Java bindings on kfreebsd-amd64. (Closes: #361488)
734
735 -- Peter Samuelson <peter@p12n.org> Sun, 9 Apr 2006 05:10:42 -0500
736
737 subversion (1.3.1-1) unstable; urgency=low
738
739 [ Peter Samuelson ]
740 * New upstream version.
741 - Delete obsolete neon-0.25.5.patch.
742 * swig-1.3.28.patch: add a few more upstream patches.
743
744 -- Troy Heber <troyh@debian.org> Tue, 04 Apr 2006 15:05:12 -0600
745
746 subversion (1.3.0-5) unstable; urgency=high
747
748 * rpath.patch: Delete rpaths for apache2 modules.
749 (Closes: #359234, also see CVE-2006-1564)
750 - rules: Do not override INSTALL_MOD_SHARED, this is no longer needed
751 - libapache2-svn.install: Use modules from the install, not from
752 the build tree
753
754 -- Peter Samuelson <peter@p12n.org> Tue, 28 Mar 2006 00:56:59 -0600
755
756 subversion (1.3.0-4) unstable; urgency=low
757
758 [ Peter Samuelson ]
759 * rules: Support DEB_BUILD_OPTIONS=-jN, passed to child make processes.
760 Invoke 'make autogen-swig' separately as it has problems with -j.
761 Be more paranoid about cleaning out old swig headers.
762 Document all the DEB_BUILD_OPTIONS we now support.
763 * control: Don't say we provide python2.4-subversion, since we don't.
764 * swig-1.3.28.patch: add another upstream patchlet. Should fix the
765 intermittent FTBFS due to the ruby test suite.
766 * rules: fix doc/subversion/README.db4.3.gz symlink (Closes: #357856)
767
768 -- Troy Heber <troyh@debian.org> Mon, 20 Mar 2006 08:13:33 -0700
769
770 subversion (1.3.0-3) unstable; urgency=low
771
772 [ Peter Samuelson ]
773 * rules: Symlink /usr/share/doc/libsvn-ruby -> libsvn-ruby1.8
774 * swig-1.3.27.patch: Rename to swig-1.3.28.patch, and update it with
775 more patches stolen from upstream, to support SWIG 1.3.28.
776 - control: Remove Build-Conflicts: swig (>= 1.3.28). Assume for now
777 that 1.3.29 and newer won't cause other problems.
778
779 [ Adam Conrad ]
780 * Do the Provides/Replaces/Conflicts dance for python2.4-subversion as
781 well, since Ubuntu has shipped that for ages, and this allows for
782 smoother upgrades/sidegrades between the two.
783
784 -- Troy Heber <troyh@debian.org> Sun, 12 Mar 2006 15:32:57 -0700
785
786 subversion (1.3.0-2) unstable; urgency=low
787
788 [ Peter Samuelson ]
789 * Disable java bindings on m68k for now. It seems to have problems
790 similar to the ones on arm and mips. (See #344986.)
791 * Some suggestions from Ubuntu backporter Blair Zajac (Closes: #347775):
792 - Delete pregenerated swig headers which may or may not be compatible
793 with Debian's version of swig.
794 - Tighten Build-Depends on kaffe to >= 2:1.1.6: he reports that 1.1.5
795 fails to build the Java bindings.
796 - Build-Depends: junit, pass --with-junit to configure, and run 'make
797 check-javahl'. It fails on current free JVMs, so ignore failure.
798 - Tighten subversion-dev dependency on libapr0-dev to >= 2.0.55-3,
799 to match the Build-Depends.
800 - Pass CLEANUP=true to 'make check' to reduce disk usage.
801 * subversion.README.Debian: Rewrite for clarity, and to document the two
802 Emacs helpers. Thanks to Gavin Baker for both the research and the
803 writing.
804 * rules: 'make swig-rb' so that 'make install-swig-rb' does not have
805 to do it for us. Thanks to Max Bowsher for noticing.
806 * Adjust swig patches:
807 - swig-1.3.27-hack.patch: remove, obsoleted by upstream changes.
808 - ruby-swig-1.3.27.patch: rename to swig-1.3.27.patch and update to
809 include trunk r18172, which is likely to go in a future 1.3.x.
810 * New package libsvn-doc with doxygen-generated API docs in HTML
811 format. Thanks to Max Bowsher. (Closes: #269635)
812 - Add Suggests: libsvn-doc for libsvn0-dev
813 * Rename python2.3-subversion to python-subversion, recommended by
814 Python policy. This will allow for a slightly smoother global python
815 transition in the future.
816 - Replaces/Conflicts/Provides: python2.3-subversion
817 - Use #!/usr/bin/python everywhere, not #!/usr/bin/python2.3
818 * Add Provides: libsvn-dev to libsvn0-dev. The package will be renamed
819 in the future, when libsvn0 becomes libsvn1.
820 * Loosen dependencies between subversion-tools and the other packages,
821 as the one is "Architecture: all" and the others are not.
822 * Build-Conflict with swig 1.3.28 and newer, to document reality. This
823 has been addressed by upstream trunk but not yet backported.
824 * patches/neon-0.25.5.patch: new patch from upstream, to allow compiling
825 with neon 0.25.5.
826
827 [ Troy Heber ]
828 * Changing my email address
829
830 -- Troy Heber <troyh@debian.org> Wed, 22 Feb 2006 08:18:12 -0700
831
832 subversion (1.3.0-1) experimental; urgency=low
833
834 [ Peter, Guilherme ]
835 * New upstream version. (Closes: #344819)
836 - Undeprecates svnserve -R (Closes: #341438)
837 - Fixes typo in locks/db-logs.lock (Closes: #339298)
838 - README does not mention bdb specifics when using fsfs (Closes: #295860)
839 - Seems to not crash on deep directory checkouts with certain kernels.
840 (Closes: #348327)
841 - Back to a pristine upstream tar, as upstream has removed the
842 (non-free) Subversion Book.
843 - All patches rediffed / ported.
844 - no_extra_libs, svn_load_dirs_symlinks: renamed to no-extra-libs,
845 svn_load_dirs-symlinks, for consistency.
846 - commit-email-warning, l10n-segfault: Removed (fixed upstream).
847
848 [ Peter Samuelson ]
849 * New packages libsvn-ruby1.8 and dummy libsvn-ruby. (Closes: #335987)
850 - patches/ruby-no-strict-aliasing.patch: new patch.
851 - patches/ruby-swig-1.3.27.patch: new patch from upstream, to
852 build with SWIG 1.3.27. Upstream says this is still unofficial.
853 * Disable java on kfreebsd-i386. (Closes: #345196)
854 * patches/bash_completion.patch: new patch to fix minor wildcard
855 breakage with bash completion. (Closes: #342052)
856 * rules: remove x bit from /etc/bash_completion.d/subversion.
857 Thanks, lintian.
858 * control: downgrade db4.3-util to Suggests.
859 * Move README.db4.3 and the corresponding NEWS entry to the libsvn0
860 package. Leave a symlink in /usr/share/doc/subversion/.
861 (Closes: #342235)
862 * README.db4.3: add notes about preserving file permissions.
863 Thanks to Ross Boylan. (Closes: #345819)
864 * patches/svn_load_dirs_symlinks.patch: new patch to handle symlinks in
865 the svn_load_dirs contrib script. Thanks to Tilman Koschnick.
866 (Closes: #311440, #319165)
867 * rules: cleanups:
868 - Use debhelper -s instead of -a, and -i -s instead of -A.
869 This would have prevented the need for 1.2.3dfsg1-2.
870 - Move some build rules out of the 'install' target.
871 - Enable additional tests (make check-swig-py).
872 - Drop use of 'time' (and corresponding build-dep in control).
873 * control: move from libneon24 to libneon25, as upstream now prefers.
874 * patches/no-extra-libs-2.patch: new patch: more spurious-link pruning.
875
876 -- Peter Samuelson <peter@p12n.org> Fri, 6 Jan 2006 03:28:16 -0600
877
878 subversion (1.2.3dfsg1-3) unstable; urgency=low
879
880 [ Peter Samuelson ]
881 * rules: Remove the unwritten requirement that /usr/bin/python be
882 specifically version 2.3:
883 - derive python version from debian/control, not from dpkg -l
884 - pass PYTHON=python2.3 explicitly into configure
885 * rules: clean rule: Seek and destroy _all_ *.pyc files. There were
886 a few we didn't catch before, buried in the testsuite.
887 * Remove various unneeded files from language bindings (Closes: #310777)
888 - libsvn-core-perl.install: don't install /usr/lib/*.{a,la,so}
889 - python2.3-subversion.install: likewise
890 - libsvn-javahl.install: don't install /usr/lib/jni/*.{a,la}
891 - rules: delete *.{a,la} from python2.3/site-packages/libsvn
892 * control: build-depends on libapr0-dev (>= 2.0.55-3).
893 Earlier versions of libapr0 will try to make us link to libdb4.2.
894 * subversion.NEWS, README.db4.3: document db4.2 -> db4.3 upgrade.
895 * patches/no_extra_libs.patch: new patch to prevent linking to several
896 unneeded libraries. (Closes: #336373, which was caused by linking to
897 libssl0.9.8.)
898 - debian/control: Remove several depends and build-depends we are no
899 longer using because of this
900 * patches/commit-email-warning.patch: new patch to eliminate a harmless
901 warning in a hook script. (Closes: #336781)
902 * patches/perl-test-clean.patch: new patch to avoid leaving several
903 /tmp/svn-perl-test-xxxxxx dirs.
904 * patches/swig-1.3.27-hack.patch: new patch to avoid FTBFS from bad
905 interaction of swig 1.3.27 and <apr.h>. A *really* ugly hack.
906
907 [ Adam Conrad ]
908 * Switch to using DB4.3 instead of DB4.2, as libapr0 has
909 (Closes: #335455, #335438)
910 - Bump build-dep and libsvn0-dev dep from libdb4.2-dev to libdb4.3-dev
911 - Bump subversion and libapache2-svn deps from db4.2-util to db4.3-util
912
913 [ Troy Heber ]
914 * Added note about the requirement for nfs-common when your repository lives
915 on a NFS volume. (closes: #316097)
916 * Changing the default behavior to not use apr_generate_random_bytes(),
917 Debian use the system APR which is configured to use /dev/random. In cases
918 where the entropy pool is drained svn commands can block waiting. Removing
919 the call to apr_generate_random_bytes and using the fallback apr_time_now
920 instead. (closes: #285708, #298822)
921
922 -- Peter Samuelson <peter@p12n.org> Fri, 2 Dec 2005 16:22:44 -0600
923
924 subversion (1.2.3dfsg1-2) unstable; urgency=low
925
926 * Use DH_OPTIONS=-Nlibsvn-javahl in debian/rules, rather than the
927 Architecture fields in debian/control, to disable the java package.
928 Due to misuse of debhelper, the last attempt didn't work. And I think
929 this way is nicer anyway. Suggested by Steve Langasek.
930
931 -- Peter Samuelson <peter@p12n.org> Wed, 19 Oct 2005 04:27:51 -0500
932
933 subversion (1.2.3dfsg1-1) unstable; urgency=low
934
935 [ Guilherme de S. Pastore ]
936 * debian/control:
937 - changed section of libsvn-core-perl to perl
938 - changed section of libsvn-javahl to devel
939 - bump to Standards-Version 3.6.2.1 with no changes
940 * debian/rules:
941 - minor cleanups
942 - removed remnants of control auto-generation
943
944 [ Peter Samuelson ]
945 * Re-repack orig tarball to eliminate the tar-in-tar arrangement
946 * debian/rules: adjust to build without the tar-in-tar
947 - configure and build in ./BUILD
948 - 'clean' removes ./BUILD and files from autogen.sh
949 - adjust a lot of installation source paths
950 - pass both DEB_SRCDIR and DEB_BUILDDIR into debian/tools/Makefile
951 * debian/tools/Makefile: support separate src and build dirs
952 * debian/rules: modernise use of debhelper
953 - use dh_install instead of dh_movefiles
954 - move pathnames out of rules, into *.install, *.dirs, *.docs, *.examples
955 - side effect (but correct): move libsvn_swig_* from libsvn0{,-dev}
956 to python2.3-subversion and libsvn-core-perl
957 - install Java libraries to /usr/lib/jni, not /usr/lib (Closes: #327789)
958 * debian/rules, debian/control: disable libsvn-javahl on arm, armeb,
959 mips, mipsel, on advice from Jeroen van Wolffelaar. It seems kaffe
960 may remain broken on these architectures for a while. (Closes: #329184)
961 * debian/rules: rip out "architectures to run full testsuite on" logic,
962 on advice from Steve Langasek. It is not safe to assume that
963 debian-specific changes to an upstream release will never cause test
964 failures. Local admins can still use DEB_BUILD_OPTIONS=notest to
965 speed up a local compile.
966 * debian/control: relax all versioned build-deps; all the versions are
967 satisfied in sarge (and most of them in woody).
968 * debian/rules, debian/subversion-tools.{postinst,postrm,install}:
969 - move /usr/lib/subversion to /usr/share/subversion (Closes: #330824)
970 - move hot-backup.py to /usr/share/doc/subversion/examples
971 - create compat symlink /usr/lib/subversion
972 * debian/control: remove pkg-subversion-maintainers from Uploaders - it's
973 not the right place to document the existence of a list
974 * debian/control, debian/rules: build with kaffe-pthreads specifically
975 (works around a FTBFS with kaffe 1.1.6)
976
977 -- Peter Samuelson <peter@p12n.org> Tue, 18 Oct 2005 03:03:27 -0500
978
979 subversion (1.2.3a-1) unstable; urgency=low
980
981 * Welcome the Debian Subversion Team (Closes: #322257)
982
983 [ Guilherme de S. Pastore ]
984 * New upstream release (Closes: #320417)
985 - tarball repackaged without svnbook, as it's licensed under
986 a non-DFSG-free license (Closes: #215083, #218185, #314154)
987 - fixes export segmentation fault with versioned items in
988 "deleted" state (Closes: #314381, #316133, #316227, #320572, #324037)
989 * debian/compat:
990 - bump to debhelper compatibility version 4
991 - no longer export DH_COMPAT from inside debian/rules
992 * debian/control:
993 - dropped auto-generation with m4
994 - dropped build-dependency on quilt
995 - bump to Standards-Version 3.6.2 with no changes
996 - removed Conflicts/Replaces on all packages not present in
997 stable anymore (Closes: #310519)
998 * debian/patches/ltmain.sh.patch:
999 - removed; applied upstream
1000 * debian/patches/kaffe-cast.patch:
1001 - removed; broken and unnecessary
1002 * debian/subversion.doc-base.book:
1003 - removed; the book is no longer present
1004 * debian/README.Debian:
1005 - Removed; was doing the work of a package description, and
1006 mentioned the (removed) svnbook
1007 * debian/python2.3-subversion.README.Debian:
1008 - Renamed from pythonX.Y-subversion.README.Debian, we longer
1009 use that auto-generation stuff
1010 * debian/rules:
1011 - tiny fixes to unbreak the build process
1012 - include simple-patchsys.mk from CDBS instead of using quilt;
1013 it was too complex for our needs
1014 - fixed detection of tarballs, as to not get confused by CDBS
1015 auto-generated lists, which would cause the build to fail
1016 - no longer do any magic to auto-generate debian/control and
1017 python related documentation; too complex for too little gain
1018 - set LANG to C, otherwise the build may fail because of tests
1019 failing for not being able to recognize strings returned by
1020 some tools
1021 - no longer do any magic to support builds on pre-sarge
1022 environments; the package is already complex enough without
1023 supporting old cruft unnecessarily
1024 * Removed packaging documentation, as it was pretty much outdated
1025 * Removed maintenance scripts from the package; left them
1026 on the 'tools' section of the repository on svn.debian.org
1027
1028 [ David Kimdon ]
1029 * Do not install vc-svn.el (closes: #314213, #315100, #324633)
1030 * Autoload psvn.el by default. (closes: #223303, #235905, #305953)
1031 * Remove hard-coded DEB_BUILDDIR from debian/rules.
1032 * Enable javahl bindings by default (closes: #271125, #323839)
1033
1034 [ Peter Samuelson ]
1035 * debian/patches/l10n-segfault.patch:
1036 - fixes a "svn add" crash in the es, fr, it, pl, pt_BR and zh_TW
1037 locales (Closes: #316143, #323376, #326079)
1038 * debian/patches/rpath.patch:
1039 - port to subversion 1.2.x and reenable (work in progress, suppresses
1040 most rpaths)
1041 * debian/lintian-overrides: new file for binary package overrides
1042 * debian/rules:
1043 - support DEB_BUILD_OPTIONS=noopt
1044 - invent a DEB_BUILD_OPTIONS=notest to disable the test suite more
1045 easily
1046 - the INSTALL file is redundant, do not install it in /usr/share/doc
1047 - change #!/usr/bin/env python to #!/usr/bin/python2.3 in assorted
1048 scripts
1049 - split and install lintian-overrides to appropriate packages
1050 - minor cruft removal
1051
1052 -- Guilherme de S. Pastore <guilherme.pastore@terra.com.br> Fri, 9 Sep 2005 14:57:03 -0300
1053
1054 subversion (1.2.0-1) unstable; urgency=low
1055
1056 * New upstream release. (Closes: #310474)
1057 * Fixes many bugs (some of these may have actually been fixed
1058 before 1.2.0, in any case they are now fixed) :
1059 svndumpfilter: no crash on 64-bit platforms (Closes: #309161)
1060 symlink now works in "svn merge" (Closes: #296046)
1061 svnserve does ipv6 (Closes: #235755)
1062 svn no longer can export non-existent files (Closes: #279080)
1063 svn status "R" is documented in the svn book: (Closes: #269021)
1064 Fix auth problem (Closes: #269165)
1065 svn diff handles ctrl-c (Closes: #266973)
1066 * Build-conflict with libsvn0 (<<1.2). This is a work-around to
1067 Debian bug 291641.
1068 * The subversion book source has moved out of this package, install a
1069 pre-built book.
1070
1071 -- David Kimdon <dwhedon@debian.org> Wed, 8 Jun 2005 22:19:21 -0700
1072
1073 subversion (1.1.4-2) unstable; urgency=high
1074
1075 * Put call to dh_installdeb after call to dh_python. Fixes purge
1076 of python2.3-subversion (closes: #308777)
1077 * Disable full testsuite. All archs have already past it. No need to
1078 burden the autobuilders with all the tests.
1079 * Set DEB_BUILDDIR correctly since something is apparently setting it
1080 incorrectly.
1081
1082 -- David Kimdon <dwhedon@debian.org> Thu, 12 May 2005 21:04:56 -0700
1083
1084 subversion (1.1.4-1) unstable; urgency=low
1085
1086 * New upstream release. (Closes: #303179)
1087 * Set LC_ALL for testsuite so build runs in a known environent.
1088 (closes: #301495)
1089 * Omit unnecessary svn.vim (now included in the standard vim distribution)
1090 (closes: #298901)
1091 * Try again to get -O2 in CFLAGS. (closes: #303744)
1092
1093 -- David Kimdon <dwhedon@debian.org> Sun, 27 Mar 2005 20:43:17 -0800
1094
1095 subversion (1.1.3-3) unstable; urgency=low
1096
1097 * Add -O2 to CFLAGS.
1098 * Fix trac's revision log (closes: #299817)
1099 patche thanks to Torsten Landschoff <torsten@debian.org>
1100
1101 -- David Kimdon <dwhedon@debian.org> Fri, 25 Feb 2005 20:25:02 -0800
1102
1103 subversion (1.1.3-2) unstable; urgency=low
1104
1105 * Patches thanks to Torsten Landschoff <torsten@debian.org>
1106 - Let cdbs handle updating config.{sub|guess}.
1107 - Support swig 1.3.24. (closes: #295452)
1108 * Remove old upgrade notes from README.Debian.
1109 * Fix doc url (closes: #293310)
1110
1111 -- David Kimdon <dwhedon@debian.org> Sun, 20 Feb 2005 11:31:34 -0800
1112
1113 subversion (1.1.3-1) unstable; urgency=low
1114
1115 * New upstream release. (closes: #290610, #288344, #290381)
1116 - remove r12102.patch as it is integrated in this upstream release.
1117 * Make libsvn0 conflict with libsvn-core-perl (= 1.0.9) (closes: #290807)
1118 * Allow the build to use a 1.3.22 swig version since the Debian
1119 version is patched to include the necessary runtime libraries.
1120 * Don't start description synopses with a capital letter, make homepage
1121 consistent explicit in package description (as suggested by the
1122 Developer's Reference).
1123 * Be more explicit about what the default apache module configuration
1124 allows. Default to a read-only repository for non-anonymous
1125 users. (closes: #277303)
1126 * The book isn't being built properly, stop building it and use the
1127 version that is shipped with the tarball (closes: #282393).
1128
1129 -- David Kimdon <dwhedon@debian.org> Sat, 15 Jan 2005 14:12:54 -0800
1130
1131 subversion (1.1.1-2) unstable; urgency=low
1132
1133 * Fix minor incompatability between 1.0 and 1.1 libraries.
1134 (closes: #275545)
1135 * Remove conditionals and variables that allow debian/rules to
1136 support building subversion 1.0.
1137 * Re-enable debian/patches/rpath.patch. This get rpath out of
1138 some of the binaries.
1139 * Minor build system fixes.
1140 * python2.3-subversion now Conflict/Replace's python2.1-subversion
1141 (closes: #281047)
1142 * Mention DAV in description of libapache2-svn package.
1143 (closes: #277301)
1144 * Uncomment section markers in default configuration files. It is easy
1145 to uncomment the option, but not the section marker and then wonder
1146 why the change has not taken effect. (closes: #278162)
1147 * Fix path to subversion book. (closes: #285240)
1148
1149 -- David Kimdon <dwhedon@debian.org> Sun, 5 Dec 2004 10:26:12 -0800
1150
1151 subversion (1.1.1-1) experimental; urgency=low
1152
1153 * New upstream release. (closes: #272000)
1154 * Fix hard-coded swig version in debian/rules (closes: #276838)
1155 * Mention 'dav' in the description of libapache2-svn so the package
1156 is easier to find. (closes: #277302)
1157 * Create libsvn-core-perl dependency on libsvn0 via the shlibs file
1158 so the version is taken into account. (closes: #279439)
1159
1160 -- David Kimdon <dwhedon@debian.org> Sat, 30 Oct 2004 07:59:52 -0700
1161
1162 subversion (1.1.0-1) experimental; urgency=low
1163
1164 * New upstream release.
1165 * Make debian/control.in a double-colon rule. This allows us to
1166 build with old and new versions of cdbs. We are not using
1167 cdbs's debian/control rule.
1168 * Increase debhelper build dependency to 4.1.25 since we use
1169 dh_python.
1170 * Increase version number to prevent this package from being
1171 removed from experimental. (1.0.8-1 has been uploaded to
1172 unstable.)
1173 * Disable testsuite on powerpc since I just ran it.
1174 * Build depend on swig >= 1.3.22-2 so we get a runtime library
1175 and the build doesn't fail.
1176
1177 -- David Kimdon <dwhedon@debian.org> Sat, 25 Sep 2004 10:11:12 -0700
1178
1179 subversion (1.0.6+1.1.0rc4-1) experimental; urgency=high
1180
1181 * New upstream release.
1182 * CAN-2004-0749: mod_authz_svn fails to protect metadata
1183
1184 -- David Kimdon <dwhedon@debian.org> Fri, 24 Sep 2004 20:38:15 -0700
1185
1186 subversion (1.0.6+1.1.0rc2-1) experimental; urgency=low
1187
1188 * New upstream release.
1189 * Build system changes so we can easily support subversion 1.1.x.
1190 * Minor build changes to support 1.1.x.
1191
1192 -- David Kimdon <dwhedon@debian.org> Wed, 8 Sep 2004 22:36:04 -0700
1193
1194 subversion (1.0.6-2) unstable; urgency=high
1195
1196 * This package is source equivalent to 1.0.6-1.
1197 * Remove debian/patches/apr_dir_make.patch as this is now fixed
1198 in the apache2 version we depend on.
1199 * Build depend on apache2 >= 2.0.50-11 so we get all fixes.
1200 * Put version number to something that katie will not interpret as
1201 a binary NMU.
1202
1203 -- David Kimdon <dwhedon@debian.org> Wed, 1 Sep 2004 22:03:43 -0700
1204
1205 subversion (1.0.6-1.2.1) unstable; urgency=high
1206
1207 * Binary non-maintainer upload by temporary maintainer.
1208
1209 -- Matt Kraai <kraai@debian.org> Thu, 26 Aug 2004 15:06:09 -0700
1210
1211 subversion (1.0.6-1.2) unstable; urgency=high
1212
1213 * Non-maintainer upload with maintainer approval.
1214 * Reverting the apache2/apr LFS transition by bumping our build-dep
1215 to (>= 2.0.50-10), as the apache2 maintenance team has decided that
1216 the ABI transition, while desireable, just wasn't manageable this
1217 close to a release.
1218 * Re-enable the testsuite on all arches to make sure all this ABI
1219 buggery hasn't, well, buggered anything.
1220
1221 -- Adam Conrad <adconrad@0c3.net> Fri, 20 Aug 2004 10:34:24 -0600
1222
1223 subversion (1.0.6-1.1) unstable; urgency=medium
1224
1225 * Non-maintainer upload by temporary maintainer.
1226 * Work around the apr_dir_make bug in Apache 2.0.50 (closes: #256909).
1227 * Update apache build-dep to >= 2.0.50-9 (closes: #266170, #266193).
1228
1229 -- Matt Kraai <kraai@debian.org> Tue, 17 Aug 2004 04:31:49 -0700
1230
1231 subversion (1.0.6-1) unstable; urgency=high
1232
1233 * New upstream release.
1234 - fix mod_authz_svn COPY security hole (closes: #261938)
1235 * Depend on exim4 rather than exim. (closes: #255363)
1236 * Link libsvn_swig_perl-1.so with all the libraries it depends on.
1237 (closes: #262025)
1238 * Update neon build-dep to >= 0.24.7.
1239 * Update apache build-dep to >= 2.0.50.
1240 * Refresh debian/patches/repos-templates.patch.
1241 * Add build-dep on libkrb5-dev.
1242 * Fix permissions on libsvn-core-perl shared libraries.
1243 * Only remove modules from apache's configuration when we are
1244 removing libapache2-svn, not on upgrades. (closes: #251245)
1245 Additionally, move the module config manipulation from the postrm
1246 to the prerm. This way there is no time when apache is configured
1247 to load a module that is not present on the system.
1248
1249 -- David Kimdon <dwhedon@debian.org> Sun, 20 Jun 2004 15:34:57 +0200
1250
1251 subversion (1.0.5-1) unstable; urgency=low
1252
1253 * New upstream release.
1254 - Fix CAN-2004-0413: Subversion svn:// protocol string parsing error.
1255 (closes: #253694)
1256 * Update build-depends to neon 0.24.6.
1257 * Fix broken /etc/emacs/site-start.d/vc-svn.el (closes: #250058)
1258
1259 -- David Kimdon <dwhedon@debian.org> Mon, 24 May 2004 14:45:09 +0200
1260
1261 subversion (1.0.3-1) unstable; urgency=high
1262
1263 * New upstream release.
1264 - fix CAN-2004-0397 : Subversion remote vulnerability
1265 (closes: #249791)
1266
1267 -- David Kimdon <dwhedon@debian.org> Wed, 19 May 2004 20:31:15 +0200
1268
1269 subversion (1.0.2-5) unstable; urgency=low
1270
1271 * Fix apache modules link in a cleaner way. Previously I had some
1272 hard-coded link lines in debian rules. The present change modfies the
1273 subversion build system itself to hopefully do the right thing in all
1274 cases. This change is less invasive and should allow all archs to
1275 build. (closes: #246903)
1276
1277 -- David Kimdon <dwhedon@debian.org> Sun, 2 May 2004 11:09:20 +0200
1278
1279 subversion (1.0.2-4) unstable; urgency=low
1280
1281 * Remove 'sudo' line that I didn't mean to commit and got included
1282 in 1.0.2-3. Thanks to Norbert Tretkowski for noticing.
1283
1284 -- David Kimdon <dwhedon@debian.org> Sat, 1 May 2004 14:07:28 +0200
1285
1286 subversion (1.0.2-3) unstable; urgency=low
1287
1288 * Fix apache modules link. (closes: #246258)
1289
1290 -- David Kimdon <dwhedon@debian.org> Sat, 1 May 2004 09:26:23 +0200
1291
1292 subversion (1.0.2-2) unstable; urgency=low
1293
1294 * Fix python interpreter in svnshell. (closes: #245473)
1295 * Include manpage for svn_load_dirs. Thanks to Per Olofsson.
1296 (closes: #245630)
1297 * Remove rpath from shared libraries.
1298 * Archs not marked to run the testsuite will now still run basic_tests.py
1299 * Disable full testsuite on archs that have passed it for 1.0.2-1.
1300
1301 -- David Kimdon <dwhedon@debian.org> Fri, 23 Apr 2004 20:53:43 +0200
1302
1303 subversion (1.0.2-1) unstable; urgency=low
1304
1305 * New upstream release.
1306 * fix assertion failure in vwrite_tuple() (closes: #241076)
1307 * Remove shlibs.local (closes: #244466)
1308 * Put back in svnshell, patch the error messages so they are not
1309 confusing (closes: #234462).
1310 * Point to /usr/bin/svnshell as an example to help get started using
1311 the pythong bindings. (closes: #239924)
1312 * subversion now suggests subversion-tools. This may make it easier
1313 to find the tools contained in subversion-tools. (closes: #243917)
1314
1315 -- David Kimdon <dwhedon@debian.org> Sun, 18 Apr 2004 16:09:55 +0200
1316
1317 subversion (1.0.1-3) unstable; urgency=low
1318
1319 * Fix python2.3-subversion and subversion-tools priority so they are
1320 the same as the priorities in the override file.
1321 * Fix libtool problem by no longer doing the LIBTOOL_IS_A_FOOL
1322 hack. (closes: #242460)
1323 * Fix hard-coded link in debian/rules to link with ptoper swig.
1324
1325 -- David Kimdon <dwhedon@debian.org> Sat, 3 Apr 2004 11:13:29 +0200
1326
1327 subversion (1.0.1-2) unstable; urgency=low
1328
1329 * Apply changes up to the current head of the 1.0.x branch.
1330 This line is making its way to become 1.0.2. The diff was
1331 obtained like this:
1332 svn diff http://svn.collab.net/repos/svn/tags/1.0.1 \
1333 http://svn.collab.net/repos/svn/branches/1.0.x@9275
1334 - Fix recursive propset (closes: #238558)
1335 * Increase swig build dependancy to 1.3.21-2 so we get a working
1336 dependancy. (closes: #237230)
1337
1338 -- David Kimdon <dwhedon@debian.org> Fri, 2 Apr 2004 20:19:46 +0200
1339
1340 subversion (1.0.1-1) unstable; urgency=low
1341
1342 * New upstream release.
1343 * Change libsvn0-dev and subversion-tools priority to extra so that
1344 there is no longer a disparity between the override file and the
1345 control file.
1346 * cvs2svn is no longer part of this package, request for package filed,
1347 see http://bugs.debian.org/237934 .
1348 * libswig1.3 provides an incorrect shlibs file, add proper dependancies
1349 to debian/shlibs.local (closes: #220107)
1350
1351 -- David Kimdon <dwhedon@debian.org> Thu, 11 Mar 2004 12:21:33 +0100
1352
1353 subversion (1.0.0-2) unstable; urgency=low
1354
1355 * Apply changes up to the current head of the 1.0.x branch.
1356 This line is making its way to become 1.0.1 which is expected
1357 to be released soon. The diff was obtained like this:
1358 svn diff http://svn.collab.net/repos/svn/tags/1.0.0 \
1359 http://svn.collab.net/repos/svn/branches/1.0.x@8939
1360 - Fix directory walk ordering on filesystems that don't return
1361 '.' first. (closes: #231364)
1362 - Many other fixes.
1363 * Fix description of the subversion book (it is a version control,
1364 not a revision control system)
1365 * Remove local copy of patchsys-quilt.mk and add version to quilt build-dep.
1366 * Don't strip binaries if 'nostrip' is in DEB_BUILD_OPTIONS.
1367 * Patch from Erno Kuusela to 50vc-svn.el so subversion vc backend doesn't
1368 supersede an existing default.
1369 * Don't ship .pyc files in pythonX.Y-subversion. These files should instead
1370 be generated in the postinst. (closes: #236170)
1371 * Detect if debian/control is invalid. If invalid then recreate it and
1372 exit failure telling the user to try again. (closes: #204253)
1373 * Add debian/shlibs.local which needs to stay around until #231659
1374 is fixed (closes: #234932).
1375 * Fix broken stamp files that were among other things making the build
1376 execute the configure and autogen rules unnecessarily.
1377 * Update to policy 3.6.1 (no changes).
1378
1379 -- David Kimdon <dwhedon@debian.org> Mon, 23 Feb 2004 22:32:22 +0100
1380
1381 subversion (1.0.0-1) unstable; urgency=low
1382
1383 * New upstream release.
1384 - INSTALL no longer says Subversion is alpha. (closes: #232945)
1385 - Remove cvs2svn manpage.
1386 * Fix formatting of NEWS.Debian. (closes: #232940)
1387 * Put version in shlibs file. In the last upload I removed all version
1388 info from the shlibs file rather than converting = to >=.
1389 * Enable testsuite on many archs.
1390 * Build with srcdir == builddir. This fixes some problems in the
1391 perl bindings and generally makes the build system cleaner.
1392 * Remove svnadmin-static. With the build system changes it wasn't
1393 easy to keep it and we won't need it for a while if ever.
1394
1395 -- David Kimdon <dwhedon@debian.org> Sat, 21 Feb 2004 08:49:04 +0100
1396
1397 subversion (0.37.0-3) unstable; urgency=low
1398
1399 * When saying you need to dump/reload your repository it is helpful
1400 to provide the path to the manual which describes how to do so.
1401 (closes: #231176)
1402 * Include README and HACKING. (closes: #218052)
1403 * Mention to abbreviation 'svn' in short package descriptions.
1404 (closes: #231698)
1405 * shlibs file now creates a >= dependancy rather than a strict =.
1406 (closes: #231681)
1407 * Don't include svnshell. It is just an example of how to use the
1408 bindings and isn't for general consumption. (closes: #230534)
1409 * New package libsvn-core-perl. (closes: #208935)
1410 * Fix doc build by giving the new path to the docbook stylesheets.
1411 (closes: #231981)
1412 * Start using 'quilt' and part of 'cdbs' to maintain separate pataches
1413 within the source package.
1414 * Fix default repos templates. (closes: #210901)
1415 * Update swig build-dep to >= 1.3.21. This isn't actually required
1416 by Subversion but I have some current Subversion bug reports that
1417 indicate mixing 1.3.19 builds with 1.3.21 systems may cause problems.
1418 * Pass fulll path the swig to configure so as to ensure we use the swig
1419 from the Debian package.
1420 * Don't pass broken CFLAGS to swig wrapper build (closes: #232591)
1421
1422 -- David Kimdon <dwhedon@debian.org> Sat, 7 Feb 2004 00:00:41 +0100
1423
1424 subversion (0.37.0-2) unstable; urgency=low
1425
1426 * Remove more references to Subversion being alpha (closes: #230744)
1427 * Fix up debian/build.sh so the source package has all necessary files.
1428 (closes: #230948)
1429 * It looks like all archs have built the new swig now, so try this build
1430 again (closes: #230955)
1431 * NEWS.Debian and README.Debian made references to subversion
1432 0.35.1-1 which was never uploaded. Fix those references so they point
1433 to 0.37.0-1.
1434
1435 -- David Kimdon <dwhedon@debian.org> Mon, 2 Feb 2004 19:56:12 +0100
1436
1437 subversion (0.37.0-1) unstable; urgency=low
1438
1439 ** NOTE: Repository dump/reload required. See NEWS.Debian **
1440
1441 * New upstream release.
1442 - Subversion is getting close to the 1.0 release (closes: #193062)
1443 - svnserve ssh now accepts user@host (closes: #202885)
1444 * Rebuild against new libapr. (closes: #230311)
1445 * doc build has changed since the last release, update so it still builds.
1446 * Add build-conflicts against broken libtool 1.5-6.
1447 * Don't build book since the source distribution already provides
1448 us with a built book.
1449 * Build with Berkeley DB 4.2.
1450 * Increase required apache2 version to 2.0.48-7 so we build with the
1451 same version of Berkeley DB.
1452 * No longer install binaries that include debug symbols.
1453 * Autogenerated cruft is no longer part of the source package's diff.
1454 * Update debian/copyright notice for 2004.
1455 * The default /etc/subversion/config and /etc/subversion/servers are now
1456 generated as part of the build.
1457 * Link libsvn_swig_py properly. (closes: #220107)
1458 * Remove note from debian/control saying that this is an alpha release.
1459
1460 -- David Kimdon <dwhedon@debian.org> Tue, 18 Nov 2003 21:39:50 +0100
1461
1462 subversion (0.33.0-1) unstable; urgency=low
1463
1464 * New upstream release. (closes: #220672)
1465 - fix internal diff library (closes: #218406, #220474)
1466 - cvs2svn fixed (closes: #216868)
1467 * Change build dependancy from apache2-devb to apache2-threaded-dev.
1468 * Remove hack to get around broken apr-config now that bug #197685 is
1469 fixed.
1470 * Build depend on docbook-xsl rather than docbook-xsl-stylesheets.
1471 (closes: #220788)
1472 * Now that neon 0.24.4 is available increase build dependancy to require
1473 it. Subversion itself doesn't require the new version but there are
1474 enough bug fixes in that version of neon that it is better to use it.
1475 * Enable mod_dav_fs in libapache2-svn.postinst (closes: #219620)
1476 * Fix propchange-email.pl and commit-access-control.pl interpreter
1477 (closes: #220692)
1478 * Corrent python invocation in svnperms.py.
1479 * Update /etc/subversion/{config,servers}
1480 * Update debian/copyright. Re-sync with current upstream license (remove
1481 reference to expat-lite, add reference to apr-util). Fix download
1482 URL to point only to http://subversion.tigris.org rather than trying
1483 to show the exact URL since that can change.
1484
1485 -- David Kimdon <dwhedon@debian.org> Sat, 15 Nov 2003 22:29:33 +0100
1486
1487 subversion (0.32.1-1) unstable; urgency=low
1488
1489 * New upstream release.
1490 New manpages. (closes: #206646)
1491 * The source package shouldn't be in Debian native format. (closes: #216514)
1492 * Update default /etc/apache2/mods-available/dav_svn.conf with some better
1493 comments and bring it up to date with current required syntax.
1494 * Move last dump/reload notes from NEWS.Debian into README.Debian since it
1495 isn't news anymore.
1496
1497 -- David Kimdon <dwhedon@debian.org> Sun, 19 Oct 2003 19:22:52 +0200
1498
1499 subversion (0.31.0-1) unstable; urgency=low
1500
1501 * New upstream release.
1502 * Remove Matt Kraai from Uploaders field. Thanks for all the help
1503 Matt!
1504 * Wrote debian/tools/svn-make-config.c which is a tool that helps to
1505 create default config files. Maybe this can be included upstream
1506 somehow. Update /etc/subversion/{config,servers}
1507 * Include svnadmin-static manpage.
1508
1509 -- David Kimdon <dwhedon@debian.org> Tue, 7 Oct 2003 07:03:12 +0200
1510
1511 subversion (0.30.0-2) unstable; urgency=low
1512
1513 * Adjust dynamic linker search path and location of svnversion
1514 binary so the book build doesn't generate a spurious error message.
1515 As a bonus the version number in the built doc should be correct
1516 now instead of saying 'Draft'.
1517 * Set XSL_DIR when building the docs so we can find things like
1518 docbook.xsl. It appears as though this succeeded when I built
1519 0.30.0-1 because make didn't need to recreate the documentation
1520 completely. On the autobuilders this was not the case.
1521 (closes: #213116)
1522
1523 -- David Kimdon <dwhedon@debian.org> Sun, 28 Sep 2003 21:24:55 +0200
1524
1525 subversion (0.30.0-1) unstable; urgency=low
1526
1527 * New upstream release.
1528 * Update /etc/subversion/{config,servers}
1529
1530 -- David Kimdon <dwhedon@debian.org> Wed, 24 Sep 2003 22:15:17 +0200
1531
1532 subversion (0.29.0-2) unstable; urgency=low
1533
1534 * Force neon build dependancy and libsvn0-dev dependancy to libneon24.
1535 In reality neon 0.23.9 or greater will work, but since we need to
1536 hard-code the version in the libsvn0-dev dependnacy it is simpler to just
1537 force libneon24. (closes: #206031)
1538 * Disable testsuite on archs where it has passed.
1539 * Remove unneeded, crufty shlibs.local.
1540 * Make debian/control read-only to discourage edits to it rather than
1541 debian/control.in. (closes: #211091)
1542 * Drop debhelper build dependancy back to >=3 so it is easier to
1543 build the package on old systems.
1544 * Actually install NEWS.Debian rather than having it sit in the
1545 source package where no one can see it. (closes: #210684, #210822)
1546 * Update /etc/subversion/config and /etc/subversion/servers
1547 * Make package descriptions more clear and detailed. (closes: #210065)
1548 * Fix commit-email.pl (closes: #211577)
1549 * Remove extra hyphen in subversion.preinst rm's and make a note
1550 about why we are doing the rm.
1551
1552 -- David Kimdon <dwhedon@debian.org> Sun, 14 Sep 2003 09:04:35 +0000
1553
1554 subversion (0.29.0-1) unstable; urgency=low
1555
1556 * New upstream release:
1557 - Work with neon 0.24 (closes: #206031).
1558 - Handle tool rearrangment, thanks to Kevin M. Rosenberg (closes:
1559 #208813).
1560 * Require debhelper 4.1.51 or later to install NEWS.Debian.
1561
1562 -- Matt Kraai <kraai@debian.org> Fri, 05 Sep 2003 16:14:51 -0700
1563
1564 subversion (0.27.0-1) unstable; urgency=low
1565
1566 * Merge multi-line depends and build-depends fields (closes: #203413).
1567 * Fix verb conjugations in libapache2-svn's description (closes:
1568 #203417).
1569 * Change Apache location from /svn/repos to /svn (closes: #203301).
1570 * Change the default repository location to /var/lib/svn.
1571 * Force dependencies on libsvn0 to require the same version that was
1572 used to build (closes: #203454).
1573 * Move svnindex.css and svnindex.xsl to /var/www/apache2-default in
1574 libapache2-svn (closes: #203749).
1575 * Include "svn" in the description of subversion (closes: #204179).
1576 * Regenerate control (closes: #205311).
1577
1578 -- Matt Kraai <kraai@debian.org> Thu, 14 Aug 2003 16:22:04 -0700
1579
1580 subversion (0.26.0-1) unstable; urgency=low
1581
1582 * Add self to Uploaders.
1583 * New upstream release:
1584 - Handle absolute paths in svn_load_dirs.pl (closes: #187331).
1585 - Call Cmd.__init__ in svnshell.py (closes: #198140).
1586 - Handle paths containing quotes in cvs2svn (closes: #201290).
1587 * Build-depend on apache2-dev (>= 2.0.47), libapr0-dev (>= 2.0.47), and
1588 libneon23-dev (>= 0.23.9).
1589 * Include fixes from 0.25-0.1 (closes: #198304, #199015, #199710,
1590 #200657, #201009).
1591 * Add perl (>= 5.8.0-7) to subversion-tools's dependencies (closes:
1592 #191138).
1593 * Add liburi-perl (>= 1.17-1) to subversion-tools's dependencies
1594 (closes: #198143).
1595 * Rename libapache2-dav-svn to libapache2-svn and include mod_authz_svn
1596 (closes: #198182).
1597
1598 -- Matt Kraai <kraai@debian.org> Thu, 24 Jul 2003 05:55:37 -0700
1599
1600 subversion (0.25-0.1) unstable; urgency=low
1601
1602 * Non-maintainer upload.
1603 * New upstream release.
1604 * Add missing files to python2.2-subversion (closes: #199015).
1605 * Make subversion-tools replace subversion (<< 0.22.1-1)
1606 (closes: #198304).
1607
1608 -- Matt Kraai <kraai@debian.org> Sat, 12 Jul 2003 15:29:45 +0200
1609
1610 subversion (0.24.2-1) unstable; urgency=low
1611
1612 * New upstream release
1613 * Fix quoting error in debian/rules that was breaking the swig build.
1614 * Add shlibs.local to work around problems like bug 197989.
1615
1616 -- David Kimdon <dwhedon@debian.org> Wed, 18 Jun 2003 18:06:55 -0700
1617
1618 subversion (0.24.1-1) unstable; urgency=low
1619
1620 * New upstream release :
1621 - no long includes svn-deisgn info document (closes: #196412)
1622 * strip svnadmin-static. It is very large and not needed for
1623 debugging since the shared version of svnadmin can be used as long
1624 as the package is installed.
1625 * Follow apache2 change to module build helper (apxs -> apxs2).
1626 (closes: #196577)
1627 * Update apache2 and apr build dependancy.
1628 * Build fixes thanks to Michael Cardenas <mbc@debian.org>
1629 * Update build dependancy libsasl-dev -> libsasl2-dev.
1630 * svn-design.info is no longer built, remove texinfo build-dep.
1631 * Update apache2 example configuration based on input from
1632 solo turn <soloturn99@yahoo.com> (closes: #197089)
1633 * Don't attempt to load vc-svn when package has been removed and
1634 only conffiles remain, patch thanks to Kalle Olavi Niemitalo <kon@iki.fi>
1635 (closes: #193427)
1636 * work around problem with apr-config (see bug #197685).
1637
1638 -- David Kimdon <dwhedon@debian.org> Sun, 1 Jun 2003 20:45:05 -0700
1639
1640 subversion (0.23.0-2) unstable; urgency=low
1641
1642 * Abort build on testsuite failure.
1643 * Create a proper source package. (closes: #194517)
1644 * Fix export over ra_svn. Thanks to Branden Robinson for the fix and
1645 offering to NMU. (closes: #193060)
1646 * Update comment-out vc-svn autoload commands to avoid problems with
1647 xemacs. Thanks to Kalle Olavi Niemitalo <kon@iki.fi> for the
1648 problem analysis and patch. (closes: #191632)
1649 * Disable testsuite on archs that passed 0.23.0-1.
1650
1651 -- David Kimdon <dwhedon@debian.org> Thu, 22 May 2003 09:52:35 -0700
1652
1653 subversion (0.23.0-1) unstable; urgency=low
1654
1655 * New upstream release.
1656 * Add build-dep on xsltproc, docbook-xsl-stylesheets, create
1657 html version of book during build.
1658 * Update to standards version 3.5.10 (no changes).
1659
1660 -- David Kimdon <dwhedon@debian.org> Mon, 19 May 2003 18:34:24 -0700
1661
1662 subversion (0.22.2-1) unstable; urgency=low
1663
1664 * New upstream release.
1665 * Don't strip objects. This is a deliberate policy violation. The
1666 goal is to lower the barrier to anyone wishing to debug this
1667 software. See the notes in Bug#193062 for more info.
1668 * Let debhelper create conffiles.
1669 * Include perl dependancy information in subversion-tools package
1670 (closes: #191138, #187324).
1671 * Disable testsuite on archs that passed 0.22.1-1.
1672
1673 -- David Kimdon <dwhedon@debian.org> Tue, 13 May 2003 18:20:44 -0700
1674
1675 subversion (0.22.1-1) unstable; urgency=low
1676
1677 * New upstream release.
1678 * Tone down the warning in the package description about data loss, simply
1679 indicate that this software is still in development.
1680 * Apply 0.21.0 changes to debian/control.in that were erronously applied
1681 only to debian/control. (closes: #190353)
1682 * Include HACKING in /usr/share/doc/subversion/. (closes: #191450)
1683 * Don't automatically load emacs lisp files. The bindings can still be
1684 enabled by the system administrator uncommenting the lines in
1685 /etc/emacs/site-start.d. (closes: #190804)
1686 * Update build dependancy to require more recent apache2-dev and
1687 libapr0-dev (closes: #192595)
1688 * Speed up ./debian/rules by limiting the number of times we exec dpkg.
1689 * Add versioned build-dep on debhelper.
1690 * Move the python script /usr/bin/svnshell from the 'subversion'
1691 package into the 'subversion-tools' package. ('subversion-tools'
1692 already had a python dependancy)
1693
1694 -- David Kimdon <dwhedon@debian.org> Thu, 8 May 2003 08:16:13 -0700
1695
1696 subversion (0.21.0-1) unstable; urgency=low
1697
1698 * New upstream release.
1699 * Include svnshell. (closes: #187446)
1700 * Include svnindex.css and svnindex.xsl. (closes: #185465)
1701 * Make subversion priority optional. (closes: #188141)
1702 * Update to policy 3.5.9 (no changes).
1703 * Fix svn-dev.vim (closes: #187937).
1704 * Fix emacs svn-status-mode (closes: #188706).
1705 * Remove subversion-server package (closes: #182653). As indicated
1706 in the bug report the subversion-server package was only necessary if
1707 one wanted to use subversion with apache. I don't see a compelling
1708 need for the subversion-server package, all it did is depend on
1709 subversion, subversion-tools and libapache2-dav-svn.
1710
1711 -- David Kimdon <dwhedon@debian.org> Wed, 16 Apr 2003 00:37:05 -0700
1712
1713 subversion (0.20.1-2) unstable; urgency=low
1714
1715 * Fix svnversion breakage, again, sigh. This time with a fix that
1716 is easier to maintain (no longer need to patch upstream source).
1717 (closes: #186966)
1718 * Fix improperly generated source package (was in Debian native format).
1719 * Update package sections for libsvn0-dev and python2.2-subversion
1720 based on new archive sections.
1721 * Update debian/copyright (fix spelling of 'acknowledgment' and
1722 extend copyright to 2003).
1723 * Remove NEWS.Debian (was news from 0.17)
1724 * Update /etc/subversion/[config,servers]
1725
1726 -- David Kimdon <dwhedon@debian.org> Mon, 31 Mar 2003 07:34:01 -0800
1727
1728 subversion (0.20.1-1) unstable; urgency=low
1729
1730 * New upstream release.
1731
1732 -- David Kimdon <dwhedon@debian.org> Sun, 30 Mar 2003 18:14:01 -0800
1733
1734 subversion (0.20-1) unstable; urgency=low
1735
1736 * New upstream release.
1737
1738 -- David Kimdon <dwhedon@debian.org> Thu, 20 Mar 2003 21:43:10 -0800
1739
1740 subversion (0.19.1-2) unstable; urgency=low
1741
1742 * Fix psvn.el autoload. (closes: #185130)
1743 * Fix autobuild failure. (closes: #185088)
1744 * Minor update to /etc/subversion/servers.
1745
1746 -- David Kimdon <dwhedon@debian.org> Mon, 17 Mar 2003 07:00:17 -0800
1747
1748 subversion (0.19.1-1) unstable; urgency=low
1749
1750 * New upstream release.
1751 * Install psvn.el and vc-svn.el so they are autoloaded by emacs,
1752 thanks to Martin Pool <mbp@sourcefrog.net> for a patch. (closes: #184032)
1753 * Retiring svn-[buildpackage|inject] until I update them.
1754
1755 -- David Kimdon <dwhedon@debian.org> Sun, 9 Mar 2003 18:45:57 -0800
1756
1757 subversion (0.18.1-1) unstable; urgency=low
1758
1759 * New upstream minor release.
1760 * add python fixups from woody backport
1761 * disable testsuite for archs that have passed it
1762 * fixup db tool path in hotbackup.py, again (closes: #182777)
1763
1764 -- David Kimdon <dwhedon@debian.org> Sun, 23 Feb 2003 13:22:45 -0800
1765
1766 subversion (0.18.0-1) unstable; urgency=low
1767
1768 * New upstream release. (closes: #180910)
1769 - Use new --with-editor configure switch to set default editor to
1770 /usr/bin/editor (closes: #162632, #164371)
1771 - New cvs2svn manpage thanks to Robert Bihlmeyer <robbe@orcus.priv.at>
1772 (closes: #176576)
1773 * Fixups for woody backport
1774 - libtool patch is back. It is only applied for the versions of libtool
1775 that need it (such as the libtool in woody).
1776 - make the testsuite run on woody.
1777 * Add build-dep on libsasl-dev.
1778 * Make subversion-tools depend on an explicit version of subversion and
1779 python2.2-subversion (closes: #180621)
1780
1781 -- David Kimdon <dwhedon@debian.org> Sun, 9 Feb 2003 22:16:27 -0800
1782
1783 subversion (0.17.1-2) unstable; urgency=low
1784
1785 * The Berkeley DB update as of 0.17.1-1 requires you to run
1786 'svnadmin recover /path/to/repos', see README.Debian for
1787 more information.
1788
1789 * Include prominent note in changelog, README.Debian and
1790 NEWS.Debian indicating steps required for Berkeley DB upgrade.
1791 (closes: #178819)
1792 * Don't include CHANGES twice. (closes: #178694)
1793 * libapache2-dav-svn depends on a specific version of apache2
1794 (closes: #178833)
1795 * Build-Dep on apache2 packages tightened to >> 2.0.44-6 since -5
1796 didn't have a non-interative install, this made subversion fail on
1797 some autobuliders.
1798 * Disable testsuite on the archetectures that passed 0.17.1-1.
1799 * Remove version information for libapache2-dav-svn dependancy on
1800 apache2 since apache2 is a virtual package.
1801
1802 -- David Kimdon <dwhedon@debian.org> Mon, 27 Jan 2003 17:02:31 -0800
1803
1804 subversion (0.17.1-1) unstable; urgency=low
1805
1806 * New upstream release.
1807 * Build against berkeley db 4.1.24.
1808 * Apply some changes from revs 4521:4523 so cvs2svn works.
1809 * Include CHANGES in /usr/share/doc/subversion/. This is the upstream
1810 summary of changes for each release.
1811 * Compile against current libapr (closes: #177836).
1812 * Fix path in svn_load_dirs (closes: #176610).
1813 * Increase verbosity on testsuite so autobuilders don't kill the testsuite
1814 due to inactivity.
1815 * Don't create arch independant packages in the binary-arch target
1816 (closes: #174381)
1817 * Make testsuite run on sparc and alpha. It wasn't previously being run
1818 due to a bug in the shell snippet that determines whether or not we want
1819 it to run.
1820 * Change libapache2-dav-svn dependancy from apache2-common to apache2,
1821 we need one of the mpm's to have a working server (closes: #175902)
1822 * Work-around for duplicate conffile entries created by debhelper.
1823
1824 -- David Kimdon <dwhedon@debian.org> Sun, 15 Dec 2002 11:08:02 -0800
1825
1826 subversion (0.16.0-1) unstable; urgency=low
1827
1828 * New upstream release.
1829 * update /etc/subversion/config to include webdav compression option
1830 * add back subversion.conffiles, it is needed for older versions of
1831 debhelper.
1832 * /etc/subversion/proxies renamed to /etc/subversion/servers (actually this
1833 happenned with 0.15.0 or so but I forgot to note it here)
1834 * upgrade to policy 3.5.8
1835 * include the contents of tools/hook-scripts/ in subversion-tools package
1836 (closes: #171997)
1837 * patches from Brandon Ehle <behle@pipedreaminteractive.com> to fix swig
1838 build
1839 * cat tests.log on testsuite failure.
1840 * fix the pathnames on some scripts from tools/ on install.
1841 * compile with -Wall
1842 * subversion-tools now depends on exim | mail-transport-agent
1843 * sed cvs2svn at install so we find rcsparse.py (closes: #172284)
1844
1845 -- David Kimdon <dwhedon@debian.org> Thu, 5 Dec 2002 07:52:24 -0800
1846
1847 subversion (0.15.0-2) unstable; urgency=low
1848
1849 * Fix broken conffile (closes: #171323)
1850 * Don't run testsuite on archs that succeeded with 0.15.0-1.
1851 * remove subversion.conffiles until Bug#126520 is closed.
1852
1853 -- David Kimdon <dwhedon@debian.org> Sun, 1 Dec 2002 08:28:35 -0800
1854
1855 subversion (0.15.0-1) unstable; urgency=low
1856
1857 * New upstream release.
1858 * Add dependancy on libdb4.0-util for subversion and libapache2-dav-svn
1859 packages. In case a repository gets wedged we want db4.0_recover
1860 available. Fix paths in hot-backup.py (closes: #169797, #169796)
1861 * Doc install cleanup thanks to Jon Middleton <jjm@ixtab.org.uk>
1862 * aprutl version checking hack, thanks to Jon Middleton <jjm@ixtab.org.uk>
1863 * Include a statically linked svnadmin that we can copy to svnadmin-$(VERSION)
1864 on upgrade if the repository format changes. This facilitates a
1865 repository dump/reload.
1866
1867 -- David Kimdon <dwhedon@debian.org> Fri, 29 Nov 2002 10:19:14 -0800
1868
1869 subversion (0.14.5-1) unstable; urgency=low
1870
1871 * add hot-backup.py (closes: #164870)
1872 * Make swig1.3 build-dep a versioned build-dep (closes: #166301)
1873 * The suggested location of the passwd file for libapache2-dav-svn has
1874 moved from /etc/svn to /etc/subversion since the command line tools
1875 store configuration info in that directory.
1876 * add subversion-tools package.
1877 * Add subversion-server package. This package depends on other packages
1878 that you probably want to have if you are setting up a Subversion server.
1879 * Don't ship svn-design.info anymore. All the info we need can be
1880 found in the Subversion book.
1881 * Subversion handbook is now a xml book, "Subversion : The Definitive Guide"
1882 include the html version of this book.
1883 * Build fixes and updates thanks to Jon Middleton <jjm@debian.org>
1884 * Warn users upgrading from versions prior to 0.14.3 that they need to
1885 do a dump/reload (closes: #163092). At some point I'd like to find a
1886 good way of better automating the conversion.
1887 * a few lintian fixes.
1888
1889 -- David Kimdon <dwhedon@debian.org> Wed, 23 Oct 2002 08:01:54 -0700
1890
1891 subversion (0.14.3-3) unstable; urgency=low
1892
1893 * Put autogen back as a prerequisite for the clean target. I
1894 erroneously removed the autogen.sh run in the last upload, this left
1895 us with a broken libtool. (closes: #164781)
1896
1897 -- David Kimdon <dwhedon@debian.org> Sat, 19 Oct 2002 09:10:03 -0700
1898
1899 subversion (0.14.3-2) unstable; urgency=low
1900
1901 * Disable testsuite on archs that have already built 0.14.3-1
1902 * new package python2.2-subversion (based on package created by
1903 the subversion-snapshot source). These python bindings are used
1904 by various scripts that we want to include eventually.
1905 * libtool bug 98342 is fixed. We don't need to patch ltmain.sh anymore
1906 (closes: #163858)
1907 * build against new libapr0 which has a versioned shlibs file
1908 (closes: #162814)
1909
1910 -- David Kimdon <dwhedon@debian.org> Wed, 25 Sep 2002 22:57:41 -0700
1911
1912 subversion (0.14.3-1) unstable; urgency=low
1913
1914 * New upstream release (closes: #158677)
1915 - build against new libneon (closes: #160270)
1916 - updated manpage (closes: #158834)
1917 * make symlinks in /etc/apache2/ relative rather than absolute
1918 (closes: #161268)
1919 * Change priotiry (optional->extra).
1920 * Update to standards version 3.5.7.
1921 - honor 'nostrip' in DEB_BUILD_OPTIONS
1922 - build with debug info by default
1923 * include default dav_svn.conf in the proper location so
1924 we can disable mod_dav_svn when libapache2-dav-svn is removed
1925 (closes: #158549).
1926 * Use /etc/subversion/config to give us proper editor behavior rather
1927 than patching the C source as I had when I closed Bug#157129.
1928 * Patch libsvn_subr so it respects /etc/subversion/config.
1929
1930 -- David Kimdon <dwhedon@debian.org> Sat, 24 Aug 2002 11:36:11 -0700
1931
1932 subversion (0.14.1-3) unstable; urgency=low
1933
1934 * rename apache module libapache-dav-svn -> libapache2-dav-svn
1935 to indicate it is an apache2 module (closes: #158133)
1936 * remove libapache-dav-svn dependancy on apache2, we only need to depend
1937 on apache2-common (closes: #158132)
1938 * cleanup handling of config.{sub|guess}
1939
1940 -- David Kimdon <dwhedon@debian.org> Mon, 26 Aug 2002 21:15:35 -0700
1941
1942 subversion (0.14.1-2) unstable; urgency=low
1943
1944 * Autotools fixes prompted by a failed autobuild and based on recomendations
1945 in /usr/share/doc/autotools-dev/README.Debian.gz
1946 - call configure with --host and --build flags based on the output of
1947 dpkg-architecture
1948 - symlink config.{sub|guess} during build so they are always up to date.
1949 Add build-dep on autotools-dev.
1950 - Call autogen.sh when cleaning the tree. Add versioned build-dep
1951 on autoconf.
1952 * Remove commented python package rule and python2.2-dev build-dep.
1953 (I do plan on making the python package like in subversion-snapshot
1954 in the future but still need to figure some things out.)
1955
1956 -- David Kimdon <dwhedon@debian.org> Sat, 24 Aug 2002 07:42:49 -0700
1957
1958 subversion (0.14.1-1) unstable; urgency=low
1959
1960 * New upstream version.
1961 * some build fixes thanks to Jon Middleton <jjm@ixtab.org.uk>
1962 * libsvn0-dev priority changed from optional to extra since
1963 libsvn0-dev depends on extra libdb4.0-dev and policy forbids
1964 binary dependancies on packages with lower priorities.
1965 * libneon build dep changed (libneon-dev -> libneon21-dev)
1966 * Conform to policy section 12.4 (Editors and Pagers) which states
1967 that if the EDITOR variable is not set the program should use
1968 /usr/bin/editor when necessary. (closes: #157129)
1969
1970 -- David Kimdon <dwhedon@debian.org> Fri, 9 Aug 2002 19:29:12 -0700
1971
1972 subversion (0.14.0-2) unstable; urgency=low
1973
1974 * Fix up descriptions to indicate this is no longer pre-alpha,
1975 this is an alpha realease.
1976 * remove version dependancy's from build-deps and libapache-dav-svn deps,
1977 the versions cause more trouble than they are worth and the proper
1978 dependancy will be realized (for the most part) by way of libapr.
1979 * rebuild with new apache2.
1980
1981 -- David Kimdon <dwhedon@debian.org> Tue, 6 Aug 2002 20:51:36 -0700
1982
1983 subversion (0.14.0-1) unstable; urgency=low
1984
1985 * New upstream. Alpha release.
1986 - fix svn merge segfault (closes: #152461)
1987 - requires new libneon (closes: #152622)
1988 * Updates to svn-[inject|buildpackage].
1989 * Install /etc/bash_completion.d/subversion. (This allows for
1990 programmable completion for the svn command under bash.)
1991 * Include svn-handbook and svn-design, register properly with info
1992 directory (closes: #153262)
1993 * libsvn -> libsvn0 and other fixes base on recommendations in
1994 Junichi Uekawa's Debian Library Packaging guide.
1995 * Simplify libapache-dav-svn.postrm.
1996 * Add url to package descriptions.
1997 * add build-dep on python-dev (closes: #153199)
1998 * remove build-dep on texi2html and texinfo since build documents are
1999 available in the distribution.
2000 * enable mod_dav in libapache_dav_svn, thanks to minus <minus@toneby.com>
2001 for catching the bug.
2002
2003 -- David Kimdon <dwhedon@debian.org> Sun, 30 Jun 2002 19:44:50 -0700
2004
2005 subversion (0.13.0-1) unstable; urgency=low
2006
2007 * New upstream.
2008 * Actually uploading for real (closes: #97234)
2009 * Build debug version if DEB_BUILD_OPTIONS says to.
2010 * Include hack to fix broken apxs2, we include our own version of apxs2
2011 and use that during the build. This will go away when apache2-dev
2012 is fixed, that will likely be the release after 2.0.37-2.
2013 * include selection from INSTALL in README.Debian
2014 * Make warnings in debian/control about this being in-development,
2015 pre-alpha software more conspicuous.
2016 * Create /etc/apache2/mods-enabled/dav_svn.{load|conf} symlinks in
2017 libapache-dav-svn.postinst if appropriate files exist in
2018 /etc/apache2/mods-available. Delete these links in
2019 libapache-dav-svn.postrm.
2020 * include identical README.Debian in subversion and libapache-dav-svn
2021 the info is pertinant to both packages.
2022 * write svnadmin manpage
2023
2024 -- David Kimdon <dwhedon@debian.org> Sat, 8 Jun 2002 08:19:04 -0700
2025
2026 subversion (0.12.0-1) unstable; urgency=low
2027
2028 * New upstream.
2029 * decided to delete apr/, apr-util/ and neon/ subdirs from original tarball.
2030 We aren't using them, they just take up space.
2031 * include experimental svn-inject and svn-buildpackage
2032 * run testsuite during build
2033 * add build-dep on python so we can run the testsuite
2034 * update package descriptions
2035 * bring back libsvn package
2036
2037 -- David Kimdon <dwhedon@debian.org> Sat, 4 May 2002 09:41:54 -0700
2038
2039 subversion (0.11.1-1) unstable; urgency=low
2040
2041 * New upstream.
2042 * Now we aren't deleting the apr/ and neon/ subdirs, even though
2043 we don't use them.
2044 * add zlib1g-dev, bison, and patch to build depends.
2045 * files previously in libsvn package are now in subversion package,
2046 there aren't any other projects that use those libraries.
2047 * build in build-svn to keep source tree cleaner.
2048 * subversion-server package renamed to libapache-dav-svn
2049
2050 -- David Kimdon <dwhedon@debian.org> Fri, 12 Apr 2002 20:16:22 -0700
2051
2052 subversion (0.10.2-1) unstable; urgency=low
2053
2054 * New upstream.
2055 * build against new apache2, neon, Berkeley DB
2056 * stop using DBS, it was getting in my way.
2057 * work around libtool bug #98342 with patch from the BTS.
2058 * use Debian's libexpat rather than the included one.
2059 * no longer using autoconf as part of the build.
2060
2061 -- David Kimdon <dwhedon@debian.org> Wed, 20 Feb 2002 22:52:29 -0800
2062
2063 subversion (0.8.0-1) unstable; urgency=low
2064
2065 * New upstream.
2066 * track releases now rather than snapshots.
2067 * build-depend on libtool, autoconf
2068 * use dbs build scripts from package rather than on filesystem
2069 * /etc/apache2/modules->/etc/apache2/mods-available
2070 * rename packages svn-[server|client]-svn
2071 -> subversion-[server|client]-svn
2072 * change LIBTOOL_IS_A_FOOL hack since libsvn_ra wasn't building
2073 properly
2074 * create /etc/svn/ in subversion-server
2075
2076 -- David Kimdon <dwhedon@debian.org> Fri, 23 Nov 2001 20:37:16 -0800
2077
2078 subversion-svn (473-1) unstable; urgency=low
2079
2080 * New upstream.
2081 * build against pre-release apache-2.0.28 package
2082 * install manpages and info pages.
2083 * don't strip libmod_dav_svn, otherwise apache can't load it
2084 * get the module name right in dav_svn.load
2085 * create repository in /var/svn in postinst if directory
2086 doesn't exist and set up symlinks for apache2
2087 * remove dav_svn.conf on purge
2088 * remove rpath
2089 * subversion Debian package is now self-hosting
2090
2091 -- David Kimdon <dwhedon@debian.org> Fri, 16 Nov 2001 22:01:32 -0800
2092
2093 subversion-svn (282-2) unstable; urgency=low
2094
2095 * libexpat -> libsvn_expat to avoid conflict.
2096 * don't use maintainer-mode b/c apache2 doesn't
2097 * override mod_dav_svn install rule so we can put it in the right
2098 place.
2099
2100 -- David Kimdon <dwhedon@debian.org> Tue, 23 Oct 2001 08:32:55 -0700
2101
2102 subversion-svn (282-1) unstable; urgency=low
2103
2104 * New upstream version.
2105
2106 -- David Kimdon <dwhedon@debian.org> Mon, 22 Oct 2001 15:35:25 -0700
2107
2108 subversion-svn (256-1) unstable; urgency=low
2109
2110 * New upstream, various packaging fixes.
2111
2112 -- David Kimdon <dwhedon@debian.org> Wed, 17 Oct 2001 14:02:58 -0700
2113
2114 subversion-svn (252-1) unstable; urgency=low
2115
2116 * Initial release.
2117
2118 -- David Kimdon <dwhedon@debian.org> Fri, 28 Sep 2001 20:31:48 -0700

  ViewVC Help
Powered by ViewVC 1.1.5