Log of /branches
Directory Listing
Revision
919 -
Directory Listing
Modified
Mon Jul 7 07:04:57 2008 UTC
(4 years, 11 months ago)
by
peters
Meh... Nothing else is working too well, so go with the nuclear option.
Revision
918 -
Directory Listing
Modified
Mon Jul 7 05:34:32 2008 UTC
(4 years, 11 months ago)
by
peters
Attempt to kludge the java build to work with make -j. There are two
problems.
One, the .class -> .h rule doesn't quite list all the .h files, so
even though they will all be built, 'make' does not know this if it
doesn't evaluate targets in a specific serial order.
Two, there is just a single rule to build all the .h files from all
the .class files, in a single step. Parallel 'make' might try to
invoke this rule simultaneously, wanting to get different .h files
none of which exist yet. I can't think of a good solution for this
other than (a) build the .h files individually, which is probably
slower, or (b) some sort of lockfile. Well, or (c), what we're doing
here, running 'make javahl-javah' separately before the rest of
javahl.
Revision
917 -
Directory Listing
Modified
Fri Jul 4 09:04:04 2008 UTC
(4 years, 11 months ago)
by
peters
Fix svnwrap(1) manpage inetd.conf example, #462313.
This bug was a rather subtle effect of binfmt_script and common shells.
Revision
916 -
Directory Listing
Modified
Fri Jul 4 08:31:25 2008 UTC
(4 years, 11 months ago)
by
peters
Add a CVE ident to an old changelog entry, to close #428194.
Revision
915 -
Directory Listing
Modified
Fri Jul 4 08:08:15 2008 UTC
(4 years, 11 months ago)
by
peters
s/libsvn1-dev/libsvn-dev/ in control. Also note a couple more bugs
fixed in 1.5.0.
Revision
914 -
Directory Listing
Modified
Wed Jul 2 13:23:34 2008 UTC
(4 years, 11 months ago)
by
peters
Bump shlibs to 1.5.0, fixing an RC bug.
Revision
913 -
Directory Listing
Modified
Mon Jun 30 06:46:03 2008 UTC
(4 years, 11 months ago)
by
peters
Install svnmucc / svn-populate-node-origins-index correctly.
Revision
912 -
Directory Listing
Modified
Mon Jun 30 05:36:04 2008 UTC
(4 years, 11 months ago)
by
peters
Refresh svn_1.5_releasenotes.html from upstream trunk.
Revision
911 -
Directory Listing
Modified
Mon Jun 30 05:25:34 2008 UTC
(4 years, 11 months ago)
by
peters
Fix the java build, at long last. Time for sid, I think.
Revision
910 -
Directory Listing
Modified
Sat Jun 28 20:19:33 2008 UTC
(4 years, 11 months ago)
by
peters
Ship svn-populate-node-origins-index (used in upgrading a repository
to 1.5) and svnmucc (useful client tool).
Revision
909 -
Directory Listing
Modified
Sat Jun 28 20:17:18 2008 UTC
(4 years, 11 months ago)
by
peters
Note that out-of-tree-build-fixes is in upstream trunk now.
Revision
908 -
Directory Listing
Modified
Sat Jun 21 15:13:24 2008 UTC
(4 years, 11 months ago)
by
peters
Include upstream release notes.
Revision
907 -
Directory Listing
Modified
Sat Jun 21 15:01:00 2008 UTC
(4 years, 11 months ago)
by
peters
Reenable java. I hope it can be fixed soon.
Revision
906 -
Directory Listing
Modified
Sat Jun 21 06:56:02 2008 UTC
(4 years, 11 months ago)
by
peters
More bugs.
Revision
905 -
Directory Listing
Modified
Sat Jun 21 06:41:53 2008 UTC
(4 years, 11 months ago)
by
peters
Close some bugs in 1.5.0dfsg1-1. Since I'm editing the changelog
retroactively, I also closed them manually.
Revision
904 -
Directory Listing
Modified
Sat Jun 21 04:33:47 2008 UTC
(4 years, 11 months ago)
by
peters
Remove the last bits of libsvn-javahl from the source package.
Revision
902 -
Directory Listing
Modified
Sat Jun 21 04:31:17 2008 UTC
(4 years, 11 months ago)
by
peters
Final tweaks to 1.5.0dfsg1-1 before upload.
Revision
899 -
Directory Listing
Modified
Sat Jun 21 02:35:37 2008 UTC
(4 years, 11 months ago)
by
peters
Build with serf and sasl, both related to new stuff in 1.5.0.
Revision
898 -
Directory Listing
Modified
Sat Jun 21 02:27:53 2008 UTC
(4 years, 11 months ago)
by
peters
HA! ruby builds, tests, and installs now! That leaves Java.
Revision
897 -
Directory Listing
Modified
Sat Jun 21 02:26:10 2008 UTC
(4 years, 11 months ago)
by
peters
Get "debian/rules clean" closer to pristine.
Revision
896 -
Directory Listing
Modified
Fri Jun 20 23:38:44 2008 UTC
(4 years, 11 months ago)
by
peters
Fix install-swig-rb target. libtool troubles, y'know.
Revision
895 -
Directory Listing
Modified
Fri Jun 20 19:37:36 2008 UTC
(5 years ago)
by
peters
Fix the latest python build fix (thanks to David James upstream for
noticing what might be broken about it) and add a fix to allow the
ruby tests to run. Naturally, this changes some assumptions in about
5 of the ruby tests, so those need fixing now. Sigh.
Revision
893 -
Directory Listing
Modified
Fri Jun 20 03:08:18 2008 UTC
(5 years ago)
by
peters
Adjust some installation paths, and add a few potentially useful files
to /usr/share/doc/subversion.
Revision
892 -
Directory Listing
Modified
Fri Jun 20 02:03:50 2008 UTC
(5 years ago)
by
peters
Adjust patches/apr-abi to only pass the soname into library link
lines, not binary link lines. Gets rid of an annoying warning.
Revision
891 -
Directory Listing
Modified
Fri Jun 20 00:14:30 2008 UTC
(5 years ago)
by
peters
Rename PERL_BINDINGDIR and PY_BINDINGDIR to PERL_DIR and PY_DIR.
This is clutter management as I debug stuff in this area.
Revision
890 -
Directory Listing
Modified
Thu Jun 19 14:18:00 2008 UTC
(5 years ago)
by
peters
Fix a ruby test failure.
Many thanks to Kouhei for a 3-hour response time!
Revision
889 -
Directory Listing
Modified
Thu Jun 19 09:03:31 2008 UTC
(5 years ago)
by
peters
Stop hardcoding BUILD as the build directory.
Except in subversion-tools.{install,manpages}, that is.
Revision
888 -
Directory Listing
Modified
Thu Jun 19 09:00:48 2008 UTC
(5 years ago)
by
peters
patches/ssh-no-controlmaster: fix some more test failures traceable to
my stupid little default config file edit.
At this point I can safely say I wish I knew even a little bit of ruby.
Revision
887 -
Directory Listing
Modified
Thu Jun 19 08:58:04 2008 UTC
(5 years ago)
by
peters
Followup to r886.
Revision
886 -
Directory Listing
Modified
Thu Jun 19 08:57:46 2008 UTC
(5 years ago)
by
peters
Split patches/svn2cl into upstream and debian bits.
No functional change, this is just for the future.
Revision
885 -
Directory Listing
Modified
Thu Jun 19 05:56:51 2008 UTC
(5 years ago)
by
peters
patches/perl-test-syntax-error: new patch borrowed from upstream, to
fix a perl5.10 issue in one of the tests.
Revision
884 -
Directory Listing
Modified
Thu Jun 19 05:00:26 2008 UTC
(5 years ago)
by
peters
Workaround for bug #486937, where 'dpkg-buildpackage' puts commas in
DEB_BUILD_OPTIONS, contrary to Debian Policy section 4.9.1.
Revision
883 -
Directory Listing
Modified
Thu Jun 19 02:48:44 2008 UTC
(5 years ago)
by
peters
Delete contents of README.source, instead pointing to the file in
/usr/share/doc/quilt.
I wrote debian/README.source after looking for an appropriate file in
the quilt package and not finding it. It was there, I just somehow
missed it.
Revision
882 -
Directory Listing
Modified
Thu Jun 19 02:43:56 2008 UTC
(5 years ago)
by
peters
Oops, wrong version string.
Revision
881 -
Directory Listing
Modified
Thu Jun 19 02:22:10 2008 UTC
(5 years ago)
by
peters
1.5.0 will be out any minute! Let's hope we can still make lenny.
(The lenny library freeze is also coming up fast.)
Revision
880 -
Directory Listing
Modified
Sat Jun 7 23:05:30 2008 UTC
(5 years ago)
by
peters
Remove the old TESTS_LD_LIBRARY_PATH business, which I think has been
obsolete for about 2 years.
Revision
879 -
Directory Listing
Modified
Sat Jun 7 23:00:25 2008 UTC
(5 years ago)
by
peters
Use pkg-config rather than apr-config and apu-config, just on general
principle. Note this hard-codes apr/apr-util 1.x, not 0.9.
Revision
878 -
Directory Listing
Modified
Fri Jun 6 03:33:31 2008 UTC
(5 years ago)
by
peters
More tweakage to debian/control.
Notably, delete 'libsvn-javahl' etch transition package.
Revision
877 -
Directory Listing
Modified
Fri Jun 6 03:03:50 2008 UTC
(5 years ago)
by
peters
More random package tweaking.
Revision
876 -
Directory Listing
Modified
Fri Jun 6 02:38:39 2008 UTC
(5 years ago)
by
peters
Changes for Policy 3.8.0.
The DEB_BUILD_OPTIONS bits are not tested yet, and I'd be surprised if
it works 100%, given the hairiness of the code.
Revision
875 -
Directory Listing
Modified
Fri Jun 6 01:15:53 2008 UTC
(5 years ago)
by
peters
Uh, really rc9 this time.
Revision
874 -
Directory Listing
Modified
Fri Jun 6 01:06:12 2008 UTC
(5 years ago)
by
peters
1.5.0-rc9, released yesterday.
Revision
873 -
Directory Listing
Modified
Fri May 30 08:10:26 2008 UTC
(5 years ago)
by
peters
'make autogen-swig' for each python version.
This wasn't needed in svn 1.4 because autogen-swig put its output
files in the _source_ dir, not the _build_ dir. 1.5 corrects this;
thus, since we have multiple python build dirs, we need the
swig-generated files in each.
This could be done a bit faster with 'cp' or 'ln -s', but $(allpy) is
the simplest and most readable.
Revision
872 -
Directory Listing
Modified
Fri May 30 07:03:23 2008 UTC
(5 years ago)
by
peters
More switching to quilt.
Revision
871 -
Directory Listing
Modified
Fri May 30 04:48:49 2008 UTC
(5 years ago)
by
peters
Merge r867 to 1.5.x.
Revision
870 -
Directory Listing
Modified
Fri May 30 04:38:12 2008 UTC
(5 years ago)
by
peters
Port debian/patches to svn 1.5.0-rc8.
A number of these patches may be either obsolete or incorrect.
Also 'quilt refresh -pab --no-timestamps --no-index' every patch.
Revision
869 -
Directory Listing
Modified
Fri May 30 02:57:37 2008 UTC
(5 years ago)
by
peters
Bring series file up to date. I'm not quite sure how the old 00list and the
new series files got out of sync, but anyway.
Revision
868 -
Directory Listing
Modified
Fri May 30 01:46:26 2008 UTC
(5 years ago)
by
peters
Begin to port from dpatch to quilt. I stuck with dpatch for a long
time; I want to see firsthand how quilt stands up to serious use.
Revision
866 -
Directory Listing
Modified
Fri May 30 01:09:48 2008 UTC
(5 years ago)
by
peters
rc8. Not quite released upstream yet, mind.
Revision
865 -
Directory Listing
Modified
Mon May 26 07:11:49 2008 UTC
(5 years ago)
by
peters
rc7 is expected to become 1.5.0 final. They mean it this time.
Revision
864 -
Directory Listing
Modified
Thu May 8 15:49:18 2008 UTC
(5 years, 1 month ago)
by
peters
Add list URLs to 2 patches I recently submitted.
Revision
863 -
Directory Listing
Modified
Tue May 6 01:10:40 2008 UTC
(5 years, 1 month ago)
by
peters
On 1.5.x branch: delete the patches I know (or, in a few cases, am 98%
sure) are obsolete. Also port svn2cl, which needed a refresh to
upstream 0.10 (as Arthur agreed, when I asked him last month).
Note, several other patches need porting. I may get some out tonight.
Revision
862 -
Directory Listing
Modified
Mon May 5 19:25:00 2008 UTC
(5 years, 1 month ago)
by
peters
1.5.0-rc5 is released upstream. I hope to find time to finish the
1.5.x port soon.
Revision
861 -
Directory Listing
Modified
Sun May 4 22:27:52 2008 UTC
(5 years, 1 month ago)
by
peters
Merge from trunk through r860.
Revision
853 -
Directory Listing
Modified
Tue Apr 22 22:53:44 2008 UTC
(5 years, 1 month ago)
by
peters
The real 1.5.0rc4, as usual not yet blessed for release. (The last
1.5.0rc4 wasn't the real thing, I think it was uploaded accidentally.)
Revision
852 -
Directory Listing
Modified
Thu Apr 17 05:24:56 2008 UTC
(5 years, 2 months ago)
by
peters
rc4. As usual, not yet released upstream.
I don't think there's even a public CFT yet.
Revision
844 -
Directory Listing
Modified
Tue Apr 8 04:07:22 2008 UTC
(5 years, 2 months ago)
by
peters
Update to 1.5.0-rc1 (not yet released upstream): DFSGize the tarball, etc.
Revision
843 -
Directory Listing
Modified
Fri Mar 14 02:27:23 2008 UTC
(5 years, 3 months ago)
by
peters
1.5.0-beta1. (Not yet released upstream.)
Now with one extra contrib script - Daniel Rall added a license to one
after I poked the dev list. Yay! Only about 11 scripts to delete now.
Revision
842 -
Directory Listing
Modified
Mon Mar 10 06:52:34 2008 UTC
(5 years, 3 months ago)
by
peters
Repack 1.5.0-alpha2 tarball after redoing the contrib license audit.
Revision
838 -
Directory Listing
Modified
Sat Mar 1 03:17:37 2008 UTC
(5 years, 3 months ago)
by
peters
Branch for svn 1.5, now that 1.5.0-alpha2 is out. Upstream's policy
has been to strongly discourage packaging anything less than full
releases, but hwright's announcement now blesses this for cases like
debian experimental. So that's the plan.
Revision
791 -
Directory Listing
Modified
Fri Apr 27 20:50:27 2007 UTC
(6 years, 1 month ago)
by
peters-guest
On etch branch: simplify version number from 1.4.2dfsg1-2etch1 to
1.4.2dfsg1-3. I am told the etchN suffix is not required in this case.
(Its purpose is to ensure that versions always increase from stable to
unstable, and in our case that will be true anyway.)
Revision
790 -
Directory Listing
Modified
Fri Apr 27 20:40:22 2007 UTC
(6 years, 1 month ago)
by
peters-guest
Merge r784 from trunk: fix #419348 for (etch-)proposed-updates.
Revision
788 -
Directory Listing
Modified
Fri Apr 27 20:28:01 2007 UTC
(6 years, 1 month ago)
by
peters-guest
Prepare for 1.4.2dfsg1-2~bpo.1 upload to sarge-backports, sponsored by nobse.
Revision
787 -
Directory Listing
Modified
Fri Apr 27 20:24:08 2007 UTC
(6 years, 1 month ago)
by
peters-guest
Create etch branch from the appropriate release tag.
Revision
782 -
Directory Listing
Modified
Fri Feb 2 05:35:44 2007 UTC
(6 years, 4 months ago)
by
peters-guest
sarge backport: rebase from 1.4.2dfsg1-2, as per bpo policy (backports
must be based on the version in etch).
This is just a matter of shuffling the changelog, but it's not
cheating: the two trunk changes done since 1.4.2dfsg1-2 actually are
relevant to the backport.
Revision
779 -
Directory Listing
Modified
Tue Dec 19 07:58:27 2006 UTC
(6 years, 6 months ago)
by
peters-guest
branches/edgy: tiny fix to rules file.
Revision
778 -
Directory Listing
Modified
Tue Dec 19 06:55:10 2006 UTC
(6 years, 6 months ago)
by
peters-guest
branches/edgy: new branch, sort of a mix between trunk and branches/sarge.
Ubuntu edgy is still on apache 2.0 (thus libsvn0 and all that jazz).
Also, db4.3 and neon25.
I don't know if anyone will actually support this, but I did it for a
user on irc and figured I may as well keep it in case anyone else wants
to use it.
Revision
777 -
Directory Listing
Modified
Thu Nov 16 20:04:28 2006 UTC
(6 years, 7 months ago)
by
peters-guest
Remove apr version check for 0.9.7+.
I may backport newer apr some other time, but for now....
Revision
776 -
Directory Listing
Modified
Thu Nov 16 19:28:45 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Unversion the other libapr0-dev depends.
Thanks to Patrick Desnoyers for noticing.
Revision
775 -
Directory Listing
Modified
Thu Nov 16 19:27:26 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Revert use of 'pyversions' in postinst/prerm.
Thanks once again to Patrick Desnoyers for noticing.
Revision
774 -
Directory Listing
Modified
Tue Nov 14 22:00:50 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: merge r773 from trunk.
Revision
772 -
Directory Listing
Modified
Tue Nov 14 20:53:32 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Merge r771 from trunk.
Revision
770 -
Directory Listing
Modified
Tue Nov 14 20:46:05 2006 UTC
(6 years, 7 months ago)
by
peters-guest
In sarge branch: s/prename/rename/. It seems /etc/alternatives/rename
happened post-sarge. Thanks again to Patrick Desnoyers for spotting.
Revision
769 -
Directory Listing
Modified
Tue Nov 14 20:42:10 2006 UTC
(6 years, 7 months ago)
by
peters-guest
In sarge branch: rules: Missed a couple references to libsvn1.
Thanks to Patrick Desnoyers for spotting.
Revision
768 -
Directory Listing
Modified
Sat Nov 11 06:47:40 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Update to r767, 1.4.2dfsg1-2 release.
Still not even compile-tested. :/
Revision
760 -
Directory Listing
Modified
Thu Nov 9 06:24:06 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: merge from trunk to r759.
This is close to the first 1.4.2 sid upload.
Note: untested, not even compile-tested.
Revision
729 -
Directory Listing
Modified
Sun Oct 29 08:00:26 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Revert libsvn1 to libsvn0 everywhere.
Revision
728 -
Directory Listing
Modified
Sun Oct 29 07:42:50 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Revert to bdb 4.2.
I discovered recently that It _is_ actually possible to use a different
DB version than Apache does, if you hack the configure scripts a bit.
Upstream seemed unaware that this could actually be made to work, until
I mentioned it (asking about the reason for the status quo).
HOWEVER, libapr0-dev Depends: libdb4.2-dev in sarge, and of course that
Conflicts with other libdb*-dev packages, so effectively we have to use
the same db version even though we _shouldn't_ have to.
Revision
727 -
Directory Listing
Modified
Sun Oct 29 07:25:43 2006 UTC
(6 years, 7 months ago)
by
peters-guest
branches/sarge: Revert trunk r594, r656, related to python-support.
sarge obviously doesn't have that.
Revision
726 -
Directory Listing
Modified
Sun Oct 29 07:15:54 2006 UTC
(6 years, 7 months ago)
by
peters-guest
Rename branches/sarge-1.4.x to branches/sarge.
It was probably possible to do this in the previous commit, but not via
the svn command line.
Revision
725 -
Directory Listing
Modified
Sun Oct 29 07:14:57 2006 UTC
(6 years, 7 months ago)
by
peters-guest
Re-branch sarge backport from trunk (the pending 1.4.1-1).
Merge r591 from branches/sarge.
Delete branches/sarge so sarge-1.4.x can be renamed to it.
Revision
710 -
Directory Listing
Modified
Tue Oct 3 15:54:39 2006 UTC
(6 years, 8 months ago)
by
troyh
deleting -3 round2 branch
Revision
706 -
Directory Listing
Modified
Tue Oct 3 13:55:50 2006 UTC
(6 years, 8 months ago)
by
troyh
updating control to use apache2.2-common and updating the maintainer/uploaders
Revision
705 -
Directory Listing
Modified
Tue Oct 3 13:46:59 2006 UTC
(6 years, 8 months ago)
by
troyh
branch for the second attempt at 1.4.0-3
Revision
699 -
Directory Listing
Modified
Mon Oct 2 04:59:10 2006 UTC
(6 years, 8 months ago)
by
peters-guest
Delete obsolete branches 1.3.x, 1.4.x.
- 1.3.x came from the old trunk before we moved to 1.4,
- 1.4.x was the experimental branch that also included apr1, when trunk did not.
Revision
670 -
Directory Listing
Modified
Sat Sep 9 04:12:06 2006 UTC
(6 years, 9 months ago)
by
peters-guest
Move the NEWS item back to subversion.NEWS, as in trunk.
Revision
666 -
Directory Listing
Modified
Sat Sep 9 00:20:07 2006 UTC
(6 years, 9 months ago)
by
peters-guest
Move trunk to branches/1.3.x, temporarily, so that trunk can be
remerged from branches/1.4.x more easily. Great fun.
Revision
665 -
Directory Listing
Modified
Sat Sep 9 00:03:26 2006 UTC
(6 years, 9 months ago)
by
peters-guest
branches/1.4.x: Merge from trunk, through r664.
Also clean up a few more libsvn1 things in control.
Revision
664 -
Directory Listing
Modified
Fri Sep 8 23:38:10 2006 UTC
(6 years, 9 months ago)
by
peters-guest
Switch to neon 0.26.1. upstream 1.4.1 will probably include something like this.
Revision
663 -
Directory Listing
Modified
Fri Sep 8 02:11:19 2006 UTC
(6 years, 9 months ago)
by
peters-guest
The real 1.4.0 tarball! This is exactly rc5 with a new version number,
though apparently there's some spurious noise in the tarball due to
regenerating the swig stuff.
I think this will go straight to unstable.
As usual with new upstream, DO NOT UPLOAD until they officially release
it, which they haven't yet. Perhaps in a couple of days.
Revision
651 -
Directory Listing
Modified
Wed Aug 30 14:21:11 2006 UTC
(6 years, 9 months ago)
by
troyh
chaning distribution in preperation for rc5 upload to experimental
Revision
650 -
Directory Listing
Modified
Thu Aug 24 10:44:25 2006 UTC
(6 years, 9 months ago)
by
peters-guest
1.4.0~rc5.
NOTE: this has not been released upstream, so don't upload it yet!
patches/ruby-txtdelta-apply-instructions is in rc5 already (that's
where it came from, the upstream 1.4.x branch).
Revision
649 -
Directory Listing
Modified
Thu Aug 24 10:31:59 2006 UTC
(6 years, 9 months ago)
by
peters-guest
Small typo - refer to README.db4.4.gz, not README.db4.4.
Revision
647 -
Directory Listing
Modified
Tue Aug 22 20:55:16 2006 UTC
(6 years, 9 months ago)
by
peters-guest
Prepare for 1.4.0~rc4-2 upload.
This was actually done days ago, I just forgot to commit it.
Revision
646 -
Directory Listing
Modified
Fri Aug 18 17:55:33 2006 UTC
(6 years, 10 months ago)
by
peters-guest
subversion FTBFS due to a bug in apr-util 1.2.7+dfsg-1. Tollef fixed
it and will upload 1.2.7+dfsg-2. So we need to build-depend on that.
Revision
645 -
Directory Listing
Modified
Fri Aug 18 14:57:19 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Meh. Typo in apr-util version.
Revision
644 -
Directory Listing
Modified
Fri Aug 18 14:35:24 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Missed one reference to db4.3.
Revision
643 -
Directory Listing
Modified
Fri Aug 18 14:32:00 2006 UTC
(6 years, 10 months ago)
by
peters-guest
db4.4, at long last! Build-depend on the version of apr-util that
includes db4.4, and run around updating everything else that talks
about db versions.
TODO: check that sentence in README.db4.4 which talks about the
"apparent bug in db4.4", find out if it's actually true. Because
that's from db4.3. Actually that also goes for the rest of the README
- the whole thing should be verified. I'm reasonably confident that it
works for db4.3, but I have _not_ tried or researched it in db4.4.
Revision
642 -
Directory Listing
Modified
Wed Aug 16 14:15:14 2006 UTC
(6 years, 10 months ago)
by
troyh
updating changelong for experimental upload
Revision
641 -
Directory Listing
Modified
Wed Aug 16 04:43:40 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Uh, yeah. I had a brain fart and forgot to use dpatch format.
Revision
640 -
Directory Listing
Modified
Wed Aug 16 04:36:58 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Fix the latest testsuite failure. Found by troyh on amd64, confirmed
by maxb upstream, fixed by Kouhei upstream. This patch will be in
1.4.0-rc5, so it won't live long in debian.
Revision
639 -
Directory Listing
Modified
Wed Aug 16 03:31:57 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Reenable apache module. apache 2.2 is, at long last, in experimental.
While I was there, I rearranged the other build deps for a more logical
sequence, and removed bison as I can't see where it could possibly be
used. (Technically we could remove 'patch' too, as it's pulled in
indirectly by build-essential, by way of dpkg-dev, but I don't like to
rely on indirect dependencies too much.)
Revision
636 -
Directory Listing
Modified
Fri Aug 11 08:12:32 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Prepare for upload. Really this time.
Revision
635 -
Directory Listing
Modified
Fri Aug 11 01:38:02 2006 UTC
(6 years, 10 months ago)
by
peters-guest
In subversion-tools, downgrade 'Depends: rcs, exim4 | mail-transfer-agent'
to Recommends. This slipped into the last commit by accident, actually.
Revision
634 -
Directory Listing
Modified
Fri Aug 11 01:32:53 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Switch to python-support.
- s/dh_python/dh_pysupport/ in rules
- remove the X* lines in control
- build-depend on python-support 0.4, which is not in etch, but the
generated runtime dependency (python-support 0.3.4) _is_ in etch
- remove python-subversion.{prerm,postinst}, as the byte compiling is
once again done automatically, in /var/lib/python-support/
Revision
633 -
Directory Listing
Modified
Fri Aug 11 01:30:12 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Typo fix
Revision
632 -
Directory Listing
Modified
Thu Aug 10 19:15:28 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Use correct version number in NEWS entry
Revision
631 -
Directory Listing
Modified
Thu Aug 10 19:12:01 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Merge from trunk, through r626.
Revision
630 -
Directory Listing
Modified
Thu Aug 10 04:18:01 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Combine duplicated conflicts/provides/replaces fields. Doh.
Thanks, lintian.
Revision
629 -
Directory Listing
Modified
Mon Aug 7 13:38:05 2006 UTC
(6 years, 10 months ago)
by
troyh
Updating changelog for experimental upload
Revision
628 -
Directory Listing
Modified
Thu Aug 3 20:42:41 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Change the version number _back_ to 1.4.0~rc4-1.
I hear rumors that this is now supported in the debian archive.
Revision
627 -
Directory Listing
Modified
Thu Aug 3 20:10:03 2006 UTC
(6 years, 10 months ago)
by
troyh
Minor tweek to rpath path so that it would apply.
Revision
622 -
Directory Listing
Modified
Sun Jul 23 21:05:00 2006 UTC
(6 years, 10 months ago)
by
peters-guest
NEWS entry talking about the automatic WC format upgrade. This is
important particularly for users of 'experimental' to know about.
Revision
621 -
Directory Listing
Modified
Sun Jul 23 20:59:57 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Lintian complains about ~ in version numbers, so eliminate our use of it in the shlibs file.
Revision
620 -
Directory Listing
Modified
Sun Jul 23 20:02:58 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Update the patches to apply to rc4.
Revision
619 -
Directory Listing
Modified
Sun Jul 23 06:14:13 2006 UTC
(6 years, 10 months ago)
by
peters-guest
On branches/1.4.x: merge from trunk, through r618.
Revision
618 -
Directory Listing
Modified
Sat Jul 22 23:21:55 2006 UTC
(6 years, 10 months ago)
by
peters-guest
Looks like 1.4.0-rc4 is official ... or soon will be. Possibly Monday,
I'm told.
Change the version number from 1.4.0~rc4 to 1.4-rc4, since ~ is not
allowed in package versions yet. Note that 1.4-rc4 (unlike 1.4.0-rc4)
is less than 1.4.0.
Revision
614 -
Directory Listing
Modified
Mon Jul 17 14:55:15 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Update the copyright file to reflect the upstream policy change of no
longer shipping the dependent libraries in the base tarball. This
change was made in 1.4.0-rc2.
Revision
611 -
Directory Listing
Modified
Sat Jul 15 22:22:17 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Sigh. rc2 becomes rc3 because of a little bug that doesn't even affect
Debian. Note that this isn't officially released upstream yet, so
don't upload it until they do.
Revision
610 -
Directory Listing
Modified
Fri Jul 14 15:03:48 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Update to 1.4.0-rc2.
Like rc1, this is not officially released yet, please don't upload
until it is.
Revision
609 -
Directory Listing
Modified
Fri Jul 14 15:02:30 2006 UTC
(6 years, 11 months ago)
by
peters-guest
In branches/1.4.x: Merge r608 svn-export change from trunk.
Revision
607 -
Directory Listing
Modified
Fri Jul 14 14:56:20 2006 UTC
(6 years, 11 months ago)
by
peters-guest
From upstream trunk (r20663): Limit -lz linkage to libsvn_subr;
previously, every binary would be linked to zlib. The point is to
prevent an unnecessary 'Depends: zlib1g' in the subversion package (the
libsvn1 package still depends on it).
Revision
606 -
Directory Listing
Modified
Thu Jul 13 16:03:23 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Rename libsvn-javahl to libsvn-java
Rename libsvn-core-perl to libsvn-perl
libsvn-java fixes an RC bug (downgraded by the submitter, but it _is_ a
policy violation). This seems like a good time to rename svn-core-perl
as well, which I've wanted to do for a long time -- batch up all the
renaming into a single upload, a single trip through the NEW queue.
Revision
605 -
Directory Listing
Modified
Thu Jul 13 14:41:28 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Oops, I didn't mean to use a .dpatch suffix there.
Revision
604 -
Directory Listing
Modified
Thu Jul 13 14:40:45 2006 UTC
(6 years, 11 months ago)
by
peters-guest
Fix Berkeley DB version detection:
In #378105 I reported that 'apu-config --libs' prints a list of
dependent libraries, where it should print nothing at all, since you
should not explicitly link to dependent libraries in Debian. Tollef
said he'd fix it.
However, BDB version detection relies on this behavior, as it runs
'apu-config --libs', pulls out the -ldb* word, and compiles a test
program with this. By adding 'apu-config --link-ld', which will be
-laprutil-1, that will pull in libdb4.x regardless of whether
'apu-config --libs' prints it explicitly.
Revision
603 -
Directory Listing
Modified
Thu Jul 13 05:30:26 2006 UTC
(6 years, 11 months ago)
by
peters-guest
More tweaks on the apr1 ABI thing. It should actually build now.
Revision
602 -
Directory Listing
Modified
Thu Jul 13 04:52:08 2006 UTC
(6 years, 11 months ago)
by
peters-guest
In branches/1.4.x:
Disable libapache-svn, until apache 2.2 makes it to experimental.
Revision
601 -
Directory Listing
Modified
Thu Jul 13 04:21:53 2006 UTC
(6 years, 11 months ago)
by
peters-guest
patches/apr-abi merged over from branches/apr1.
Revision
600 -
Directory Listing
Modified
Thu Jul 13 01:43:59 2006 UTC
(6 years, 11 months ago)
by
peters-guest
apr1 transition, Part 1. Does not work yet (does not even build yet).
- libsvn0 becomes libsvn1
- libsvn0-dev becomes libsvn-dev
- Build-Depend on libapr1, libaprutil1
Revision
599 -
Directory Listing
Modified
Thu Jul 13 01:20:31 2006 UTC
(6 years, 11 months ago)
by
peters-guest
On branches/1.4.x: Merge r596:598 from trunk
Revision
596 -
Directory Listing
Modified
Wed Jul 5 05:15:21 2006 UTC
(6 years, 11 months ago)
by
peters-guest
On branches/1.4.x: Merge through r595 from trunk
Revision
591 -
Directory Listing
Modified
Fri Jun 16 15:01:40 2006 UTC
(7 years ago)
by
peters-guest
Backport to sarge:
- s/neon25/neon24/ in control
- disable javahl in rules and control
The reason I wanted to do this now is that in the near future we'll
probably have to comply with the new python policy. This will be
nearly impossible to backport. So better to do the backport now,
before changing python stuff.
Still need to talk to nobse about uploading to backports.org. Perhaps
we can put packages on alioth or something in the meantime.
Revision
590 -
Directory Listing
Modified
Fri Jun 16 14:31:43 2006 UTC
(7 years ago)
by
peters-guest
branches/sarge: new branch for sarge backport of subversion 1.3.
Revision
589 -
Directory Listing
Modified
Fri Jun 16 14:28:16 2006 UTC
(7 years ago)
by
peters-guest
In branches/1.4.x: Add ENABLE_APACHE macro to debian/rules.
This is in preparation for moving to apr1 / aprutil1. (We can't do
this with apache enabled because it requires apache 2.2, which still
isn't in debian.) I'm thinking of targetting this for experimental
soon - partly to give people new stuff to test, partly to force NEW
handling for libsvn1 / libsvn-dev.
Revision
588 -
Directory Listing
Modified
Fri Jun 16 09:33:24 2006 UTC
(7 years ago)
by
peters-guest
On branches/1.4.x: move to dpatch, as done in trunk.
Revision
585 -
Directory Listing
Modified
Thu Jun 15 09:40:15 2006 UTC
(7 years ago)
by
peters-guest
In branches/1.4.x: add build-dep on zlib1g-dev. 1.4.x uses zlib for
the new svndiff1 format/protocol.
This is not strictly needed, since zlib1g-dev is pulled in indirectly
by other things we need, such as apache2-threaded-dev, but it's good to
be explicit.
Revision
584 -
Directory Listing
Modified
Thu Jun 15 09:33:25 2006 UTC
(7 years ago)
by
peters-guest
On branches/1.4.x: merge r565:583 from trunk.
Revision
573 -
Directory Listing
Modified
Thu Jun 1 18:48:46 2006 UTC
(7 years ago)
by
peters-guest
Update to 1.4.0-rc1, released today.
I haven't verified the patches yet.
Revision
567 -
Directory Listing
Modified
Sun May 7 04:08:31 2006 UTC
(7 years, 1 month ago)
by
peters-guest
Fix rpath.patch conflict from no-extra-libs-2.patch.
Revision
566 -
Directory Listing
Modified
Sat May 6 08:55:59 2006 UTC
(7 years, 1 month ago)
by
peters-guest
Rediff patches for 1.4.x branch.
Remove several that are already present upstream.
Revision
565 -
Directory Listing
Modified
Sat May 6 07:40:19 2006 UTC
(7 years, 1 month ago)
by
peters-guest
Create a 1.4.x branch, now that upstream has done so. (:
Upstream won't be ready for release any time soon, but we can at least
get an early start.
The orig.tar.gz here is just an export of upstream svn, nothing official.
Revision
544 -
Directory Listing
Modified
Sat Apr 8 06:06:50 2006 UTC
(7 years, 2 months ago)
by
peters-guest
Update branches/apr1: merge r509:542 from trunk.
Revision
543 -
Directory Listing
Modified
Sat Apr 8 05:57:39 2006 UTC
(7 years, 2 months ago)
by
peters-guest
Remove branches/1.3.0, now that 1.3.1 has been released.
Revision
538 -
Directory Listing
Modified
Fri Mar 31 21:56:20 2006 UTC
(7 years, 2 months ago)
by
peters-guest
Backport the swig-1.3.28.patch in the previous commit. This also
required basically updating the swig ruby bindings to the 1.3.1 version
(the changes were not independent), so the patch is a bit large.
Revision
534 -
Directory Listing
Modified
Tue Mar 28 07:48:27 2006 UTC
(7 years, 2 months ago)
by
peters-guest
Finally strip out rpaths from apache2 modules. The trick is just to
let libtool install the modules, rather than having apxs2 do it (as
upstream has) or copying via debhelper (as we were doing). libtool
strips out the rpath by first relinking the module.
Revision
530 -
Directory Listing
Modified
Mon Mar 20 15:13:47 2006 UTC
(7 years, 3 months ago)
by
troyh
updating changelog for 1.3.0-4 upload
Revision
527 -
Directory Listing
Modified
Mon Mar 20 07:58:23 2006 UTC
(7 years, 3 months ago)
by
peters-guest
Merge r525 to branches/1.3.0, where I meant to do it in the first place.
Revision
526 -
Directory Listing
Modified
Mon Mar 20 07:41:58 2006 UTC
(7 years, 3 months ago)
by
peters-guest
*Sigh*. Reapply r18924 by hand *again* -
the code changed between 1.3.0 and 1.3.1.
Revision
524 -
Directory Listing
Modified
Sun Mar 19 14:30:01 2006 UTC
(7 years, 3 months ago)
by
peters-guest
Back out 1.3.0 -> 1.3.1 on branches/1.3.0.
If this tests OK, I think I'd like to release it as-is.
After all, it fixes a FTBFS.
Revision
523 -
Directory Listing
Modified
Sun Mar 19 14:14:45 2006 UTC
(7 years, 3 months ago)
by
peters-guest
Create a branch to work on a 1.3.0-4 release, specifically to fix the
FTBFS in 1.3.0-3. I think we should do this before 1.3.1 is officially
released, which could be several days yet.
Revision
522 -
Directory Listing
Modified
Sun Mar 19 14:06:19 2006 UTC
(7 years, 3 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
509 -
Directory Listing
Modified
Sun Mar 12 05:27:45 2006 UTC
(7 years, 3 months ago)
by
peters-guest
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
482 -
Directory Listing
Modified
Fri Jan 13 21:29:56 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Remove 1.3.x branch, which was merged back to trunk some time ago.
Revision
468 -
Directory Listing
Modified
Wed Jan 4 18:53:22 2006 UTC
(7 years, 5 months ago)
by
peters-guest
README.db4.3: add notes about preserving file permissions.
This already bit one user - #345819.
Revision
467 -
Directory Listing
Modified
Tue Jan 3 09:39:41 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Looking at the previous commit, I have no idea why we do
'make revision-install', so I'm deleting it.
It appears to be cruft originally copied from upstream rpm packaging.
It generates /usr/include/subversion-1/svn-revision.txt which tells you
which upstream repository revision you just built. But... it _only_
works if you build straight from an upstream checkout - which of course
we never do.
Revision
466 -
Directory Listing
Modified
Tue Jan 3 09:13:12 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Cleanup to debian/rules:
* Move stuff around - the 'install' target had started to look
horrible. So I moved some stuff up to the 'build' target, and moved
all the tests to the bottom of 'install'. (I tried to run the tests
before 'make install', but it was a PITA to tell them where to find
the binaries they are supposed to test.)
* Stop using /usr/bin/time for the testsuite. This allows us to drop
the build-dep on 'time'.
* Drop use of LD_PRELOAD - this seems to have been a workaround for
woody's version of fakeroot.
* Remove some very strange "" on the SVN_LD_LIBRARY_PATH lines.
I have no idea what was going on there.
Revision
465 -
Directory Listing
Modified
Tue Jan 3 08:36:50 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Always invoke Makefile.PL with "INSTALLDIRS=vendor".
By doing this we no longer have to invoke Makefile.PL directly in
debian/rules, which allows a bit of other cleanup.
Revision
464 -
Directory Listing
Modified
Tue Jan 3 08:31:20 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Disable java on kfreebsd-i386.
Revision
463 -
Directory Listing
Modified
Mon Jan 2 23:51:37 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Initial packaging of ruby bindings. It seems to build, but I haven't
tested it or enabled the testsuite or anything like that.
Also remove a lot of "Homepage: s.tigris.org" from control, I think
mentioning it in one package ('subversion' itself) is enough.
Revision
462 -
Directory Listing
Modified
Mon Jan 2 23:10:37 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Remove a bit of cruft. This functionality has moved to rpath.patch.
Revision
461 -
Directory Listing
Modified
Mon Jan 2 11:48:09 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Clarify note about swig 1.3.27, since it seems we *will* have to
regenerate the swig stuff. (At least I can't yet figure out a
convenient way to avoid this - we need to run autogen.sh to rebuild
'configure' from our patched sources, and that seems to trigger a
rebuild of the swig bits as well. I am still investigating.)
Revision
460 -
Directory Listing
Modified
Mon Jan 2 06:48:52 2006 UTC
(7 years, 5 months ago)
by
peters-guest
s/neon24/neon25/.
Upstream now supports neon25, even shipping 0.25.4 in the tarball.
We don't use the tarball copy, but we may as well use 0.25.4 too.
Among other things, it reportedly fixes a bug with hitting ^C in
the middle of a transaction, or something.
Revision
459 -
Directory Listing
Modified
Sun Jan 1 14:32:44 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Stop misuse of debhelper -A/-a. Those flags should never be used -
instead, use '-i -s' or '-s'. The debhelper manpage is IMHO wrong
in claiming that -s is only for "rare circumstances" - in my opinion it
should *always* be used in place of -a.
This would have prevented the bug that required the 1.2.3dfsg1-2
release: the bug in 1.2.3dfsg1-1 was due to my incorrect belief that
debhelper -a honored the "Architecture:" field. It does not.
Revision
458 -
Directory Listing
Modified
Sun Jan 1 13:47:29 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Rename s/1-3-27/1.3.27/ for consistency with "swig-1.3.27-hack.patch".
Revision
457 -
Directory Listing
Modified
Sun Jan 1 13:43:41 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Merge the rest of the 1.2.3 stuff from trunk into branches/1.3.x.
Rediff the patches.
Revision
456 -
Directory Listing
Modified
Sun Jan 1 12:45:03 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Some bits from my tree, added before merging fatalerror's stuff from trunk:
- ruby-swig-1-3-27.patch: unofficial patch from upstream to support
building with swig 1.3.27, which is what sid has. This should
actually not be needed, so long as we do *not* rebuild the swig bits
that are shipped in the tarball. But just in case....
- svnserve-pidfile.unused: note the .unused, it means the patch system
will ignore it. Another one stolen from upstream, I just happened to
notice it and think we'll want to ship it in the future, along with a
/etc/init.d/subversion and /etc/default/subversion.
Revision
455 -
Directory Listing
Modified
Sun Jan 1 11:17:09 2006 UTC
(7 years, 5 months ago)
by
peters-guest
Official 1.3.0 tarball. Should be released to the public Real Soon
Now. Meaning it was really supposed to go out a couple days ago. (:
(Note, this is the *second* "official" 1.3.0. The first was screwed
up in a trivial way so David rerolled it.)
Revision
450 -
Directory Listing
Modified
Thu Dec 22 12:22:19 2005 UTC
(7 years, 5 months ago)
by
peters-guest
1.3.0-rc7. It is unclear whether rc8 will be needed -
best guess right now is no. Final 1.3.0 is expected in a week.
Revision
449 -
Directory Listing
Modified
Fri Dec 16 22:57:48 2005 UTC
(7 years, 6 months ago)
by
peters-guest
Update to 1.3.0-rc6. This one seems very likely to be 1.3.0 final, in
a couple more weeks.
Revision
440 -
Directory Listing
Modified
Sat Dec 3 13:01:58 2005 UTC
(7 years, 6 months ago)
by
peters-guest
Merge from trunk.
I think the swig 1.3.27 hack is unnecessary in 1.3.x, so I skipped it.
Revision
438 -
Directory Listing
Modified
Sat Dec 3 12:49:10 2005 UTC
(7 years, 6 months ago)
by
peters-guest
Rediff all patches against 1.3.0-rc4. l10n-segfault was applied upstream,
commit-email-warning was fixed upstream a different (useless) way.
Rename no_extra_libs to no-extra-libs for consistency.
I haven't actually tested all these changes. They apply cleanly and
they look OK to me, but I haven't even tried to compile this.
Revision
432 -
Directory Listing
Modified
Tue Nov 22 23:15:25 2005 UTC
(7 years, 6 months ago)
by
peters-guest
s/rc3/rc4/.
1.3.0-rc3 only lasted a few hours before being regenerated as rc4 to
fix a build problem on some platforms.
Revision
430 -
Directory Listing
Modified
Tue Nov 22 05:24:47 2005 UTC
(7 years, 6 months ago)
by
peters-guest
s/rc2/rc3/.
This tarball includes the neon and apr libraries, but I'm not going to
bother repacking it, since there is not a DFSG reason to do so (the
Subversion Book is not included).
Revision
427 -
Directory Listing
Modified
Sat Nov 12 08:56:49 2005 UTC
(7 years, 7 months ago)
by
peters-guest
Create a branch for subversion 1.3.0-rc2, released a week or two ago.
Revision
414 -
Directory Listing
Modified
Wed Oct 19 21:26:55 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Merge branches/1.2.3dfsg1-2 back to trunk, delete branch (it served its purpose).
Revision
412 -
Directory Listing
Modified
Wed Oct 19 09:45:41 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Use debian/rules instead of debian/control to control whether or not to
build the java package. Approach suggested by vorlon, naturally.
debhelper -Nlibsvn-javahl overrides the Architecture: field.
(This is needed because we misused debhelper in rules - you should
always use -s rather than -a, and -s -i rather than -A, but we didn't
notice that.)
The advantages of the current approach:
- control doesn't need a long list of architectures just so it can
exclude a short list
- no need to duplicate the include/exclude list between both files
(it is already needed in rules)
Disadvantage:
- dpkg-buildpackage warns about the missing package - harmless warning.
Revision
411 -
Directory Listing
Modified
Wed Oct 19 09:26:47 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Emergency branch for FTBFS in 1.2.3dfsg1-1.
Revision
391 -
Directory Listing
Modified
Thu Sep 29 06:34:53 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Delete the unpacked-tar branch since it has been merged back to trunk.
Revision
378 -
Directory Listing
Modified
Sat Sep 10 18:27:50 2005 UTC
(7 years, 9 months ago)
by
ftlerror-guest
Remove 1.0.0-1sarge branch, as we already have 1.1.4 in stable
Revision
377 -
Directory Listing
Modified
Fri Sep 9 18:04:15 2005 UTC
(7 years, 9 months ago)
by
peters-guest
In the confusion of . vs. $(DEB_BUILDDIR), missed chmodding 3 perl scripts.
Also take the opportunity to clean up a bit of duplicated code.
Revision
376 -
Directory Listing
Modified
Fri Sep 9 17:23:02 2005 UTC
(7 years, 9 months ago)
by
peters-guest
No real need for the extra subdir {destdir}/svn-exported, since we're
already checking to see that the destination dir does not exist.
So now just unpack directly into {destdir}.
Also, remove this script from the exported directory. We don't want
svn-export to end up in the package diff.gz!
Revision
375 -
Directory Listing
Modified
Fri Sep 9 08:49:26 2005 UTC
(7 years, 9 months ago)
by
peters-guest
One more sanity check.
Don't try to export to a directory that already exists.
Revision
374 -
Directory Listing
Modified
Fri Sep 9 08:03:35 2005 UTC
(7 years, 9 months ago)
by
peters-guest
Simple usage sanity check.
Subversion gets very confused by 'svn export . foo'. It must try to
recurse, or something, even though 'foo' is not under version control.
Revision
373 -
Directory Listing
Modified
Fri Sep 9 07:57:57 2005 UTC
(7 years, 9 months ago)
by
peters-guest
New script 'svn-export'. Usage:
./svn-export ../my-build/dir-somewhere
cd ../my-build/dir-somewhere
debuild [...]
Must be run from the root of the package repo (i.e., .../trunk).
Also requires having an upstream tarball with the correct name to match
what dpkg-source will expect.
Revision
372 -
Directory Listing
Modified
Fri Sep 9 07:19:27 2005 UTC
(7 years, 9 months ago)
by
peters-guest
Remove some $(DEB_BUILDDIR) from installation paths,
since this is no longer where the unpacked source lives.
I seem to have caught them all, but didn't double-check. It builds.
Revision
371 -
Directory Listing
Modified
Fri Sep 9 06:50:58 2005 UTC
(7 years, 9 months ago)
by
peters-guest
Pass both DEB_SRCDIR and DEB_BUILDDIR into debian/tools/Makefile.
It needs both, now that they aren't the same.
Revision
370 -
Directory Listing
Modified
Fri Sep 9 06:22:45 2005 UTC
(7 years, 9 months ago)
by
peters-guest
Preliminary steps for unpacked-tar in debian/rules:
Build in BUILD/, remove on clean, also remove autogen.sh files.
(Yes, this causes dpkg-source to warn. Harmless warning.
And I don't know a better way to keep the generated files out of the diff.gz.)
I should mention that this is a development branch and is not
particularly expected to work correctly.
Revision
369 -
Directory Listing
Modified
Fri Sep 9 05:13:40 2005 UTC
(7 years, 9 months ago)
by
peters-guest
Create branch to work on eliminating the tarball-in-tarball.
Revision
300 -
Directory Listing
Modified
Sun Mar 20 04:14:11 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Remove 1.1.x branch as 1.1.x is now on trunk.
Revision
296 -
Directory Listing
Modified
Sat Feb 26 04:27:30 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Add -O2 to CFLAGS.
Revision
295 -
Directory Listing
Modified
Sun Feb 20 23:47:25 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Fix doc url.
Revision
294 -
Directory Listing
Modified
Sun Feb 20 23:45:51 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Remove old upgrade notes.
Revision
293 -
Directory Listing
Modified
Sun Feb 20 23:24:39 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Update swig build dep to >= 1.3.24.
Revision
292 -
Directory Listing
Modified
Sun Feb 20 19:50:04 2005 UTC
(8 years, 3 months ago)
by
dwhedon
Patche thanks to Torsten Landschoff <torsten@debian.org>
* Support swig 1.3.23. (closes: #295452)
Revision
291 -
Directory Listing
Modified
Sun Feb 20 19:47:23 2005 UTC
(8 years, 3 months ago)
by
dwhedon
* Let cdbs handle updating config.{sub|guess}.
Revision
290 -
Directory Listing
Modified
Wed Jan 19 03:32:23 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Tighten libsvn0's conflict on old perl
bindings.
Revision
289 -
Directory Listing
Modified
Mon Jan 17 07:04:33 2005 UTC
(8 years, 5 months ago)
by
dwhedon
Update offsets to 1.1.3, make all patches -p0 format.
Revision
288 -
Directory Listing
Modified
Mon Jan 17 06:24:56 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/rules : Fix the way the book build is prevented.
Revision
287 -
Directory Listing
Modified
Mon Jan 17 05:53:20 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/test.sh : New file.
Revision
286 -
Directory Listing
Modified
Mon Jan 17 05:30:55 2005 UTC
(8 years, 5 months ago)
by
dwhedon
The book isn't being built properly, just ship the version provided in
the tarball.
* debian/rules : Inhibit building of the book.
* debian/control.m4 : Remove build dependencies required by the book build.
Revision
285 -
Directory Listing
Modified
Mon Jan 17 05:02:18 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/dav_svn.conf : Be more explicit about what the default
apache module configuration allows. Default to a read-only
repository for non-anonymous users. (closes: #277303)
Revision
284 -
Directory Listing
Modified
Mon Jan 17 02:32:53 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Prefix URL with 'Homepage: ' and add it to all
package long descriptions.
Revision
283 -
Directory Listing
Modified
Mon Jan 17 02:25:22 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Don't start description synopses with a capital
letter (as suggested by the Developer's Reference).
Revision
282 -
Directory Listing
Modified
Mon Jan 17 00:29:19 2005 UTC
(8 years, 5 months ago)
by
dwhedon
Allow the build to use a 1.3.22 swig version since the Debian
version is patched to include the necessary runtime libraries.
* debian/patches/series : Add swig-version.patch.
* debian/patches/swig-version.patch : New file.
Revision
281 -
Directory Listing
Modified
Mon Jan 17 00:02:50 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Make libsvn0 conflict with libsvn-core-perl (= 1.0.9)
(closes: #290807)
Revision
280 -
Directory Listing
Modified
Sun Jan 16 19:55:34 2005 UTC
(8 years, 5 months ago)
by
dwhedon
- remove r12102.patch as it is integrated in this upstream release.
Revision
279 -
Directory Listing
Modified
Sat Jan 15 22:17:32 2005 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/changelog : Note more bugs that can be closed.
Revision
278 -
Directory Listing
Modified
Sat Jan 15 22:07:46 2005 UTC
(8 years, 5 months ago)
by
dwhedon
Update to upstream 1.1.3.
Revision
277 -
Directory Listing
Modified
Mon Dec 13 02:41:38 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/subversion.doc-base.book : Fix path to book.
Revision
276 -
Directory Listing
Modified
Sat Dec 11 18:14:26 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/rpath.patch : Fix this patch so the commands actually work.
Revision
275 -
Directory Listing
Modified
Sat Dec 11 06:46:00 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/build.sh : Disable log generation, debuild is apparently
generating a nice build log.
Revision
274 -
Directory Listing
Modified
Sat Dec 11 06:44:51 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/rules : Disable java bindings until I get a chance to actually
test them.
Revision
273 -
Directory Listing
Modified
Sat Dec 11 06:17:26 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/r11771.patch : New file.
* debian/patches/series : Add r11711.patch.
Revision
272 -
Directory Listing
Modified
Sat Dec 11 05:42:05 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.m4 : Be more specific about the protocol that the
apache modules use.
Revision
271 -
Directory Listing
Modified
Sat Dec 11 05:22:57 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.m4 : Fix formatting.
Revision
270 -
Directory Listing
Modified
Sat Dec 11 05:16:52 2004 UTC
(8 years, 6 months ago)
by
dwhedon
Add patch that fixes Bug#275545.
* debian/patches/r12102.patch : New file.
* debian/patches/series : Add r12102.patch.
-This line, and those below, will be ignored--
A debian/patches/r12102.patch
M debian/patches/series
M debian/changelog
Revision
269 -
Directory Listing
Modified
Sat Dec 11 05:05:51 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/changelog : Set the distribution for this upload to
'unstable'.
Revision
268 -
Directory Listing
Modified
Sat Dec 11 04:52:45 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.m4 : The 'python2.3-subversion' package now
Conflict/Replace's the 'python2.1-subversion' package.
Revision
267 -
Directory Listing
Modified
Sat Dec 11 04:42:58 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/rules : Comment cleanup.
Revision
266 -
Directory Listing
Modified
Sat Dec 11 04:36:47 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/rules : Remove logic that supports building subversion 1.0
packages. There is no reason to be building 1.0 packages.
Revision
265 -
Directory Listing
Modified
Sat Dec 11 04:05:49 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/rpath.patch : Update pathch so now we will not have
rpath in the perl binding libraries.
Revision
264 -
Directory Listing
Modified
Fri Dec 10 06:34:40 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/rpath.patch : Remove rpath from the swig libraries.
Revision
263 -
Directory Listing
Modified
Fri Dec 10 06:18:25 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/rpath.patch : Fix apache module link. Now we don't
have rpath in apache modules either.
Revision
262 -
Directory Listing
Modified
Fri Dec 10 04:22:09 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/rules : Be more specific about what we think is the subversion
tarball. The previous regex was matching an extracted tarball as
well as the tarball. The resulting breakage was not obvious.
Revision
261 -
Directory Listing
Modified
Fri Dec 10 04:14:05 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/patches/series : Enable rpath.patch.
* debian/patches/rpath.patch : Update this to subversion 1.1.
Revision
260 -
Directory Listing
Modified
Mon Dec 6 03:52:54 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.in : Renamed to debian/control.m4
* debian/control.m4 : Use 'm4' to generate debian/control rather than
'sed'. Make it possible to include or exclude the libsvn-javahl package
based on the 'JAVAHL' variable.
* debian/rules : Create debian/control with m4.
(ENABLE_JAVAHL) : New variable.
Revision
259 -
Directory Listing
Modified
Sun Dec 5 18:49:47 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.in : Tighten libsvn-javahl dependency on libsvn0 to
(= ${Source-Version}).
Revision
258 -
Directory Listing
Modified
Sun Dec 5 18:42:36 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.in : Add build depends on kaffe, kaffe-dev. Add
libsvn-javahl package.
* debian/patches/series : Add two patches.
* debian/patches/kaffe.patch, debian/patches/kaffe-cast.patch : New files.
* debian/rules : Pass configure arguments for java build, build java
package.
Revision
255 -
Directory Listing
Modified
Sun Nov 7 00:53:19 2004 UTC
(8 years, 7 months ago)
by
dwhedon
* debian/changelog: note that this closes 272000
Revision
253 -
Directory Listing
Modified
Sun Nov 7 00:44:18 2004 UTC
(8 years, 7 months ago)
by
dwhedon
* debian/control.in : Create libsvn-core-perl dependency on libsvn0
via the shlibs file so the version is taken into
account. (closes: #279439)
Revision
252 -
Directory Listing
Modified
Sat Nov 6 23:47:12 2004 UTC
(8 years, 7 months ago)
by
dwhedon
* debian/control.in : Mention 'dav' in the description of
libapache2-svn so the package is easier to find. (closes: #277302)
Revision
251 -
Directory Listing
Modified
Sat Nov 6 23:42:08 2004 UTC
(8 years, 7 months ago)
by
dwhedon
* debian/rules: Fix hard-coded swig version.
Revision
250 -
Directory Listing
Modified
Sat Oct 30 15:07:57 2004 UTC
(8 years, 7 months ago)
by
dwhedon
update to upstream 1.1.1
Revision
241 -
Directory Listing
Modified
Sat Oct 16 04:38:17 2004 UTC
(8 years, 8 months ago)
by
dwhedon
enable powerpc testsuite
Revision
240 -
Directory Listing
Modified
Sat Oct 16 04:36:54 2004 UTC
(8 years, 8 months ago)
by
dwhedon
merge r236 from trunk
Revision
233 -
Directory Listing
Modified
Sat Oct 9 03:24:51 2004 UTC
(8 years, 8 months ago)
by
dwhedon
merge r229 to 1.1 branch
Revision
232 -
Directory Listing
Modified
Sat Oct 9 03:12:50 2004 UTC
(8 years, 8 months ago)
by
dwhedon
Update tarball to 1.1.0.
Move subversion-1.1.0-rc4.tar.gz to subversion-1.1.0.tar.gz
Revision
231 -
Directory Listing
Modified
Wed Sep 29 02:18:48 2004 UTC
(8 years, 8 months ago)
by
dwhedon
Increase debhelper build dependency to 4.1.25
Revision
226 -
Directory Listing
Modified
Sat Sep 25 17:15:42 2004 UTC
(8 years, 8 months ago)
by
dwhedon
prepare for 1.0.8+1.1.0rc4-1
Revision
225 -
Directory Listing
Modified
Sat Sep 25 03:46:29 2004 UTC
(8 years, 8 months ago)
by
dwhedon
update to 1.1.0-rc4
Revision
223 -
Directory Listing
Modified
Mon Sep 20 01:49:34 2004 UTC
(8 years, 9 months ago)
by
dwhedon
remove 1.0.6 tarball from 1.1.x branch
Revision
222 -
Directory Listing
Modified
Sat Sep 11 18:25:42 2004 UTC
(8 years, 9 months ago)
by
dwhedon
* debian/changelog : Target experimental.
Revision
221 -
Directory Listing
Modified
Sat Sep 11 16:53:57 2004 UTC
(8 years, 9 months ago)
by
dwhedon
* debian/patches/series : disable rpath.patch
Revision
220 -
Directory Listing
Modified
Sat Sep 11 16:52:05 2004 UTC
(8 years, 9 months ago)
by
dwhedon
* debian/build.sh : accept different directory and tarball names
Revision
219 -
Directory Listing
Modified
Sat Sep 11 16:29:54 2004 UTC
(8 years, 9 months ago)
by
dwhedon
update this patch to 1.1.0-rc2
Revision
218 -
Directory Listing
Modified
Sat Sep 11 16:16:51 2004 UTC
(8 years, 9 months ago)
by
dwhedon
update upstream tarball
Revision
217 -
Directory Listing
Modified
Sat Sep 11 16:07:26 2004 UTC
(8 years, 9 months ago)
by
dwhedon
* debian/changelog : Mangle the version number so this package
is after 1.0.6* and before the real 1.1.0.
Revision
216 -
Directory Listing
Modified
Fri Sep 10 04:04:40 2004 UTC
(8 years, 9 months ago)
by
dwhedon
create 1.1.x branch from current trunk
Revision
215 -
Directory Listing
Modified
Fri Sep 10 04:03:30 2004 UTC
(8 years, 9 months ago)
by
dwhedon
remove 1.1 branch
Revision
214 -
Directory Listing
Modified
Fri Sep 10 04:01:58 2004 UTC
(8 years, 9 months ago)
by
dwhedon
update 1.1 branch
Revision
185 -
Directory Listing
Modified
Sun Jun 27 09:41:27 2004 UTC
(8 years, 11 months ago)
by
dwhedon
create 1.1 branch
Revision
184 -
Directory Listing
Modified
Sun Jun 27 09:40:45 2004 UTC
(8 years, 11 months ago)
by
dwhedon
remove 1.1 branch
Revision
183 -
Directory Listing
Modified
Sun Jun 27 09:36:10 2004 UTC
(8 years, 11 months ago)
by
dwhedon
create 1.1 branch
Revision
182 -
Directory Listing
Modified
Sun Jun 27 09:35:23 2004 UTC
(8 years, 11 months ago)
by
dwhedon
create 1.1 branch
Revision
180 -
Directory Listing
Modified
Sat Jun 19 16:58:39 2004 UTC
(9 years ago)
by
dwhedon
* debian/build.sh : Do not always include upstream source archive.
Revision
177 -
Directory Listing
Modified
Sat Jun 19 15:54:04 2004 UTC
(9 years ago)
by
dwhedon
* debian/patches/rpath.patch : Add this patch, which is part of
the current unstable source package. This fixes a libtool-related
build failure.
* debian/patches/series : Add rpath.patch.
Revision
176 -
Directory Listing
Modified
Sat Jun 19 15:51:06 2004 UTC
(9 years ago)
by
dwhedon
* debian/rules : Define LD_LIBRARY_PATH and point the linker to
the build dir.
Revision
175 -
Directory Listing
Modified
Mon Jun 14 21:20:04 2004 UTC
(9 years ago)
by
dwhedon
* debian/changelog : Redirect this package to testing-proposed-updates.
Revision
174 -
Directory Listing
Modified
Sun Jun 13 20:27:51 2004 UTC
(9 years ago)
by
dwhedon
remove rpath.patch
Revision
172 -
Directory Listing
Modified
Sun Jun 13 19:09:52 2004 UTC
(9 years ago)
by
dwhedon
- set urgency to high since this is a security fix
Revision
171 -
Directory Listing
Modified
Sun Jun 13 19:08:08 2004 UTC
(9 years ago)
by
dwhedon
Fix CAN-2004-0413: Subversion svn:// protocol string parsing error.
Revision
170 -
Directory Listing
Modified
Sun Jun 13 19:06:46 2004 UTC
(9 years ago)
by
dwhedon
- revert unnecessary changes to debian/rules. This change was done as part
of my effort to port libtool fixes forward to sarge. It turns out that
the changes I am removing here are not necessary.
Revision
169 -
Directory Listing
Modified
Sun Jun 13 18:58:06 2004 UTC
(9 years ago)
by
dwhedon
Add changes that made up 1.0.0-1sarge1
Revision
161 -
Directory Listing
Modified
Mon May 24 15:35:07 2004 UTC
(9 years ago)
by
dwhedon
* debian/control.in : change build dependancy from 'swig (>=1.3.21)' to
'swig1.3' so the package can be built on testing. Building with the
swig in testing will work. The only problem is that the shlibs file will
be incorrect so that when the new swig moves into testing subversion
will break. This problem has been fixed in the swig in unstable.
* debian/changelog : Note this change.
Revision
160 -
Directory Listing
Modified
Mon May 24 15:26:12 2004 UTC
(9 years ago)
by
dwhedon
* debian/patches/svn-1.0.0-CAN-2004-0397.patch : New file. Fix
remote vulerability.
* debian/patches/series : Add svn-1.0.0-CAN-2004-0397.patch to list
of applied patches.
* debian/changelog : Note this change.
Revision
158 -
Directory Listing
Modified
Mon May 24 15:04:06 2004 UTC
(9 years ago)
by
dwhedon
Create branch for security fix to sarge.
Revision
157 -
Directory Listing
Added
Mon May 24 14:56:26 2004 UTC
(9 years ago)
by
dwhedon
make branches/ directory.