/[pkg-subversion]/branches/apr1
ViewVC logotype

Log of /branches/apr1

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 941)

Revision 544 - Directory Listing
Modified Sat Apr 8 06:06:50 2006 UTC (7 years, 1 month ago) by peters-guest
Update branches/apr1: merge r509:542 from trunk.

Revision 522 - Directory Listing
Modified Sun Mar 19 14:06:19 2006 UTC (7 years, 2 months ago) by peters-guest
Small fixes on apr1 branch.
Don't know why I failed to notice the need for all these instances of
s/libsvn0/libsvn1/.

Revision 510 - Directory Listing
Modified Sun Mar 12 05:42:32 2006 UTC (7 years, 2 months ago) by peters-guest
In apr1 branch: Initial support for compiling with libapr1.

apr-abi.patch was submitted at
http://svn.haxx.se/dev/archive-2006-03/0522.shtml
and discussed in the surrounding thread.


Revision 509 - Directory Listing
Modified Sun Mar 12 05:27:45 2006 UTC (7 years, 2 months ago) by peters-guest
Copied from: trunk revision 508
Create a branch for linking to libapr1.
I expect this will be in experimental for awhile, rather than unstable,
because apache 2.2 is something of a major transition.

Revision 508 - Directory Listing
Modified Thu Mar 9 00:45:12 2006 UTC (7 years, 2 months ago) by adconrad
Original Path: trunk
python2.4-subversion P/C/R for Ubuntu->Debian upgrades.

Revision 507 - Directory Listing
Modified Thu Feb 23 00:03:00 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
So, libsvn-ruby is like 50 kB.  That's excessive for a dummy package.
To fix this, symlink /usr/share/doc/libsvn-ruby -> libsvn-ruby1.8 .

Revision 505 - Directory Listing
Modified Wed Feb 22 15:18:30 2006 UTC (7 years, 2 months ago) by troyh
Original Path: trunk
updating changelog for upload

Revision 504 - Directory Listing
Modified Tue Feb 21 23:34:29 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
New patch to allow neon 0.25.5, which is now in unstable.
Patch is from upstream branches/1.3.x, so it will be in 1.3.1.

Revision 503 - Directory Listing
Modified Tue Feb 21 23:26:39 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Back to neon25.  GCS finally uploaded it to unstable.

Revision 502 - Directory Listing
Modified Sat Feb 18 06:20:24 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Revert to neon24 for now, in order to upload to unstable.

There's a client bug fixed by neon25 - long checkout operations are
interruptible with ^C - which I can't find in the Debian BTS.  But
other than that, neon24 still works fine.

Revision 501 - Directory Listing
Modified Fri Feb 10 21:22:26 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Revert r500.  ecj has been fixed.

Revision 500 - Directory Listing
Modified Tue Feb 7 16:22:51 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Work around #350091 for now.  I'll remove this when 350091/350542 is fixed.

Revision 499 - Directory Listing
Modified Tue Feb 7 07:04:12 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
svn won't build correctly with swig 1.3.28.  If debian upgrades to
1.3.28, better to get a FTBFS from a Build-Conflict than to have to
wonder what broke when various test suites fail.

At some point I guess we can backport the swig-related changes from
trunk, to address this properly, or just wait for 1.4.0.

Revision 498 - Directory Listing
Modified Tue Jan 31 10:26:42 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Rename python2.3-subversion to python-subversion.
This is allowed, and even recommended, by Debian python policy
(/usr/share/doc/python/python-policy.txt.gz).

Also use ${python:Depends} in control, to pick up the correct
dependencies on python versions.  This is managed by dh_python.

Thanks to Joe Wreschnig for answering a lot of questions about this.

Revision 497 - Directory Listing
Modified Tue Jan 31 10:10:39 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Loosen two dependencies in subversion-tools, from (= ${Source-Version})
to (>= 1.3).  This is for two reasons:

- Subversion is backward compatible on the command line, so this type
  of tight dependency is simply not needed.

- Binary NMUs would break, since they would end up with a new version
  number for 'subversion' but not for 'subversion-tools' (which is
  architecture-independent).  In general one must be careful with
  versioned dependencies between arch-dependent and arch-independent
  packages.

Revision 496 - Directory Listing
Modified Tue Jan 24 08:54:25 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
- Rename libsvn0-doc to libsvn-doc
- libsvn0-dev Suggests: libsvn-doc
- libsvn0-dev Provides: libsvn-dev.  This package will be renamed when
  libsvn0 becomes libsvn1; the Provides allows downstream users to
  adjust build-depends now rather than later.

Revision 495 - Directory Listing
Modified Sun Jan 22 21:41:50 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
First cut at libsvn0-doc.

Details still subject to negotiation, such as "is a symlink needed for
/usr/share/doc/libsvn0-doc/html -> ../libsvn0/html ?"  And if we are
going to be moving to libsvn1 soon, libsvn0-doc seems an inconvenient
name.  But that's another issue entirely.

Patch by Max Bowsher, tweaked.  Thanks!

Revision 494 - Directory Listing
Modified Sun Jan 22 06:58:32 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Update swig 1.3.27 bits...

- Delete swig-1.3.27-hack.patch, no longer needed in 1.3.x.
- Rename ruby-swig-1.3.27 to swig-1.3.27 and add r18172.
  Both patches will probably be in a future upstream 1.3.x.

Thanks to David Anderson and Max Bowsher for facts and prodding.

Revision 493 - Directory Listing
Modified Thu Jan 19 22:59:03 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Do 'make swig-rb' so 'make install-swig-rb' doesn't have to do it.
Another quirk Max Bowsher noticed.

Revision 492 - Directory Listing
Modified Thu Jan 19 22:25:01 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Make --with-junit conditional to ENABLE_JAVAHL.
Pointed out by Max Bowsher - thanks!

Revision 491 - Directory Listing
Modified Tue Jan 17 05:02:56 2006 UTC (7 years, 4 months ago) by adconrad
Original Path: trunk
s/maintainer/backporter/ (he's not an Ubuntu maintainer)

Revision 490 - Directory Listing
Modified Mon Jan 16 09:29:57 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Rewrite and expand subversion.README.Debian, to add details about NFS, and to add a new section about the two Emacs modes available.

Many thanks to Gavin Baker, who did most of the work.  He asked about
vc-svn on IRC, then not only suggested the update, but did the research
and wrote the text.

Revision 483 - Directory Listing
Modified Sat Jan 14 00:53:51 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Suggestions from Blair Zajac of Ubuntu, see #347775.
(Note, I haven't even compile-tested these yet.)


Revision 481 - Directory Listing
Modified Wed Jan 11 20:29:45 2006 UTC (7 years, 4 months ago) by troyh-guest
Original Path: trunk
changing my email address

Revision 480 - Directory Listing
Modified Mon Jan 9 08:57:33 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Disable java on m68k for now.  It seems to have the same problems as
mips and arm.  See #344896.

Revision 478 - Directory Listing
Modified Fri Jan 6 11:04:41 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Prepare for 1.3.0-1 release to experimental.  Joshua Kwan is sponsoring.

Revision 477 - Directory Listing
Modified Fri Jan 6 09:59:05 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
A couple of last-minute build fixes.

Revision 476 - Directory Listing
Modified Thu Jan 5 16:30:35 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
More link pruning, which eliminates one package dependency (none of the
clients need to link to libneon).  I'll probably submit at least the
build.conf portion of this upstream.

Revision 475 - Directory Listing
Modified Thu Jan 5 15:35:24 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Eliminate duplicate dependency - ${shlibs:Depends} pulls in python2.3
already, through libpython2.3.

Revision 474 - Directory Listing
Modified Thu Jan 5 14:13:55 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Compile ruby bindings with -fno-strict-aliasing.
Avoids a *lot* of potential bugs in the ruby bindings.

Revision 473 - Directory Listing
Modified Thu Jan 5 11:45:14 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Cleanups:
 - fix outdated lintian override path
 - only install 1 copy of each perl manpage (*.3perl.gz but not *.3pm.gz)

Revision 472 - Directory Listing
Modified Thu Jan 5 03:13:47 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Fix stupid mistake: do not ship *.a in libsvn-ruby1.8.

Revision 471 - Directory Listing
Modified Wed Jan 4 23:57:07 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Add LC_ALL=C to a 'make test', which otherwise fails in non-English locales.

Revision 470 - Directory Listing
Modified Wed Jan 4 23:40:09 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Thanks to Ross Boylan for suggestions on the wording of README.db4.3.

Revision 469 - Directory Listing
Modified Wed Jan 4 19:23:58 2006 UTC (7 years, 4 months ago) by peters-guest
Original Path: trunk
Merge branches/1.3.x back to trunk.

Revision 454 - Directory Listing
Modified Mon Dec 26 22:42:44 2005 UTC (7 years, 4 months ago) by ftlerror-guest
Original Path: trunk
rename no_extra_libs.patch for consistency

Revision 453 - Directory Listing
Modified Mon Dec 26 22:42:19 2005 UTC (7 years, 4 months ago) by ftlerror-guest
Original Path: trunk
all patches updated (or removed) for the new upstream release

Revision 452 - Directory Listing
Modified Mon Dec 26 17:18:19 2005 UTC (7 years, 4 months ago) by ftlerror-guest
Original Path: trunk
forgot to remove libs from orig, doh

Revision 451 - Directory Listing
Modified Mon Dec 26 17:04:43 2005 UTC (7 years, 4 months ago) by ftlerror-guest
Original Path: trunk
first attempt to get 1.3.0rc7 packaged

Revision 448 - Directory Listing
Modified Fri Dec 16 00:21:10 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Fix a typo and a small build failure (my fault).
But debian/rules really needs a reorganisation so this crap isn't needed.

Revision 447 - Directory Listing
Modified Mon Dec 12 06:37:10 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Apply patch for #311440, to deal with symlinks in svn_load_dirs.
Tested, seems to work, so I'm also sending it upstream.
--Questa linea, e quelle sotto di essa, saranno ignorate--

A    trunk/debian/patches/svn_load_dirs_symlinks.patch
M    trunk/debian/changelog

Revision 446 - Directory Listing
Modified Thu Dec 8 00:33:49 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Move README.db4.3 and the corresponding NEWS entry to the libsvn0
package.  As bug #342235 notes, you *can* upgrade libsvn0 without
upgrading subversion.  I think it's a minor bug, the submitter thinks
it's important, whatever, it's easy to fix.

Revision 445 - Directory Listing
Modified Thu Dec 8 00:26:50 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Downgrade db4.3-util to Suggests.  The software doesn't need it and
admins only need it in certain cases.

Revision 444 - Directory Listing
Modified Mon Dec 5 11:59:10 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Nuke one more lintian warning, about bash_completion being executable.

Revision 443 - Directory Listing
Modified Mon Dec 5 11:39:22 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Fix #342052 by removing "?" from list of svn|svnadmin subcommands which
are known to the bash_completion code.

Patch also sent upstream.

Revision 441 - Directory Listing
Modified Sun Dec 4 07:25:55 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Release 1.2.3dfsg1-3.  (Thanks to dondelelcaro for sponsoring the upload.)

Revision 439 - Directory Listing
Modified Sat Dec 3 12:53:46 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Doh, naturally the perl swig stuff has its own Makefile to be hacked up.
Sigh.

Revision 437 - Directory Listing
Modified Sat Dec 3 11:21:45 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
This one makes me feel kind of dirty. (:
It's a hack needed to build subversion against swig 1.3.27.
Older versions of swig only happened to work by accident.

(Thankfully, subversion 1.3.x probably won't require swig
at all, so maybe this kind of crap will go away.)

Revision 436 - Directory Listing
Modified Fri Dec 2 22:18:36 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Clean up /tmp/svn-perl-test-xxxxxx dirs.
I also sent this patch upstream, as it still applies to upstream trunk.

Revision 435 - Directory Listing
Modified Fri Dec 2 19:09:51 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Fix 'debian/rules clean' so that it *actually* works after a build.
We missed a few *.pyc files built inside the testsuite, before.

Revision 434 - Directory Listing
Modified Fri Dec 2 18:47:27 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Save space and typing: don't bother saying debian/ before each file
changed.  We never change anything outside debian/, after all.

Revision 433 - Directory Listing
Modified Wed Nov 30 08:00:56 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
Updated.  Procedure is tested and works, but has not been tested on any
large or complex repositories with multiple users.

Many thanks to Branko Čibej, Max Bowsher and Florian Weimer for advice -
it's a confusing topic and although some of the advice conflicted (:, I
think we've got a useful and safe set of instructions out of it.

Revision 431 - Directory Listing
Modified Tue Nov 22 05:37:04 2005 UTC (7 years, 5 months ago) by peters-guest
Original Path: trunk
[I think I'm the only user of this script, so I get to change its API
whenever I wish. (: ]
Unconditionally create a subversion-x.y.z subdir of the specified
location, rather than guessing based on an obscure heuristic.

Revision 429 - Directory Listing
Modified Fri Nov 18 21:12:17 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Note Bug #335438 which is also related to db4.2/4.3.
I won't merge it with #335455, because they're correctly filed against
different binary packages.

Revision 428 - Directory Listing
Modified Thu Nov 17 19:01:26 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Small edits suggested by Troy Heber.

Revision 426 - Directory Listing
Modified Sat Nov 12 07:33:07 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Fix #336781.  There were three bugs there, really: (1) spewing a
warning, (2) using TEMP instead of TMPDIR, (3) even having that code
there at all, since it's no longer needed.

Revision 425 - Directory Listing
Modified Sat Nov 12 06:51:00 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Typo.

Revision 424 - Directory Listing
Modified Sat Nov 12 06:43:47 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Fix README.db4.3 - I hope it's actually correct now.
The previous version assumed that svnadmin could read DB4.2
repositories directly, which is clearly not true.

Revision 423 - Directory Listing
Modified Thu Nov 10 13:59:39 2005 UTC (7 years, 6 months ago) by troyh-guest
Original Path: trunk
fixing typo

Revision 422 - Directory Listing
Modified Wed Nov 9 18:02:27 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Someone confirmed that #336373 is now fixed.

Also, prune some {build-,}depends now that we're no longer linking to
the whole world.

Revision 421 - Directory Listing
Modified Wed Nov 9 12:03:45 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Don't listen to '{apr,apu,neon}-config --libs', which have been telling
us to link to a whole bunch of crap we don't need.

With this patch, subversion will no longer depend on: libssl0.9.8,
libldap2, libexpat2, libxml2, zlib1g.  I'm hoping this fixes #336373
because of the libssl confusion - waiting to hear back from the
submitter.

Revision 420 - Directory Listing
Modified Wed Nov 9 09:31:12 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Oops.  Can't yet remove the build-dep on python, because autogen.sh still
calls python as part of the build process.  However, I'm pretty sure I
*did* fix the unwritten requirement that /usr/bin/python == python2.3, so
I'm not reverting the rest of the work.

Revision 419 - Directory Listing
Modified Tue Nov 8 21:09:57 2005 UTC (7 years, 6 months ago) by troyh-guest
Original Path: trunk
* Changing the default behavior to not use apr_generate_random_bytes(),
  Debian use the system APR which is configured to use /dev/random. In cases
  where the entropy pool is drained svn commands can block waiting. Removing the
  call to apr_generate_random_bytes and using the fallback apr_time_now instead.
  (closes: #285708, #298822)

* Updated the README.Debian file to suggest using svnserv or svn+ssh instead of
  using NFS to share a repo. 

-- Troy Heber <troy.heber@hp.com>  Tue, 08 Nov 2005 13:54:58 -0700 

Revision 418 - Directory Listing
Modified Mon Nov 7 22:38:43 2005 UTC (7 years, 6 months ago) by troyh-guest
Original Path: trunk
Created: debian/subversion.README.Debian, an included a small note that you
should ensure you have nfs-common installed and running if you plan to access a
repository on a NFS volume. 
         
Troy Heber <troy.heber@hp.com>  Mon, 07 Nov 2005 15:37:28 -0700 

Revision 417 - Directory Listing
Modified Tue Oct 25 07:30:25 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Document db4.2 -> db4.3 with a NEWS.Debian item pointing to README.db4.3.
Both in package 'subversion' even though the latter pertains more to
'subversion-tools'.

DO NOT UPLOAD YET, though, since my wording is too harsh - it seems
there is no pressing *need* to upgrade db4.2 repositories, it's just a
good idea to do so.  Still researching the ramifications; stay tuned.

Revision 416 - Directory Listing
Modified Tue Oct 25 07:05:28 2005 UTC (7 years, 6 months ago) by peters-guest
Original Path: trunk
Tighten build-dep on libapr0-dev to prevent FTBFSes.
We're now committed to db4.3 now, for better or worse, and previous
libapr0-dev's will make us try to use db4.2.

Revision 415 - Directory Listing
Modified Mon Oct 24 12:14:21 2005 UTC (7 years, 6 months ago) by adconrad
Original Path: trunk
db4.2 -> db4.3 bump ... Someone really should write a NEWS.Debian to go with this

Revision 414 - Directory Listing
Modified Wed Oct 19 21:26:55 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Merge branches/1.2.3dfsg1-2 back to trunk, delete branch (it served its purpose).

Revision 410 - Directory Listing
Modified Wed Oct 19 09:16:28 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Don't ship *.a or *.la or the /usr/lib/*.so symlinks with language
bindings.  Those are needed for compiling other stuff, not for runtime.

Dropping *.a is a significant space savings.

Revision 409 - Directory Listing
Modified Wed Oct 19 08:03:40 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Remove requirement for /usr/bin/python; instead, use /usr/bin/python2.3 .
This allows building on ubuntu, for example, where /usr/bin/python is
version 2.4.

We now derive python version from debian/control.  To build for another
python version, edit debian/control, and rename python2.3-subversion.*,
the debhelper files.

Note, not yet tested in pbuilder - and it needs to be.  I was, however,
able to build a python2.4-subversion on a sid box where, of course,
/usr/bin/python is 2.3.

Revision 408 - Directory Listing
Modified Wed Oct 19 01:22:09 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Release 1.2.3dfsg1-1.  Many thanks to vorlon for the sponsored upload.

Revision 407 - Directory Listing
Modified Tue Oct 18 10:31:37 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Install the bindings to the same location as the main libs.
If we don't, and libsvn0-dev is not already installed on the system,
libtool tries to relink the bindings at install time, and this fails.

This entails being a lot more detailed in the *.install files, which
is annoying, but it also makes it convenient to fix #327789, where
the java libraries should have gone to /usr/lib/jni rather than /usr/lib.

Once again it was vorlon who discovered this FTBFS.

Revision 406 - Directory Listing
Modified Tue Oct 18 10:16:04 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Build with kaffe-pthreads specifically, rather than kaffe generically.
(kaffe is a virtual package that pulls in kaffe-pthreads or kaffe-jthreads)

This seems to work around a FTBFS on vorlon's box, kaffe 1.1.6-3.
I bet it's a kaffe bug, but I honestly don't feel like tracking it
down right now.

Revision 405 - Directory Listing
Modified Tue Oct 18 07:50:56 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Rip out arch-specific "skip testsuite" logic.
vorlon says he never agreed with this but just didn't get around to
filing a bug.  He is right that we cannot assume debian-specific code
(especially in debian/patches/) will never cause test failures.

Revision 404 - Directory Listing
Modified Tue Oct 18 07:38:21 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
The rest of the 1.2.3b -> 1.2.3dfsg1 version change. (:

Revision 403 - Directory Listing
Modified Tue Oct 18 07:37:27 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
vorlon requested version 1.2.3dfsg1 rather than 1.2.3b,
since 1.2.3b sounds like a real upstream version.

Revision 402 - Directory Listing
Modified Tue Oct 18 07:36:06 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Slightly cleaner 'debian/rules clean'.
Makes it possible to build source after building binaries.

Revision 401 - Directory Listing
Modified Tue Oct 18 05:36:41 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Cosmetic fixes to error output

Revision 400 - Directory Listing
Modified Tue Oct 18 05:13:25 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Remove pkg-subversion-maintainers from Uploaders field.

As vorlon points out, it's functionally useless to have a list address
there, and there are better ways to document the existence of a list.

Revision 399 - Directory Listing
Modified Sun Oct 16 01:27:20 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Document /usr/lib -> /usr/share in NEWS.Debian.

Revision 398 - Directory Listing
Modified Wed Oct 12 14:16:43 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Move /usr/lib/subversion to /usr/share/subversion for FHS reasons.

- leave a symlink /usr/lib/subversion -> ../share/subversion,
  managed by subversion-tools.{postinst,postrm}

- move hot-backup.py to /usr/share/doc/subversion/examples/
  Actually hot-backup.py can probably go away entirely, as
  'svnadmin hotcopy' apparently can do the same thing now.

A bit more testing is needed to see whether subversion-tools.postinst
in particular can be made to Do The Wrong Thing.

Revision 397 - Directory Listing
Modified Wed Oct 12 13:28:39 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
perl and python modules have to Conflicts/Replaces the old libsvn0*
packages because the swig libraries moved packages.  Actually maybe
Replaces would be enough ... still thinking about that.

Revision 396 - Directory Listing
Modified Thu Oct 6 18:56:49 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
The alpha buildd passed its tests for 1.2.3.

Revision 395 - Directory Listing
Modified Thu Oct 6 16:41:56 2005 UTC (7 years, 7 months ago) by ftlerror-guest
Original Path: trunk
Bump to Standards-Version 3.6.2.1
Minor cleanups to debian/rules

Revision 394 - Directory Listing
Modified Mon Oct 3 06:10:04 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
hppa and s390 autobuilders passed the testsuite.

Revision 393 - Directory Listing
Modified Sun Oct 2 21:31:34 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Oops!  Forgot to remove the kaffe build-dep on arm|armeb|mips|mipsel.
While there, I noticed that all our versioned build-deps don't need to
be versioned, as everything is present in sarge.  woody is missing
some, but you can't build this package on woody without major
modifications (like installing apache2), so that's ok.

Revision 392 - Directory Listing
Modified Sun Oct 2 21:03:29 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Disable java on mips, mipsel, arm, armeb.  jvw (kaffe comaintainer) and
lennert (armeb project lead) advised this on irc.

Listing all architectures except a few, including all the unreleased
ones that might wish to build subversion, is a pain.  So in
debian/rules I instead list the ones to be excluded.  This looked so
nice that I did the same for that TESTARCHS variable.  So now we just
add them in when the buildds successfully build something - thus
there's no need to keep a commented-out list of every arch.

Also moved all the "user modifiable" stuff in debian/rules to the top.

Revision 390 - Directory Listing
Modified Thu Sep 29 06:34:11 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
More "use debhelper as it is intended" - that is, move more stuff out of
debian/rules and have dh_* take care of it instead.

There is one functional effect of this patch: ./CHANGES is now copied
into /usr/share/doc/*/changelog.gz for every binary package instead of
just subversion.  It is 33 kB or so, which might be overkill for the
smaller packages.

Revision 389 - Directory Listing
Modified Thu Sep 29 06:25:21 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
If given dir ends in "/", append "subversion-1.2.3b" or whatever.

Revision 388 - Directory Listing
Modified Tue Sep 27 10:56:52 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Changelog of last commit was incomplete.

Revision 387 - Directory Listing
Modified Tue Sep 27 10:54:11 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Use dh_install instead of dh_movefiles.
This eliminates a lot of installing-by-hand in debian/rules.

Also use DESTDIR=$(PWD)debian/PKG instead of $(PWD)/debian/tmp in
a few places.  The practical effect is to move libsvn_swig* from
libsvn0/libsvn0-dev to python2.3-subversion/libsvn-core-perl,
which is where they belong anyway.

Revision 386 - Directory Listing
Modified Tue Sep 27 10:43:48 2005 UTC (7 years, 7 months ago) by peters-guest
Original Path: trunk
Small cleanup in preparation for next commit.

Revision 385 - Directory Listing
Modified Mon Sep 12 19:48:05 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Set mergeWithUpstream tag on trunk/debian, in case we want to use svn-buildpackage someday

Revision 384 - Directory Listing
Modified Mon Sep 12 17:08:17 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* debian/rules:
  - removed remnants of control auto-generation

Revision 383 - Directory Listing
Modified Mon Sep 12 04:14:12 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Merge branches/unpacked-tar back to trunk.
Version is now 1.2.3b-1 since the orig tar is repacked.

Revision 382 - Directory Listing
Modified Sun Sep 11 22:14:44 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
fix stupid "typos" introduced in the last commit

Revision 381 - Directory Listing
Modified Sun Sep 11 22:04:40 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* debian/control:
  - changed section of libsvn-core-perl to perl
  - changed section of libsvn-javahl to devel


Revision 378 - Directory Listing
Modified Sat Sep 10 18:27:50 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Remove 1.0.0-1sarge branch, as we already have 1.1.4 in stable

Revision 368 - Directory Listing
Modified Thu Sep 8 20:37:31 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Fixed changelog, removed lintian bugs from overrides, RELEASE! =D

Revision 367 - Directory Listing
Modified Thu Sep 8 14:39:54 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
/usr/share/doc/subversion/INSTALL.gz is redundant - it's all about
installing from source.  Thanks, as usual, to lintian, for noticing.

Revision 366 - Directory Listing
Modified Thu Sep 8 14:08:31 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Add a couple of lintian overrides, and the debian/rules magic to
install them correctly.

I think the remaining lintian warnings are either legitimate, or
are bugs in lintian itself.  One or two I'm not sure about.

Revision 365 - Directory Listing
Modified Thu Sep 8 12:28:01 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
- *really* support DEB_BUILD_OPTIONS=noopt.
  Turns out we were compiling with -O0 [...] -O2, which is effectively -O2.
  By putting the -O0 in an exported EXTRA_CFLAGS, it comes after the
  normal CFLAGS.

- verify-po.py needed the #!/usr/bin/python2.3 thing too.  And a chmod 755.
  (Thanks, lintian.)

Revision 364 - Directory Listing
Modified Thu Sep 8 10:37:54 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
OK, so, this isn't really done but I finally concluded that this part
of rpath.patch works.  It doesn't suppress the rpath for the two apache
modules, but it does for everything else.  As far as I can tell it
didn't actually break anything.

I'll try to port the python code for the apache modules but even if I
don't get it done, we've got fewer lintian warnings than 1.2.0-1 did.

(And really, lintian shouldn't care if an apache module has an rpath
embedded in it.  It's not a shared library, it's just a module that
uses shared library *format*.  Same as it shouldn't care about the
SONAME in the module.)

Revision 363 - Directory Listing
Modified Thu Sep 8 02:57:05 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Change DEB_BUILD_OPTIONS parsing to be more correct and easier to use.
I'll probably propose this to replace the example in Policy 10.1.

Incidentally, support 'noopt', and 'nocheck' (same as 'notest').

Revision 362 - Directory Listing
Modified Wed Sep 7 23:43:14 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Cruft removal: no need to sed the db_recover/db_archive paths in
hot-backup.py since it no longer uses them.  I wonder how long this has
been true.  I was going to change db4.1 to db4.2 but ... no need.

Revision 361 - Directory Listing
Modified Wed Sep 7 20:32:38 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Change a few #!/usr/bin/env python to #!/usr/bin/python2.3.
This should stop lintian from complaining that we don't depend on python.

Revision 360 - Directory Listing
Modified Mon Sep 5 18:10:09 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Invent DEB_BUILD_OPTIONS=notest, to make it easy to not run test suites.
This skips even the fast test suites, like the basic ones done when
TESTARCHS does not contain your architecture.

I wonder if I should have called it 'nocheck' instead.
I haven't heard of either 'notest' or 'nocheck' being used before.

Revision 359 - Directory Listing
Modified Sun Sep 4 11:26:54 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Remove rpath.patch; it won't allow us to build, and it seems we're fine without it

Revision 358 - Directory Listing
Modified Sun Sep 4 11:25:36 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* Updated changelog to reflect all the changes since 1.2.0
* Set dist to unstable

Revision 357 - Directory Listing
Modified Sat Sep 3 21:15:07 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Max Bowsher upstream merged l10n-segfault and also found 2 more unrelated
format string problems.  Patch updated (and unfuzzied).

Revision 356 - Directory Listing
Modified Sat Sep 3 15:59:28 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* Updated changelog to close all pending bugs
* Fixed rules, our python stuff is no longer auto-generated =)

Revision 355 - Directory Listing
Modified Sat Sep 3 14:05:17 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Removed (broken) kaffe-cast.patch

Revision 354 - Directory Listing
Modified Sat Sep 3 02:06:47 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
More dupes, oh well

Revision 353 - Directory Listing
Modified Sat Sep 3 01:43:00 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
Close all bugs related to the svn add segfault, for clarity

Revision 352 - Directory Listing
Modified Sat Sep 3 00:02:40 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
restored debian/control

Revision 351 - Directory Listing
Modified Fri Sep 2 23:42:54 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* Some more cleanups to debian/rules
* Moving to subversion 1.2.3


Revision 350 - Directory Listing
Modified Fri Sep 2 23:38:28 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Really *really* fix #316143.
Turns out pl.po was not the only language affected!

Revision 349 - Directory Listing
Modified Fri Sep 2 23:26:12 2005 UTC (7 years, 8 months ago) by ftlerror-guest
Original Path: trunk
* dropped m4 for control auto-generation
* removed packaging docs from the source package
* moved from quilt to cdbs' simple-patchsys
* dropped ltmain.sh.patch, only needed for woody
* (probably some more =( )


Revision 348 - Directory Listing
Modified Thu Sep 1 20:13:54 2005 UTC (7 years, 8 months ago) by peters-guest
Original Path: trunk
Really fix #316143/#323376.
This'll be in upstream 1.2.4 so it quite temporary.

Revision 347 - Directory Listing
Modified Sat Aug 20 23:01:11 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Fixed several build issues (also by removing the installation code for svn book)
Removed reference to svnbook from *.README.Debian

Revision 346 - Directory Listing
Modified Sat Aug 20 13:43:04 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Added debian/compat

Revision 345 - Directory Listing
Modified Sat Aug 20 12:14:09 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Removed README.Debian

Revision 344 - Directory Listing
Modified Sat Aug 20 12:11:48 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Remove subversion.doc-base.book, the book's been removed

Revision 343 - Directory Listing
Modified Sat Aug 20 12:09:53 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
changelog reorganization

Revision 342 - Directory Listing
Modified Sat Aug 20 10:29:50 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Close one more bug with the addition of javahl bindings

Revision 341 - Directory Listing
Modified Thu Aug 18 15:01:33 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Also close bug #314154, related to svnbook, as it's been removed

Revision 340 - Directory Listing
Modified Wed Aug 17 19:12:04 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Tarball repackaged without svnbook, as it's licensed under a non-DFSG-free license

Revision 339 - Directory Listing
Modified Wed Aug 17 00:57:20 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Removed Conflicts/Replaces on all packages not present in stable anymore, as we don't have to support this kind of situation

Revision 338 - Directory Listing
Modified Tue Aug 16 21:29:53 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Removed Conflicts/Replaces on python2.1-subversion, as the one in stable 
is already 2.3, and we don't support upgrades from woody or lower =)

Revision 337 - Directory Listing
Modified Tue Aug 16 21:22:17 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Added Closes: statement to new upstream entry on changelog, as someone's 
already filed a bug requesting the new version

Revision 336 - Directory Listing
Modified Tue Aug 16 19:11:59 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
* Removed maintenance scripts from the package; left them
  on the 'tools' section of the repository on svn.debian.org

Revision 335 - Directory Listing
Modified Sun Aug 14 13:49:17 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Standards-Version 3.6.2

Revision 334 - Directory Listing
Modified Sun Aug 14 13:48:10 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
  * debian/compat:
    - Bump to debhelper compatibility version 4
    - No longer export DH_COMPAT from inside debian/rules
  * debian/control:
    - Add team e-mail to Uploaders:

Revision 333 - Directory Listing
Modified Sun Aug 14 11:02:19 2005 UTC (7 years, 9 months ago) by ftlerror-guest
Original Path: trunk
Changed dist on debian/changelog to UNRELEASED, so no one gets confused =)
Fixed Maintainer: and Uploaders: field to reflect the creation of the Debian Subversion Team

Revision 332 - Directory Listing
Modified Wed Jul 20 04:05:11 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
#315100 is closed as well.

Revision 331 - Directory Listing
Modified Wed Jul 20 03:58:32 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
* debian/rules : Make debian/control debpend on debian/rules.

Revision 330 - Directory Listing
Modified Wed Jul 20 03:32:48 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
+++ debian/changelog	(working copy)
+  * Enable javahl bindings by default (closes: #271125)

Revision 329 - Directory Listing
Modified Wed Jul 20 03:26:30 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
+++ debian/changelog	(working copy)
+  * Remove hard-coded DEB_BUILDDIR from debian/rules.

Revision 328 - Directory Listing
Modified Wed Jul 20 03:05:23 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk


Revision 327 - Directory Listing
Modified Wed Jul 20 02:59:46 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
More vc-svn.el removal.

Revision 326 - Directory Listing
Modified Wed Jul 20 02:56:10 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk


Revision 325 - Directory Listing
Modified Fri Jul 15 04:42:37 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
Add script that helps upgrade to new upstream.

Revision 324 - Directory Listing
Modified Fri Jul 15 03:55:18 2005 UTC (7 years, 10 months ago) by dwhedon
Original Path: trunk
Update to 1.2.1.


Revision 323 - Directory Listing
Modified Sun Jun 12 22:50:51 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Fix doc install command.

Revision 322 - Directory Listing
Modified Sun Jun 12 17:18:07 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
* debian/rules : Add amd64 to list of archs to run testsuite on.

Revision 321 - Directory Listing
Modified Sun Jun 12 17:15:13 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Disable kaffe.patch since it doesn't apply and java bindings fail to build
anyway.

Revision 320 - Directory Listing
Modified Sun Jun 12 17:13:58 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Disable rpath.patch for now.

Revision 319 - Directory Listing
Modified Sun Jun 12 17:04:50 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
+  * The subversion book source has moved out of this package, install a
+    pre-built book.

Revision 318 - Directory Listing
Modified Sun Jun 12 16:08:17 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Build conflict with libsvn0 (<<1.2) in order to work around the problem
discussed here:

http://svn.haxx.se/dev/archive-2005-02/0118.shtml
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=291641


Revision 317 - Directory Listing
Modified Sat Jun 11 15:45:43 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Refresh this patch for 1.2.

Revision 316 - Directory Listing
Modified Sat Jun 11 15:45:07 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Refresh this unfun patch for 1.2.

Revision 315 - Directory Listing
Modified Sat Jun 11 15:40:14 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Update this patch for subversion 1.2.

Revision 314 - Directory Listing
Modified Sat Jun 11 15:20:22 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Mark many bugs as fixed in 1.2.  Thanks to Chris AtLee <catlee@sidefx.com>
and Wesley J. Landaker <wjl@icecavern.net> for investigating these reports.

Revision 313 - Directory Listing
Modified Thu Jun 9 13:13:13 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Remove apr, apr-util and neon subdirs.

Revision 312 - Directory Listing
Modified Thu Jun 9 05:48:20 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Update DEB_BUILDDIR

Revision 311 - Directory Listing
Modified Thu Jun 9 05:34:15 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Remove patch applied upstream.

Revision 310 - Directory Listing
Modified Thu Jun 9 05:33:19 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Enable testsuite on all archs.

Revision 309 - Directory Listing
Modified Thu Jun 9 05:32:42 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Remove patechs applied upstream (the pathes themselves
never made it into this repository but were included in the package.)

Revision 308 - Directory Listing
Modified Thu Jun 9 05:25:26 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Start packaging Subversion 1.2.

Revision 307 - Directory Listing
Modified Thu Jun 9 05:17:19 2005 UTC (7 years, 11 months ago) by dwhedon
Original Path: trunk
Apply changes that made up 1.1.4-2.

Revision 306 - Directory Listing
Modified Sat Apr 9 20:42:17 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
try again to get O2 in CFLAGS

Revision 305 - Directory Listing
Modified Sat Apr 9 20:09:36 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
* debian/rules (install) : Omit unnecessary svn.vim (now included in
  the standard vim distribution)

Revision 304 - Directory Listing
Modified Thu Apr 7 04:15:48 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
* debian/patches/series : Remove swig patches.

Revision 303 - Directory Listing
Modified Thu Apr 7 04:10:52 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
Prepare for 1.1.4 release.

Revision 302 - Directory Listing
Modified Mon Apr 4 01:50:37 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
Use LC_ALL rather than LANG to make testsuite succeed regardless of build
locale.

Thanks to Florian Weimer for pointing out the correct way to do this.

Revision 301 - Directory Listing
Modified Mon Mar 28 04:45:36 2005 UTC (8 years, 1 month ago) by dwhedon
Original Path: trunk
* debian/rules : Set LANG for testsuite so build runs in a known environent.
  (closes: #301495)


Revision 299 - Directory Listing
Modified Sun Mar 20 03:49:39 2005 UTC (8 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Fix trac's revision log (closes: #299817)
+    patche thanks to Torsten Landschoff <torsten@debian.org>

Revision 298 - Directory Listing
Modified Sat Mar 19 18:32:42 2005 UTC (8 years, 2 months ago) by dwhedon
Original Path: trunk
Remove unused patch.

Revision 297 - Directory Listing
Modified Sat Mar 19 18:18:31 2005 UTC (8 years, 2 months ago) by dwhedon
Original Path: trunk
Merge changes from 1.1.x branch onto trunk.


Revision 257 - Directory Listing
Modified Tue Nov 9 21:44:55 2004 UTC (8 years, 6 months ago) by gcs-guest
Original Path: trunk
Undo bad formatting of long description in control.in .

Revision 254 - Directory Listing
Modified Sun Nov 7 00:48:49 2004 UTC (8 years, 6 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Create libsvn-core-perl dependency on libsvn0
  via the shlibs file so the version is taken into account. (closes: #279439)

Revision 249 - Directory Listing
Modified Sat Oct 23 21:52:27 2004 UTC (8 years, 6 months ago) by gcs-guest
Original Path: trunk
Backport fix of 'svn up' fails because a deleted directory may contain
localy modified and/or unversioned files. Taken from the 1.1 branch.

Revision 248 - Directory Listing
Modified Sat Oct 23 20:37:20 2004 UTC (8 years, 6 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Mention 'dav' in the description of
  libapache2-svn so the package is easier to find. (closes: #277302)

Revision 246 - Directory Listing
Modified Sat Oct 16 21:39:05 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
set urgency=high

Revision 245 - Directory Listing
Modified Sat Oct 16 21:05:39 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
fix log file name

Revision 244 - Directory Listing
Modified Sat Oct 16 20:59:33 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
disable testsuite on powerpc

Revision 243 - Directory Listing
Modified Sat Oct 16 20:58:28 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
* Fix hard-coded swig version in debian/rules.

Revision 242 - Directory Listing
Modified Sat Oct 16 20:05:30 2004 UTC (8 years, 7 months ago) by gcs-guest
Original Path: trunk
Adjust libswig version in debian/rules to match the Build-Depends in
debian/control .

Revision 238 - Directory Listing
Modified Sat Oct 16 03:19:38 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
update tarball to 1.0.9

Revision 237 - Directory Listing
Modified Sat Oct 16 03:14:04 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
Update to 1.0.9

Revision 236 - Directory Listing
Modified Sat Oct 16 03:09:55 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
+  * Build depend on swig >= 1.3.22-2 so we get a runtime library
+    and the build doesn't fail.

Revision 235 - Directory Listing
Modified Wed Oct 13 04:49:03 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
1.0.8-2 isn't released yet, no need to make 1.0.8-3 yet

Revision 234 - Directory Listing
Modified Sat Oct 9 03:25:50 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
merge r220 from 1.1 branch to trunk

Revision 230 - Directory Listing
Modified Tue Sep 28 14:44:02 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
 Increase debhelper build dependency to 4.1.25

Revision 229 - Directory Listing
Modified Mon Sep 27 05:37:04 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
* debian/rules (debian/control) : Make this a double colon rule.
  This allows us to build with old and new versions of cdbs.  We
  are not using cdbs's debian/control rule. 

Revision 224 - Directory Listing
Modified Sat Sep 25 03:35:27 2004 UTC (8 years, 7 months ago) by dwhedon
Original Path: trunk
update to 1.0.8

Revision 213 - Directory Listing
Modified Fri Sep 10 04:00:21 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
* debian/rules (SUBVERSION_VER) : New variable, is either 1.1 or 1.0
  depending on which subversion version is being built. 
  (PERL_BINDINGDIR, LIBSVN_SWIG_PY) : New variables.
  (debian/stamp-build) : Use LIBSVN_SWIG_PY variable rather than
  hard-coding the library location.
  (install) : Build swig perl bindings differently depending on
  SUBVERSION_VER.  Use the PERL_BINDINGDIR variable to find the
  perl bindings build directory rather than a hard-coded value.

Revision 212 - Directory Listing
Modified Fri Sep 3 00:32:15 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
* debian/build.sh : Remove debian/control before checking for 
  uncommitted files.

Revision 211 - Directory Listing
Modified Fri Sep 3 00:14:59 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
update

Revision 210 - Directory Listing
Modified Thu Sep 2 05:07:29 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
  * Remove debian/patches/apr_dir_make.patch as this is now fixed
    in the apache2 version we depend on.
  * Build depend on apache2 >= 2.0.50-11 so we get all fixes.

Revision 208 - Directory Listing
Modified Thu Sep 2 04:53:04 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
Commit the changes that went into 1.0.6-1.2.1.  Thanks to Matt Kraai.

This change only increases the package version.

Revision 206 - Directory Listing
Modified Thu Sep 2 04:49:07 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
Commit the changes that went into 1.0.6-1.2.  Thanks to Adam Conrad.

  * Reverting the apache2/apr LFS transition by bumping our build-dep
    to (>= 2.0.50-10), as the apache2 maintenance team has decided that
    the ABI transition, while desireable, just wasn't manageable this
    close to a release.
  * Re-enable the testsuite on all arches to make sure all this ABI
    buggery hasn't, well, buggered anything.

Revision 204 - Directory Listing
Modified Thu Sep 2 04:39:35 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
Commit the changes that went into 1.0.6-1.1.  Thanks to Matt Kraai.

  * Work around the apr_dir_make bug in Apache 2.0.50 (closes: #256909).
  * Update apache build-dep to >= 2.0.50-9 (closes: #266170, #266193).

Revision 203 - Directory Listing
Modified Thu Sep 2 04:25:15 2004 UTC (8 years, 8 months ago) by dwhedon
Original Path: trunk
revert r201: this change is incorrect, I will fix it later

Revision 201 - Directory Listing
Modified Tue Aug 10 20:46:34 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/rules : Use the 'install-book-html-chunk' target instead of the
  'install-book-html' target.  This breaks the book up into multiple
  html pages.

Revision 200 - Directory Listing
Modified Tue Aug 10 20:21:30 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
debian/build.sh : Error on unknown files.

Revision 199 - Directory Listing
Modified Wed Aug 4 20:17:15 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
testsuite passed on powerpc

Revision 198 - Directory Listing
Modified Tue Aug 3 21:37:02 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Add build-dep on libkrb5-dev.

Revision 197 - Directory Listing
Modified Tue Aug 3 21:35:17 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/libapache2-svn.postrm moved to debian/libapache2-svn.prerm.
  Only remove modules from apache's configuration when we are removing
  libapache2-svn, not on upgrades. (closes: #251245) Additionally, move
  the module config manipulation from the postrm to the prerm.  This way
  there is no time when apache is configured to load a module that is
  not present on the system.

Revision 196 - Directory Listing
Modified Tue Aug 3 20:38:18 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/rules : Call dh_fixperms before dh_strip.  This fixes a lintian
  error cause by the fact that parts of the perl binding shared libs
  were not writable by owner.  When dh_strip tried to strip them it failed
  and then lintian complained that the libraries were not stripped.

Revision 195 - Directory Listing
Modified Tue Aug 3 04:54:15 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/patches/repos-templates.patch : Update this patch.  Thanks
  to gcs for noticing it was out of date.
* debian/patches/series : 'quilt' wanted to add a space at the end
  of the line.  That's ok with me.

Revision 194 - Directory Listing
Modified Mon Aug 2 21:52:45 2004 UTC (8 years, 9 months ago) by gcs-guest
Original Path: trunk
Revert r189, as it was a big mistake of mine -- copyright reasons do not
allow vanilla Subversion source distributed by Debian.

Revision 193 - Directory Listing
Modified Mon Aug 2 20:11:59 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
clarify build-dep change

Revision 192 - Directory Listing
Modified Mon Aug 2 16:25:04 2004 UTC (8 years, 9 months ago) by gcs-guest
Original Path: trunk
Oops, as this is a security release, urgency should be high.

Revision 191 - Directory Listing
Modified Mon Aug 2 16:16:02 2004 UTC (8 years, 9 months ago) by gcs-guest
Original Path: trunk
Update dependencies; Neon to 0.24.7 and Apache2 to 2.0.50 at least required.

Revision 190 - Directory Listing
Modified Mon Aug 2 16:13:36 2004 UTC (8 years, 9 months ago) by gcs-guest
Original Path: trunk
Really fix libsvn_swig_perl-1.so linking.

Revision 189 - Directory Listing
Modified Mon Aug 2 16:07:27 2004 UTC (8 years, 9 months ago) by gcs-guest
Original Path: trunk
Use vanilla upstream source as Neon 0.24.7 is available now; previously
David removed the bundled Neon source.

Revision 188 - Directory Listing
Modified Fri Jul 30 04:47:12 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/rules : Link libsvn_swig_perl-1.so with all the libraries 
  it depends on. (closes: #262025)

Revision 187 - Directory Listing
Modified Thu Jul 29 21:31:03 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Note that this version fixes Bug #261938.

Revision 186 - Directory Listing
Modified Wed Jul 28 21:25:09 2004 UTC (8 years, 9 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Update to 1.0.6.
* subversion-1.0.5.tar.gz moved to subversion-1.0.6.tar.gz and tarball
  updated. 

Revision 181 - Directory Listing
Modified Sun Jun 20 13:38:28 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Depend on exim4 rather than exim.

Revision 173 - Directory Listing
Modified Sun Jun 13 20:22:06 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
clarify the meaning of this file

Revision 164 - Directory Listing
Modified Thu Jun 10 20:40:04 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
prepare 1.0.5

Revision 163 - Directory Listing
Modified Mon Jun 7 17:23:57 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
* etc/50vc-svn.el : Fix this script, thanks to Carel Fellinger for
  the fix.

Revision 162 - Directory Listing
Modified Sat Jun 5 06:38:12 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
mark this as unreleased

Revision 159 - Directory Listing
Modified Mon May 24 15:25:46 2004 UTC (8 years, 11 months ago) by dwhedon
Original Path: trunk
Update to 1.0.4.

Revision 155 - Directory Listing
Modified Wed May 19 20:05:43 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : enable testsuite on all archs.

Revision 154 - Directory Listing
Modified Wed May 19 20:00:30 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
Prepare for 1.0.3 release.

Revision 152 - Directory Listing
Modified Sun May 2 09:15:19 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/patches/rpath.patch : Update the modification of the apache 
  module link line to pass the desired libraries and search paths explicitly
  to the linker.
* debian/rules : Remove hard-coded apache module link since the subversion
  build-system itself should now be linking properly.

Revision 150 - Directory Listing
Modified Sat May 1 12:38:05 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
thinko

Revision 149 - Directory Listing
Modified Sat May 1 12:09:32 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
+  * Remove 'sudo' line that I didn't mean to commit and got included
+    in 1.0.2-3.  Thanks to Norbert Tretkowski for noticing.

Revision 147 - Directory Listing
Modified Sat May 1 08:13:14 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : Manually link the apache modules rather than using
  libtool so that we link against the necessary libraries.


Revision 145 - Directory Listing
Modified Tue Apr 27 04:47:30 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : Disable full testsuite for archs that passed 1.0.2-1.

Revision 144 - Directory Listing
Modified Tue Apr 27 04:41:24 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : Run 'basic_tests.py' when the full testsuite is disabled.
  This gives us some test coverage and it much faster than running the
  whole testsuite.

Revision 143 - Directory Listing
Modified Tue Apr 27 04:31:49 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/build.sh : Use debuild rather than dpkg-buildpackage.

Revision 142 - Directory Listing
Modified Tue Apr 27 04:28:49 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/man/svn_load_dirs.1 : Manpage update thanks to
  Per Olofsson <pelle@dsv.su.se>.

Revision 141 - Directory Listing
Modified Mon Apr 26 19:02:39 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/changelog: Adjust version number in preparation for release.

Revision 140 - Directory Listing
Modified Mon Apr 26 19:01:38 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/build.sh : Do not create orig.tar.gz if it already
  exists.

Revision 139 - Directory Listing
Modified Mon Apr 26 18:16:39 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/changelog : Prepare for release.
  Document that last commit.

Revision 138 - Directory Listing
Modified Mon Apr 26 18:13:06 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
Remove rpath from shared libraries.

* debian/rules (install) : Remove the LD_RUN_PATH from the
  various perl binding Makefiles.  This prevents the linker
  from adding an rpath to the libraries.
* debian/patches/series : Add rpath.patch.
* debian/patches/rpath.patch : New file.  This fixes the shared
  libraries that the change to debian/rules above does not fix.

Revision 137 - Directory Listing
Modified Sun Apr 25 19:28:14 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/TODO : subversion-tools is suggested by subversion as of 1.0.2-1.

Revision 136 - Directory Listing
Modified Sun Apr 25 13:18:32 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/man/svn_load_dirs.1 : New file.

Revision 133 - Directory Listing
Modified Sat Apr 24 11:46:25 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/subversion-tools.manpages : New file.
* debian/rules : Use dh_installman to install new manpage.

Revision 132 - Directory Listing
Modified Sat Apr 24 11:26:15 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/build.sh : Create orig.tar.gz, make dpkg-source not complain
  about the build directory name, other minor cleanups.

Revision 131 - Directory Listing
Modified Sat Apr 24 11:22:07 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : Make 'rm' not complain about missing files.

Revision 130 - Directory Listing
Modified Sat Apr 24 11:18:00 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/README.packaging : New file.

Revision 129 - Directory Listing
Modified Sat Apr 24 11:13:40 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/changelog: Put in a real version so dpkg-parsechangelog doesn't
  error.

Revision 127 - Directory Listing
Modified Fri Apr 23 20:01:33 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/changelog : Fix bug number.

Revision 126 - Directory Listing
Modified Fri Apr 23 19:08:37 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/rules : Fix python interpreter in svnshell. (closes: #245573)

Revision 121 - Directory Listing
Modified Wed Apr 21 18:47:03 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/pythonX.Y-subversion.README.Debian : New file.
* debian/rules : Install README.Debian for python packages.

Revision 120 - Directory Listing
Modified Wed Apr 21 18:27:16 2004 UTC (9 years ago) by dwhedon
Original Path: trunk
* debian/control.in : 'subversion' package now suggests the
  'subversion-tools' package.

Revision 119 - Directory Listing
Modified Tue Apr 20 22:50:36 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
* debian/patches/series : Add svnshell.patch.
* debian/patches/svnshell.patch : New file.
* debian/rules : Install svnshell.

Revision 117 - Directory Listing
Modified Tue Apr 20 17:54:23 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
- 1.0.2 fixed #241076

Revision 116 - Directory Listing
Modified Tue Apr 20 03:35:58 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
- update to subversion 1.0.2

Revision 115 - Directory Listing
Modified Tue Apr 20 03:18:52 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
* debian/build.sh : Put build log in ../. and date it.

Revision 114 - Directory Listing
Modified Sun Apr 18 16:38:26 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
* remove deprecated debian/shlibs.local.

Revision 113 - Directory Listing
Modified Thu Apr 8 04:32:43 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
Sign .dsc and .changes.

Revision 112 - Directory Listing
Modified Thu Apr 8 04:29:45 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
+  * Fix libtool problem by no longer doing the LIBTOOL_IS_A_FOOL
+    hack. (closes: #242460)
+  * Fix hard-coded link in debian/rules to link with ptoper swig.

Revision 111 - Directory Listing
Modified Sat Apr 3 09:15:08 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
+  * Fix python2.3-subversion and subversion-tools priority so they are
+    the same as the priorities in the override file.

Revision 109 - Directory Listing
Modified Sat Apr 3 09:11:10 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
- fix file paths in this patch

Revision 107 - Directory Listing
Modified Sat Apr 3 08:31:30 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
- enable testsuite on powerpc

Revision 106 - Directory Listing
Modified Fri Apr 2 18:41:48 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
+  * Apply changes up to the current head of the 1.0.x branch. 
+    This line is making its way to become 1.0.2.  The diff was
+    obtained like this:
+    svn diff http://svn.collab.net/repos/svn/tags/1.0.1 \
+             http://svn.collab.net/repos/svn/branches/1.0.x@9275
+    - Fix recursive propset (closes: #238558) 

Revision 105 - Directory Listing
Modified Fri Apr 2 18:26:59 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
237230 is fixed by this change.

Revision 104 - Directory Listing
Modified Fri Apr 2 18:21:16 2004 UTC (9 years, 1 month ago) by dwhedon
Original Path: trunk
+  * Increase swig build dependancy to 1.3.21-2 so we get a working
+    dependancy.

Revision 103 - Directory Listing
Modified Sun Mar 14 19:06:09 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
Touch every file in the archive so we don't have broken timestamps.

Revision 102 - Directory Listing
Modified Sun Mar 14 13:42:22 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * cvs2svn is no longer part of this package, request for package filed,
+    see http://bugs.debian.org/237934 .
+  * libswig1.3 provides an incorrect shlibs file, add proper dependancies 
+    to debian/shlibs.local (closes: #220107)

Revision 101 - Directory Listing
Modified Sun Mar 14 13:17:48 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- update to upstream 1.0.1

Revision 100 - Directory Listing
Modified Thu Mar 11 11:23:19 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Change libsvn0-dev and subversion-tools priority to extra so that
+    there is no longer a disparity between the override file and the
+    control file.

Revision 99 - Directory Listing
Modified Tue Mar 9 20:42:49 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : Fix copy and paste error.

Revision 97 - Directory Listing
Modified Mon Mar 8 22:20:47 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Update to policy 3.6.1 (no changes).

Revision 96 - Directory Listing
Modified Mon Mar 8 22:17:09 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- revert r93 since it looks like libtool still can not help but
  include rpath.

Revision 95 - Directory Listing
Modified Mon Mar 8 21:53:18 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : Fix proken pre-req in that last commit.

Revision 94 - Directory Listing
Modified Mon Mar 8 21:45:40 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Fix broken stamp files that were among other things making the build
+    execute the configure and autogen rules unnecessarily.

Revision 93 - Directory Listing
Modified Mon Mar 8 21:16:50 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Remove the LIBTOOL_IS_A_FOOL hack when we have a recent enough libtool.
+    Versions newer than 1.5-3 will not hardcode rpath in our libraries.

Revision 92 - Directory Listing
Modified Mon Mar 8 21:06:49 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Note this change.
* patches/dir-walk-order.patch, patches/perl-bindings.patch : Remove
  these files.  The changes from these patches are included in the 1.0.x patch.
* patches/1.0.x.patch : New file.  This patch updates the source to 
  the current 1.0.x branch.
* patches/series : Update patches to apply.

Revision 91 - Directory Listing
Modified Mon Mar 8 20:56:32 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : No line may be longer than 80 characters.

Revision 90 - Directory Listing
Modified Mon Mar 8 20:44:30 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : Let dh_strip handle check for nostrip in
  DEB_BUILD_OPTIONS rather than doing in manually here.

Revision 89 - Directory Listing
Modified Mon Mar 8 20:36:33 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : Re-enable testsuite on i386 since I am applying a 
  big upstream patch to make 1.0.0-2.
  Make the debian/control verification less verbose.

Revision 88 - Directory Listing
Modified Mon Mar 8 19:47:15 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Add debian/shlibs.local which needs to stay around until #231659
+    is fixed (closes: #234932).

Revision 87 - Directory Listing
Modified Sun Mar 7 14:04:00 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Detect if debian/control is invalid.  If invalid then recreate it and
+    exit failure telling the user to try again.  (closes: #204253)

Revision 86 - Directory Listing
Modified Sun Mar 7 11:43:25 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Don't ship .pyc files in pythonX.Y-subversion.  These files should instead
+    be generated in the postinst. (closes: #236170)

Revision 85 - Directory Listing
Modified Sun Mar 7 10:52:19 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Remove local copy of patchsys-quilt.mk and add version to quilt build-dep.
+  * Don't strip binaries if 'nostrip' is in DEB_BUILD_OPTIONS.
+  * Patch from Erno Kuusela to 50vc-svn.el so subversion vc backend doesn't
+    supercede an existing default.

Revision 84 - Directory Listing
Modified Wed Feb 25 20:37:27 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Fix description of the subversion book (it is a version control,
+    not a revision control system)

Revision 83 - Directory Listing
Modified Wed Feb 25 20:28:33 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/NEWS.Debian : Remove this file.  This is no longer
  'news'.  Users installed Subversion for the first time don't need 
  to see this.
* debian/README.Debian : Move NEWS.Debian info into here.  We keep a record
  of necessary repository interventions here for a while.  Eventually these
  will go away too though.

Revision 82 - Directory Listing
Modified Wed Feb 25 20:24:37 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/postinst.test : That file has been sitting there for
  a long time and I haven't been motivated to finish it.  I don't see
  a good way of creating subversion repositories automatically.  The problem is
  that if I do that then I fear I am committing to doing repository 
  administration when in fact there needs to be a real administrator who has 
  read subversion documentation.

Revision 81 - Directory Listing
Modified Wed Feb 25 20:16:09 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
+  * Fix directory walk ordering on filesystems that don't return
+    '.' first.  (closes: #231364)

Revision 80 - Directory Listing
Modified Wed Feb 25 19:39:11 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/patchsys-quilt.mk : Make this compatable with cdbs systems that don't
  use tarball.mk.  These changes have been sent to the bts and the bug is
  marked pending.   Once that version is available this file will be 
  removed this this source package.

Revision 77 - Directory Listing
Modified Mon Feb 23 20:19:36 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* subversion-1.0.0.tar.gz : New file.  This is the upstream
  1.0.0 tarball with the apr, apr-util and neon subdir removed.

Revision 76 - Directory Listing
Modified Mon Feb 23 19:21:59 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
let build-stamp be the one tha tneeds configure-stamp

Revision 75 - Directory Listing
Modified Mon Feb 23 18:07:54 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- i386 has passed the testsuite

Revision 74 - Directory Listing
Modified Mon Feb 23 18:00:39 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- update DEB_TAR_SRCDIR for 1.0.0

Revision 73 - Directory Listing
Modified Mon Feb 23 17:22:24 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- update to 1.0.0

Revision 72 - Directory Listing
Modified Mon Feb 23 17:14:44 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- fixup perl bindings build

Revision 71 - Directory Listing
Modified Sat Feb 21 22:04:03 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
cleanup debian/tools

Revision 70 - Directory Listing
Modified Sat Feb 21 22:02:41 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* fixup version number

Revision 69 - Directory Listing
Modified Sat Feb 21 21:56:11 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- many changes, perl bindings work now, svnadmin-static is no more.

Revision 68 - Directory Listing
Modified Sat Feb 21 18:17:07 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/patches/series : Remove perl-bindings patch.

Revision 67 - Directory Listing
Modified Sat Feb 21 11:16:11 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Mark this as unreleased and make the version
  number lower than the to be released 1.0.0-1.

Revision 66 - Directory Listing
Modified Sat Feb 21 11:13:53 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/rules : Testssuite passed on powerpc, disable it.

Revision 65 - Directory Listing
Modified Sat Feb 21 09:36:44 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- enable testsuite on all archs

Revision 64 - Directory Listing
Modified Sat Feb 21 09:20:28 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- Upstream removed the cvs2svn manpage.

Revision 63 - Directory Listing
Modified Sat Feb 21 09:19:05 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
- shlibs file should have a >= version dependancy rather than no
  version dependancy at all.

Revision 62 - Directory Listing
Modified Sat Feb 21 08:39:00 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
Bug 232945 is fixed in this upstream version.

Revision 61 - Directory Listing
Modified Sat Feb 21 08:36:19 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
Fix formatting of NEWS.Debian
revision bumped to 1.0.0-beta1

Revision 60 - Directory Listing
Modified Sat Feb 21 08:22:43 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
Rename ltmain.sh.diff to ltmain.sh.patch so as to make patch names
consistent.

Revision 59 - Directory Listing
Modified Sat Feb 21 08:19:35 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/patches/series : Remove trailing space.

Revision 58 - Directory Listing
Modified Sat Feb 21 08:13:38 2004 UTC (9 years, 2 months ago) by dwhedon
Original Path: trunk
* debian/patches/repos-templates.patch : Refresh this patch against
  subversion 1.0.0-beta1.

Revision 57 - Directory Listing
Modified Wed Feb 18 05:46:43 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
This is my first attempt to get the perl bindings to work. There may be some
problems because the testsuite fails to run.


Revision 56 - Directory Listing
Modified Sat Feb 14 19:16:23 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
Remove large warning that this software is still in development.

Revision 55 - Directory Listing
Modified Sat Feb 14 15:39:46 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
+  * Don't pass broken CFLAGS to swig wrapper build (closes: #232591)

Revision 54 - Directory Listing
Modified Sat Feb 14 11:20:58 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Should be passing the prefix to swig rather than the
  full path.

Revision 53 - Directory Listing
Modified Fri Feb 13 21:18:58 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* Add build dependancy on libperl-dev so the perl bindings 
  build properly and mostly pass the testsuite.

Revision 52 - Directory Listing
Modified Thu Feb 12 17:21:28 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
prepare to release 0.37.0-3, fix a typo

Revision 51 - Directory Listing
Modified Thu Feb 12 17:10:23 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
+  * Update swig build-dep to >= 1.3.21.  This isn't actually required
+    by Subversion but I have some current Subversion bug reports that
+    indicate mixinh 1.3.19 builds with 1.3.21 systems may cause problems.
+  * Pass fulll path the swig to configure so as to ensure we use the swig
+    from the Debian package.

Revision 50 - Directory Listing
Modified Tue Feb 10 22:19:48 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Call this one 0.37.0-2.3test so it is younger that
  0.37.0-3.

Revision 49 - Directory Listing
Modified Tue Feb 10 22:03:53 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
clean target should remove .libs/

Revision 48 - Directory Listing
Modified Tue Feb 10 22:02:09 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
always more TODO

Revision 47 - Directory Listing
Modified Tue Feb 10 22:00:23 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Fix typo, libsvn-perl -> libsvn-core-perl

Revision 46 - Directory Listing
Modified Tue Feb 10 21:58:12 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
+  * Fix default repos templates. (closes: #210901)

Revision 45 - Directory Listing
Modified Tue Feb 10 21:47:32 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
+  * Start using 'quilt' and part of 'cdbs' to maintain separate pataches
+    within the source package.

Revision 44 - Directory Listing
Modified Tue Feb 10 21:41:59 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/TODO : It would be nice to make a spurious error due to cdbs
  go away.

Revision 43 - Directory Listing
Modified Tue Feb 10 20:51:13 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
+  * Fix doc build by giving the new path to the docbook stylesheets.
+    (closes: #231981)

Revision 42 - Directory Listing
Modified Mon Feb 9 22:39:53 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
this patch is now applied

Revision 41 - Directory Listing
Modified Mon Feb 9 22:39:07 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Add new package libsvn-core-perl.
* debian/rules : Build perl bindings.
* debian/changelog : Note this change.

Revision 40 - Directory Listing
Modified Mon Feb 9 22:11:18 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
test shoudl make sure source package builds

Revision 39 - Directory Listing
Modified Mon Feb 9 21:46:45 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/README.Debian : Be more explicit about what libapache2-svn
  does for you.

Revision 38 - Directory Listing
Modified Mon Feb 9 21:43:22 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules :  Don't include svnshell.  It is just an example of 
  how to use the bindings and isn't for general consumption. (closes: #230534)
* debian/changelog : Note this change.

Revision 37 - Directory Listing
Modified Mon Feb 9 21:26:21 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : shlibs file now creates a >= dependancy rather than 
  a strict =.  (closes: #231681)
* debian/changelog : Note this change.

Revision 36 - Directory Listing
Modified Mon Feb 9 21:21:31 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Mention to abbreviation 'svn' in short package 
  descriptions. (closes: #231698)
* debian/changelog : Note this change.

Revision 35 - Directory Listing
Modified Sat Feb 7 13:23:31 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/TODO : would be nice to have some tests of the package
  after it is built.

Revision 34 - Directory Listing
Modified Sat Feb 7 12:59:16 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/build.sh : Pass all arguments to dpkg-buildpackage.  Check
  build-deps before calling dpkg-buildpackage.

Revision 33 - Directory Listing
Modified Fri Feb 6 23:26:21 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Install README.
* debian/changelog : Note this change.

Revision 32 - Directory Listing
Modified Fri Feb 6 23:10:52 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/NEWS.Debian : Add pointer to Subversion book when saying
  dump/load is required.
* debian/changelog : Note this change.

Revision 29 - Directory Listing
Modified Tue Feb 3 22:54:40 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/patches/perl-bindings.patch : This package is arch any, fix clean
  target so the perl binding build is cleaned as well.

Revision 28 - Directory Listing
Modified Tue Feb 3 21:53:10 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/patches/perl-bindings.patch : Temporary storage area for 
  the in-development packaged perl bindings.

Revision 27 - Directory Listing
Modified Tue Feb 3 20:43:53 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Remove unused perl binding build rules.

Revision 26 - Directory Listing
Modified Tue Feb 3 20:40:58 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : powerpc passed the testsuite, don't run it on powerpc
  anymore.

Revision 25 - Directory Listing
Modified Tue Feb 3 19:05:18 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/NEWS.Debian debian/README.Debian : Remove references to subversion 
  0.35.1-1 which was never uploaded.
* debian/changelog: note this change.

Revision 24 - Directory Listing
Modified Tue Feb 3 19:00:10 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Note that Bug #230955 will be fixed by
  this upload.

Revision 23 - Directory Listing
Modified Tue Feb 3 17:19:06 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/build.sh : Fix up source package ignore list so svn-make-config.c
  is not ignored.  Run lintian after the build.  Create debian/control
  before the build.  Collect stderrr in the build log as well as stdout.
* debian/changelog: note this change.

Revision 22 - Directory Listing
Modified Mon Feb 2 18:59:33 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Remove the part of the package descriptions that
  says subversion is "in development, alpha"
* debian/changelog : Note this.

Revision 21 - Directory Listing
Modified Sun Feb 1 22:28:02 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Increate apache dependancy to 2.0.48-7
  since -5 and -6 had problems.
* debian/changelog : Update.

Revision 20 - Directory Listing
Modified Sun Feb 1 22:21:21 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Remove build-dep on libgdbm-dev, I think
  I only needed that due to a problem with a previous libapr version.
* debian/changelog : Update.

Revision 19 - Directory Listing
Modified Fri Jan 30 05:36:25 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Add build depends on libgdbm-dev
* debian/changelog : Note this change. Note that this upload fixes 
  Bug #230311, runtime linker failures.  Remove note saying we aren't
  yet at 1.0, since we might be.

Revision 18 - Directory Listing
Modified Fri Jan 30 05:32:43 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Testsuite has been run on i386, but not yet
  on powerpc.

Revision 17 - Directory Listing
Modified Fri Jan 30 05:31:39 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/tools/Makefile : Clean up the .o also.

Revision 16 - Directory Listing
Modified Mon Jan 26 20:02:57 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Make sure /usr/share/doc/<package>/ exists 
  before trying to install to it.

Revision 15 - Directory Listing
Modified Mon Jan 26 19:22:23 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules : Add forgotten '\'.

Revision 14 - Directory Listing
Modified Mon Jan 26 19:09:22 2004 UTC (9 years, 3 months ago) by dwhedon
Original Path: trunk
* debian/rules :  Fix two broken build targets.

Revision 13 - Directory Listing
Modified Tue Jan 20 20:34:10 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/changelog : Note that bug 202885 is fixed thanks to upstream
  changes.

Revision 12 - Directory Listing
Modified Sun Jan 18 18:41:20 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Remove note saying that this is an alpha release.
  We still aren't at 1.0 but we are getting close.
* debian/changelog: note this change.

Revision 11 - Directory Listing
Modified Sun Jan 18 18:17:51 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/rules : Remove and remake libsvn_swig_py to fix Bug #220107.
* debian/changelog : Note this change.

Revision 10 - Directory Listing
Modified Sun Jan 18 16:40:17 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/build.sh : This is now executable.

Revision 9 - Directory Listing
Modified Sun Jan 18 16:31:27 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/rules : Create /etc/subversion/* as part of the build process.
* debian/tools/Makefile : Link with libtool so we can use the 
  libraries in the build diirectory.  This allows us to run this
  program during the build.
* debian/tools/README : New file.
* debian/TODO : Less to do.
* debian/changelog : Note this change.

Revision 8 - Directory Listing
Modified Sun Jan 18 16:18:34 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/tools/svn-defaults : These are now generated during the build.

Revision 7 - Directory Listing
Modified Sun Jan 18 15:36:49 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/copyright : Update to 2004.
* debian/changelog : Note this change.

Revision 6 - Directory Listing
Modified Sun Jan 18 15:34:48 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/build.sh : New file.
* debian/TODO : Autogenerated files are no longer in the diff.
* debian/changelog : Note these changes.
* debian/rules : Re-arrange the way that autogen.sh gets called.
  The 'autogen' target is no longer a dependancy of the 'clean' target.
  'autogen' is now a dependancy of 'build'.

Revision 5 - Directory Listing
Modified Sun Jan 18 14:21:40 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/TODO : This package is now in a repository that encourages outside
  contributions.

Revision 4 - Directory Listing
Modified Sun Jan 18 13:41:51 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/control.in : Add back build dependancy on xsltproc and docbook-xsl.
* debian/changelog : We build the doc again.
* debian/rules : XSL_DIR set in the Makefile no longer allows us to use
  stylesheets installed on the system, create a symlink so the build works.

Revision 3 - Directory Listing
Modified Sun Jan 18 12:36:49 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/control: Remove this file since it is generated from 
  debian/control.in

Revision 2 - Directory Listing
Modified Sun Jan 18 12:06:29 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* debian/changelog : This release closes #193062

Revision 1 - Directory Listing
Added Sun Jan 18 11:03:17 2004 UTC (9 years, 4 months ago) by dwhedon
Original Path: trunk
* trunk/debian/ : Import current (unreleased) 0.36.0-1 debian/ subdir.

  ViewVC Help
Powered by ViewVC 1.1.5