/[pkg-subversion]/src/jaunty
ViewVC logotype

Log of /src/jaunty

View Directory Listing Directory Listing


Sticky Revision:

Revision 978 - Directory Listing
Modified Tue Apr 7 14:10:49 2009 UTC (4 years, 2 months ago) by mdiers-guest
subversion_1.5.4dfsg1-1ubuntu2

Revision 977 - Directory Listing
Modified Tue Apr 7 14:02:50 2009 UTC (4 years, 2 months ago) by mdiers-guest
Copied from: trunk revision 933
Branch to collect Ubuntu jaunty releases.
There is no matching tag, so start out with trunk@933.

Revision 933 - Directory Listing
Modified Mon Nov 10 17:20:54 2008 UTC (4 years, 7 months ago) by peters
Original Path: trunk
New script svn-bisect, bug #501500.

Revision 932 - Directory Listing
Modified Fri Oct 24 01:28:59 2008 UTC (4 years, 7 months ago) by peters
Original Path: trunk
Prepare 1.5.4 release (no changes from 1.5.3), expected Real Soon Now.

Revision 931 - Directory Listing
Modified Fri Oct 10 18:35:21 2008 UTC (4 years, 8 months ago) by peters
Original Path: trunk
1.5.3 is out today.  I'll upload to 'experimental' probably until the
lenny release, so that any RC fix uploads won't have to use t-p-u.

Revision 928 - Directory Listing
Modified Sat Aug 30 20:20:32 2008 UTC (4 years, 9 months ago) by peters
Original Path: trunk
Note release of 1.5.1dfsg1-1 - forgot to do this a month ago

Revision 927 - Directory Listing
Modified Thu Jul 24 17:30:37 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
New tarball.  I hope it will be released upstream later today.

Revision 926 - Directory Listing
Modified Thu Jul 24 17:13:13 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
Fix (well, work around) #490423 wherein libsvn1 no longer ships
libsvn_ra_dav-1.so.1.  I warned svn upstream that this would happen,
but I neglected to follow up with an actual patch to avoid it.

Revision 925 - Directory Listing
Modified Thu Jul 24 17:03:38 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
Justify 1.5.1 a bit more in the changelog.

Revision 924 - Directory Listing
Modified Thu Jul 24 06:41:17 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
Update watch file to account for dfsg1 version strings.
Thanks to lintian for noticing.

Revision 923 - Directory Listing
Modified Thu Jul 24 06:39:48 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
Add a NEWS entry for 1.5.0 and following.  Suggested by ari on IRC.

Revision 922 - Directory Listing
Modified Thu Jul 24 06:37:12 2008 UTC (4 years, 10 months ago) by peters
Original Path: trunk
Prepare for 1.5.1 release expected tomorrow or so.

Revision 920 - Directory Listing
Modified Tue Jul 15 04:13:08 2008 UTC (4 years, 11 months ago) by peters
Original Path: trunk
Merge 1.5.x branch back to trunk.  Now that 1.5 is in unstable (and
testing) I don't think there'll be any need for more 1.4 releases.

Revision 867 - Directory Listing
Modified Fri May 30 01:38:33 2008 UTC (5 years ago) by peters
Original Path: trunk
Downgrade libsvn-dev "Depends: libneon27-gnutls-dev" to Suggests and
add zlib1g-dev.  These are for static linking.

This closes #482512, but I still think the patches I supplied in that
bug should be applied to the anjuta and subcommander.  I don't want
downstream libsvn users to pull in the wrong neon, or for that matter
any neon, though it should be relatively harmless so long as neon has
versioned symbols.

Revision 860 - Directory Listing
Modified Sat May 3 08:51:42 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
patches/ssh-no-controlmaster: fix Ruby test.  Who would have thought
the Ruby bindings would be sensitive to the contents of the default
config file?

Revision 859 - Directory Listing
Modified Sat May 3 06:18:09 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
Fix #413102.  I intended to do this a year ago (!) when I originally
debugged it, but totally forgot.

Revision 858 - Directory Listing
Modified Sat May 3 05:38:29 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
Backport r27266 from upstream trunk, to fix a FTBFS we've seen in alpha
and amd64.  Python 2.5 documents that os.wait should not be used with
os.popen3.  I don't know why this worked at all - but presumably it was
fine in python 2.4, as we didn't see this failure until recently.
(Too lazy to look up the python 2.4 docs on this.)

Revision 857 - Directory Listing
Modified Sat May 3 05:25:58 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
Add another -j1 to swig-pl rule, to fix a parallel build problem.
Now that I have a quad-core, I actually have reason to test this stuff.

Revision 856 - Directory Listing
Modified Fri May 2 02:46:21 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
Fix stupid bug in my svn-clean patch, in the code path I never use.
Also make sure the patch is actually applied.

Revision 855 - Directory Listing
Modified Fri May 2 02:37:21 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
* Use libneon27-gnutls, to close a bug, and just because we can.
* Add an svn-clean feature.  Yes, I'm taking advantage of pushing a
  feature patch just because I personally find it useful at my day job.

Revision 854 - Directory Listing
Modified Tue Apr 29 14:22:31 2008 UTC (5 years, 1 month ago) by peters
Original Path: trunk
Disable java on alpha and hppa, as requested by Matthias Klose.
(Closes: #477908)

He also suggests switching to a different build-dep, but that sounds
like it requires just as much manual tracking of architecture states,
so I don't quite see the point.  Then again, last time he "suggested"
something, it was to build for all supported python versions.  That was
supposed to be optional too, but then when it came right down to it we
came under a lot of pressure to do it, including his broken NMU.

Revision 851 - Directory Listing
Modified Mon Apr 14 20:26:04 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Another multipython fix.  Can I hope this is the last one?

Revision 850 - Directory Listing
Modified Mon Apr 14 19:32:00 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Fix multipython.  I'm not sure why, but it seems 'ln -f' wasn't
actually removing the old link.

Revision 849 - Directory Listing
Modified Mon Apr 14 18:04:16 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Fix a typo in rules.
Add bug closer to changelog now that the bug has been reported
(complete with dupes).
Add description to doko's patch, thanks to lintian.

Revision 848 - Directory Listing
Modified Mon Apr 14 17:18:04 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Initial port of doko's multipython to a form that isn't too horrible
for Debian.  Not tested yet.

Revision 847 - Directory Listing
Modified Mon Apr 14 16:40:54 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Followup to r846: finish the cleanup.

Revision 846 - Directory Listing
Modified Mon Apr 14 16:39:16 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
Small cleanup to rules file, noticed while cleaning/rewriting doko's
multipython.

Revision 845 - Directory Listing
Modified Mon Apr 14 16:09:36 2008 UTC (5 years, 2 months ago) by peters
Original Path: trunk
patches/neon27: Update for neon 0.28, which is apparently
backward-compatible with 0.27.

Revision 840 - Directory Listing
Modified Mon Mar 10 05:45:41 2008 UTC (5 years, 3 months ago) by peters
Original Path: trunk
Update changelog timestamp in preparation for upload.

Revision 839 - Directory Listing
Modified Sun Mar 2 04:22:08 2008 UTC (5 years, 3 months ago) by peters
Original Path: trunk
Define DEB_HOST_ARCH and friends before using them, to fix FTBFSes on
the non-java architectures.  The problem showed up in a very curious
way in a mips build log.  I hope this takes care of it, anyway.

Revision 837 - Directory Listing
Modified Thu Feb 14 01:30:19 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Let dh_link do our usr/share/doc symlinks for us.  (And stop trying to
handle NEWS.Debian, as dh_installchangelogs already does it.)

One victim of the downsizing is a dangling reference to $(RUBY_PKG),
which is why this fixes bug #465609.

Revision 836 - Directory Listing
Modified Tue Feb 12 12:53:16 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Add upgrade note about db4.6.  (#465432)
Probably should upload this fairly quickly.

Revision 834 - Directory Listing
Modified Tue Feb 12 05:49:32 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Prepare for 1.4.6 release, at long last.

Revision 833 - Directory Listing
Modified Tue Feb 12 05:48:48 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Remove a spurious line from the ruby + swig 1.3.33 patch, which is in
upstream trunk but not needed in 1.4.x.

Revision 832 - Directory Listing
Modified Tue Feb 12 05:47:15 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
"Clean up" (it's still pretty messy) and fix testsuite stuff a bit.

Revision 831 - Directory Listing
Modified Tue Feb 12 05:46:13 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
More 'debian/rules -jN' work: there seems to be a bug in my previous
-jN work whereby the 'autogen' target gets ran twice.  I can't figure
out quite where the bug is, but I do distrust all those .PHONY targets.
So now I use stampfiles everywhere except, basically, the
Policy-mandated targets (plus build-arch and build-indep, which may be
Policy-mandated in the future).

Revision 830 - Directory Listing
Modified Fri Feb 8 05:26:03 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Policy 3.7.2 -> 3.7.3: No changes, except what I've done already.

Revision 829 - Directory Listing
Modified Fri Feb 8 04:56:01 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Update ruby-newswig from upstream trunk, now that Kouhei actually fixed it.
Reenable ruby bindings.

Revision 828 - Directory Listing
Modified Thu Feb 7 16:18:43 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Another tweak to the ability to disable ruby bindings.

Revision 827 - Directory Listing
Modified Sat Feb 2 04:40:01 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Disable ruby bindings.  Sigh.  This is a workaround for #453166.

Upstream doesn't seem too hopeful that #453166 can be properly fixed
other than by just not using swig 1.3.33.

Revision 826 - Directory Listing
Modified Sat Feb 2 03:32:23 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Rework DEB_BUILD_OPTIONS support a bit:
- convenience macros renamed from DEB_BUILD_OPT_FOO to DEB_OPT_FOO
- ENABLE_{JAVAHL,APACHE} now represented as DEB_OPT_WITH_{JAVAHL,APACHE}
- DEB_BUILD_OPTIONS={with,no}-{apache,javahl} all work

Revision 825 - Directory Listing
Modified Sat Feb 2 01:26:13 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Support 'dpkg-buildpackage -jN'.
Remove now-obsolete 'DEB_BUILD_OPTIONS=-jN' support.

Proper 'make' dependencies in the face of lots of .PHONY targets and
lots of stamp files can be ... fun.  The DEB_BUILD_OPTIONS way was much
easier, as debian/rules itself didn't have to be parallel-safe.  I hope
I got it right.

Revision 824 - Directory Listing
Modified Wed Jan 30 21:49:37 2008 UTC (5 years, 4 months ago) by peters
Original Path: trunk
Revert r809, re-enabling java on armel.  Thanks joeyh, doko.

Revision 823 - Directory Listing
Modified Fri Jan 4 14:35:12 2008 UTC (5 years, 5 months ago) by peters
Original Path: trunk
Add subversion-tools Recommends: rsync, as svn-fast-backup uses this.
Thanks to Cyril Humbert for filing #459023.

Revision 822 - Directory Listing
Modified Fri Jan 4 06:17:21 2008 UTC (5 years, 5 months ago) by peters
Original Path: trunk
Build with db 4.6, which seems to test out OK.

Thanks to Stefan Fritsch for reminding me about this - now that I've
tested Subversion, we'll upload an apr-util with db 4.6 Real Soon Now.

Revision 821 - Directory Listing
Modified Fri Jan 4 06:12:20 2008 UTC (5 years, 5 months ago) by peters
Original Path: trunk
Remove XS- prefix from Vcs-Svn and Vcs-Browser control fields, dpkg-dev
supports these natively as of 1.14.6 (1.14.7 is in testing).

Revision 820 - Directory Listing
Modified Fri Jan 4 06:03:31 2008 UTC (5 years, 5 months ago) by peters
Original Path: trunk
Don't bother to 'make extraclean'.  lintian complained that we ignored
its return value, and this is the simple fix.

Revision 819 - Directory Listing
Modified Wed Dec 19 02:39:07 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
New patch python-memleak from upstream trunk r28544.
Jelmer claims that it fixes #428755 / IZ#3052.

Revision 818 - Directory Listing
Modified Wed Dec 19 01:58:58 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
Third release candidate tarball for 1.4.6.
http://svn.haxx.se/dev/archive-2007-12/0559.shtml

Revision 817 - Directory Listing
Modified Sun Dec 16 21:54:57 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
Try to make the ruby bindings work with swig 1.3.33.  There are two
other problems with 'make check-swig-rb', one of which will probably be
addressed by upstream before they release 1.4.6, the other of which I'm
still trying to figure out.

Thanks to Torsten Landschoff.

Revision 816 - Directory Listing
Modified Thu Dec 13 17:19:19 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
Oops!  Forgot to remove svn_load_dirs references from configure.in and
configure.  I suppose I should automate this with 'debian/rules
get_orig_tarball' or whatever that is, but I do have some hope that the
1.5.0 tarball will be fully free.

Revision 815 - Directory Listing
Modified Thu Dec 13 17:09:59 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
Update STILL UNRELEASED upstream 1.4.6 tarball.
See http://svn.haxx.se/dev/archive-2007-12/0389.shtml

Revision 814 - Directory Listing
Modified Wed Dec 12 16:00:29 2007 UTC (5 years, 6 months ago) by peters
Original Path: trunk
Update to upstream 1.4.6, NOT YET RELEASED, don't upload yet.

Revision 813 - Directory Listing
Modified Wed Nov 7 05:28:20 2007 UTC (5 years, 7 months ago) by peters
Original Path: trunk
Do not run dh_testroot in 'debian/rules clean'.

It is meant as a sanity check, as 'clean' needs to run as root because
the 'binary' targets copy files as root.  But these days almost
everyone is using fakeroot, so the check is no longer worth the
inconvenience of having to type "fakeroot" before "debian/rules clean".

Revision 812 - Directory Listing
Modified Wed Nov 7 04:51:34 2007 UTC (5 years, 7 months ago) by peters
Original Path: trunk
New patch neon27
- Build-Depends: libneon27-dev
- remove --disable-neon-version-check from debian/rules

Revision 811 - Directory Listing
Modified Wed Oct 24 04:01:15 2007 UTC (5 years, 7 months ago) by peters
Original Path: trunk
patches/commit-email: new patch: use original 'sendmail'
commit-email.pl mode, rather than the direct SMTP feature.  (#447824)

Revision 810 - Directory Listing
Modified Thu Sep 13 23:52:29 2007 UTC (5 years, 9 months ago) by peters
Original Path: trunk
changelog: add Closes: #441827.  (I added the patch back in June.)
Maybe this is supposed to tell us that 1.4.4-2 is overdue for release.

Revision 809 - Directory Listing
Modified Tue Sep 11 00:13:59 2007 UTC (5 years, 9 months ago) by peters
Original Path: trunk
Disable java on armel.  (Closes: #441757)
Thanks to aurel32 and joeyh.

Revision 808 - Directory Listing
Modified Tue Jul 10 08:53:37 2007 UTC (5 years, 11 months ago) by peters-guest
Original Path: trunk
Refresh patches/svn2cl to current trunk (svn2cl 0.8 -> 0.9).

Revision 807 - Directory Listing
Modified Tue Jun 19 06:29:20 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
Add appropriate Vcs-Svn and Vcs-Browser fields to the control file.

I verified the format using the tried-and-true Look at Existing
Examples method rather than the Read the Docs method.

Revision 806 - Directory Listing
Modified Tue Jun 19 06:01:20 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
Spell "Source-Version" as "binary:Version".  The two mean exactly the
same thing, but "Source-Version" is a confusing name now that BinNMUs
have been formalised.

Note: this requires dpkg 1.13.19, so don't include this change in a
sarge backport.

Revision 802 - Directory Listing
Modified Fri Jun 8 17:11:06 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
New patch 'svn-clean-manpage' to fix a UTF-8 character in a
POD-generated manpage.  I actually got this fixed upstream last
November, but I must have forgotten to add it to the Debian package.
Thanks to lintian for the reminder.

Revision 801 - Directory Listing
Modified Thu Jun 7 18:37:41 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
Followup to r800: add lintian overrides for the shlibs files we are
intentionally deleting.  I don't think lintian has any way of knowing
that these "libraries" will never be directly used outside their own
packages.

Revision 800 - Directory Listing
Modified Thu Jun 7 18:15:45 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
Update to r799:
I'm pretty sure we want to run ldconfig in the swig packages, since
they do use the normal dynamic linker facilities with the libsvn_swig_*
libraries they ship.  But we still don't need shlibs files for those
packages.  So use dh_makeshlibs to create the ldconfig snippets, then
discard the resulting shlibs files, for the swig packages.

Note, libsvn-java doesn't use the normal dynamic linker - it uses
dlopen - so it doesn't need ldconfig (or a shlibs file).

Revision 799 - Directory Listing
Modified Thu Jun 7 05:53:27 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
debian/rules: use dh_makeshlibs -plibsvn1 rather than dh_makeshlibs -s.
There is no need for shlibs files for the other packages that happen to
have .so files in them.

(Thanks to lintian for noticing.)

Revision 798 - Directory Listing
Modified Thu Jun 7 05:42:39 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
debian/rules: replace $(PWD) with $(CURDIR) to make lintian happy.
Our use of PWD was safe, this is just a cleanup.

Revision 797 - Directory Listing
Modified Fri Jun 1 18:20:57 2007 UTC (6 years ago) by peters-guest
Original Path: trunk
Reroll orig tarball - rename the directory, remove non-free files, add
top-level README.Debian-tarball file, edit configure and configure.in
to remove a line about svn_load_dirs.  (There are a couple other lines
in the generated configure that refer to svn_load_dirs but those are
harmless.)

This is documented in the included README.Debian-tarball.

Revision 796 - Directory Listing
Modified Fri Jun 1 17:23:38 2007 UTC (6 years ago) by troyh
Original Path: trunk
updating the 1.4.4 tarball to be gz

Revision 795 - Directory Listing
Modified Fri Jun 1 17:20:20 2007 UTC (6 years ago) by troyh
Original Path: trunk
May 30 Release Candidate for SUbversion 1.4.4

Revision 794 - Directory Listing
Modified Sun May 20 22:55:58 2007 UTC (6 years, 1 month ago) by peters-guest
Original Path: trunk
configure --disable-neon-version-check, so we can build on unstable
(neon 0.26.3).

This is something we probably should've done a long time ago, a lot
simpler than maintaining a patch to configure.in for "legal" neon
versions.  We do have to trust that 'Build-Depends: neon26-dev' is
specific enough to work reliably, but I think that's reasonable.

Revision 793 - Directory Listing
Modified Fri May 18 13:42:33 2007 UTC (6 years, 1 month ago) by troyh
Original Path: trunk
updating distribution in changelog in preperation for upload

Revision 792 - Directory Listing
Modified Wed May 16 22:06:13 2007 UTC (6 years, 1 month ago) by peters-guest
Original Path: trunk
Upgrade to 1.4.4, which obsoletes patches/dir-prop-mods-overlap.
As usual, this isn't actually released yet, so....

Revision 785 - Directory Listing
Modified Fri Apr 27 20:13:14 2007 UTC (6 years, 1 month ago) by peters-guest
Original Path: trunk
Add Closes: #419348 to changelog.

Revision 784 - Directory Listing
Modified Sun Apr 15 06:32:23 2007 UTC (6 years, 2 months ago) by peters-guest
Original Path: trunk
Apply upstream fix for a bug which can cause commit data loss and even
repository corruption.  Guess I should file a debian bug for this one
of these days.

Upstream actually considered doing official point releases for 1.3.x,
1.2.x, 1.1.x, _and_ 1.0.x just to fix this, that's how important they
think it is.  They're not going to though, partly because I told them I
would try to get it into both etch and sarge (i.e., proposed-updates
and oldstable-proposed-updates) without need for an official release on
their part.  (sarge has by far their biggest userbase still using
1.1.4.)  When I have time....

Revision 783 - Directory Listing
Modified Thu Mar 29 10:35:05 2007 UTC (6 years, 2 months ago) by peters-guest
Original Path: trunk
subversion.README.Debian: fix note about how to download vc-svn.el.
Thanks to Michael Richters.  (Closes: #416582)

Revision 780 - Directory Listing
Modified Fri Jan 26 00:36:49 2007 UTC (6 years, 4 months ago) by peters-guest
Original Path: trunk
Update upstream to 1.4.3, released today.  I added a file
README.Debian-tarball explaining what I did to the orig.tar.gz.

This should go in experimental, to avoid disrupting sid before the etch
release.

Revision 773 - Directory Listing
Modified Tue Nov 14 21:59:27 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
patches/jelmer-python-bindings: Remove some python2.4isms.  Noticed by
Romain Francoise who also suggested how to fix it.  When I looked
upstream I noticed that maxb had done the same thing in r19962.

This is primarily for the benefit of the sarge backport.

Revision 771 - Directory Listing
Modified Tue Nov 14 20:52:06 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Move more java bits inside a ENABLE_JAVAHL region.
Thanks again to Patrick Desnoyers for noticing.

Revision 767 - Directory Listing
Modified Fri Nov 10 14:53:17 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Prepare for upload.  Urgency medium.

Revision 766 - Directory Listing
Modified Fri Nov 10 14:44:48 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Add subversion-tools Conflicts: kdesdk-scripts <= current version,
to prevent the /usr/bin/svn-clean file conflict.

Fathi Boudra (fabo) told me on IRC that his upstream had agreed to
remove svn-clean from the package for the next release, now that we are
shipping such a similar script.

Revision 765 - Directory Listing
Modified Fri Nov 10 14:33:01 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Ship 'svnmerge.README', which seems at least slightly useful.
If svnmerge had an actual manpage, that would be nice, but _I'm_ not up
to writing one at this point.  (:

Revision 764 - Directory Listing
Modified Fri Nov 10 14:28:16 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Tiny typographical fix - replace "(c)" with real copyright symbol, "\(co".

Revision 763 - Directory Listing
Modified Fri Nov 10 14:18:23 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Alternate fix for the dont-be-root FTBFS bug.

I got this idea while discussing the issue with maxb on IRC - he
thought, correctly, that my previous approach was ugly.

Revision 762 - Directory Listing
Modified Fri Nov 10 14:08:43 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Commit Troy's manpages, and install the pod page from svn-clean.

I did some _major_ editing of the new manpages, mainly style issues
(for example, literal hyphen should be "\-", not "-") but also some
improvements to the texts.

Revision 761 - Directory Listing
Modified Thu Nov 9 21:03:37 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Fix 'dontberoot' logic in debian/rules by way of a stamp file.

Revision 759 - Directory Listing
Modified Thu Nov 9 06:11:26 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Jelmer's python bindings patches, from trunk, by way of ubuntu edgy.
The edgy patch needed a _lot_ of work, partly because it's against
1.3.2 instead of 1.4.2, partly because it's simply a mess.

This is mainly completeness for python bindings - adding functionality.
The point is to be able to run his bzr<->svn bridge scripts.  Jelmer
still needs to get back to me on irc about whether his tests succeed
with our package.  Subversion's own testsuite does succeed, at any
rate, so this is probably not actually _harmful_, the only question is
whether it _enables_ the scripts it is supposed to.

Revision 758 - Directory Listing
Modified Wed Nov 8 17:43:05 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
The last commit reminded me:
Add subversion-tools "Suggests: libsvn-ruby1.8" for our one ruby hook script.

Revision 757 - Directory Listing
Modified Wed Nov 8 17:35:37 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Override lintian 'python-script-but-no-python-dep'
on the grounds that we already "Recommends: python-subversion"
which will pull in python.

Why Recommends rather than Depends?  Because a few of the scripts in
this package do not require python.

Revision 756 - Directory Listing
Modified Wed Nov 8 17:16:15 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Typo in subversion-tools.install.
Causes a script to be installed in the wrong place.

Revision 755 - Directory Listing
Modified Wed Nov 8 16:34:14 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Add neon 0.26.2 to list of acceptable versions, since it's in debian
sid.  Arguably this should be accomplished with configure
--disable-neon-version-check instead, but, uh, this is how we've always
done it before.

Consequence: http:// and https:// support is actually compiled.  That's
important to some people, I guess.  (:

Revision 754 - Directory Listing
Modified Mon Nov 6 21:08:30 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Correct FSF address in copyright file.  I thought about checking this a
few hours ago but was too busy.  Thanks, lintian, for the reminder.

Revision 753 - Directory Listing
Modified Mon Nov 6 20:31:34 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Remove comments from debhelper files.
I forgot we're still on compat level 4, which does not allow comments.
(Staying at level 4 is useful for the sarge backport.)

Revision 752 - Directory Listing
Modified Mon Nov 6 19:54:13 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Fixups for the 1.4.2dfsg1 tarball.  Specifically, remove references to
svn_load_dirs, since it is gone now.  The change to the tarball is to
remove one line from 'configure.in' for this.

Revision 751 - Directory Listing
Modified Mon Nov 6 17:53:53 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Delete upstream tarball signature, not much point in _that_ now. :(

Revision 750 - Directory Listing
Modified Mon Nov 6 17:48:10 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
License audit.  Bleh.  Found lots of files to remove from the tarball,
I sure hope this is a temporary situation.

See in particular the new file 'contrib-license-audit'.

Revision 749 - Directory Listing
Modified Mon Nov 6 17:21:46 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Update watch file.  I think I hate tigris.org.
Note that it still doesn't work as 1.4.2 doesn't seem to have been
moved into place yet.

Revision 748 - Directory Listing
Modified Mon Nov 6 15:57:45 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Move hot-backup to /usr/bin/svn-hot-backup in svn-tools.
Thanks to maxb for noticing that I'd moved it to the wrong place.

Also install svn-backup-dumps, yet another backup script, this one uses
dumpfiles and is able to upload via ftp or smbclient.

Revision 747 - Directory Listing
Modified Mon Nov 6 00:48:10 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Fix #397173, again.  This is the same bug 'patches/ruby-test-ra-race'
was supposed to fix ... but it didn't quite.  I'm replacing it with
upstream trunk r21518, which should be better.

Revision 746 - Directory Listing
Modified Sun Nov 5 18:19:34 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Description of libapache2-svn: Apache s/2.0/2.2/.  Closes #397113.

Revision 745 - Directory Listing
Modified Fri Nov 3 22:04:53 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Close #393414 as upstream 1.4.2 now omits the non-free file in question.

Revision 744 - Directory Listing
Modified Fri Nov 3 04:39:01 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Remove patches/po-updates (pt_BR update), it's in 1.4.2 already.

Revision 743 - Directory Listing
Modified Fri Nov 3 00:13:25 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
1.4.2, replacing 1.4.1, which upstream cancelled before release.

The usual rule applies: upstream hasn't released this yet, so we have
to wait until they do.

Revision 742 - Directory Listing
Modified Wed Nov 1 08:41:11 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Fix the fix_shebangs_in macro.  It was missing ! in some #!/ sequences.

Small cleanup: install svnwrap via dh_install.  This was not possible
until I added logic to remove the suffixes of /usr/bin/*.{pl,py,rb,sh}
after dh_install does its magic.

Revision 741 - Directory Listing
Modified Wed Nov 1 08:23:35 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Close #396435 by agreement of the submitter.

Revision 740 - Directory Listing
Modified Wed Nov 1 08:05:39 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
subversion-tools: change most Depends to Recommends as they aren't
needed by _all_ the scripts, only some of them.

Add Recommends: xsltproc [for svn2cl], libsvn-perl [for various
scripts].  Remove perl and python - redundant, as we already
recommend libsvn-perl and python-subversion.

Revision 739 - Directory Listing
Modified Wed Nov 1 07:32:11 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Add some svn:ignore.
Now a full build will leave no "?" files in the 'svn status' output.

Revision 738 - Directory Listing
Modified Wed Nov 1 07:28:33 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Add more .PHONY targets, to match the targets in our makefile.

In reality, this does not matter at all - .PHONY is only used to
indicate that if a target exists as a real file, the real file's
existence and timestamp don't mean anything about the target.
And our only case of that is the "build" target.

Revision 737 - Directory Listing
Modified Wed Nov 1 07:10:12 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Tiny but important build fix from my flurry of "I should have done all
this 6 months ago but now it's kind of urgent" activity the other day.

Revision 736 - Directory Listing
Modified Wed Nov 1 00:05:37 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Add check for trying to build as root.

This gives a clear error message at the beginning of the build, instead
of waiting for lengthy build and test processes and then giving a
confusing test failure.

We've had this issue reported two or three times, most recently in Bug
#396435.

Revision 735 - Directory Listing
Modified Sun Oct 29 15:18:00 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
The Great Subversion-Tools Update of 2006, Part the First.
This does NOT QUITE WORK YET, please nobody upload this as-is.

- Lots of code examples in C, python, perl, ruby, distributed to the
  'examples' directories of libsvn-doc, python-subversion, libsvn-perl,
  libsvn-ruby1.8.

- Quite a few scripts for subversion-tools.  I looked at everything I
  could find from upstream - several other scripts look useful but
  either don't work, or I have some concerns about their command line
  interfaces.  Most notably, we now ship svn2cl and svnmerge.

- debian/rules: don't install *.py *.pl etc. manually, just do it via
  dh_install and remove the .py .pl crap suffixes later with a
  'prename' call.  Also, fix shebang lines in a standardized manner,
  with a makefile function - though see below.

TODO:

- Fix invocation of $(call fix_shebang_in...) so that it actually works
  for /usr/bin/* in subversion-tools.  I haven't figured out what's
  going wrong here yet.

- Fix debian/copyright as per #394395.  Note that this should be done
  regardless of whether we ship this stuff in subversion-tools, since
  we already ship it in the source package.

- Eyeball and test all scripts.

- Decide whether to include C programs such as mucc (rename to
  'svn-mucc', I don't like polluting the /usr/bin namespace).  This
  would involve turning subversion-tools from Arch:all to Arch:any.

- Run at least a mini-audit for obvious problems, like unsafe temp file
  usage.  This is important!

Revision 734 - Directory Listing
Modified Sun Oct 29 14:58:00 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Patch to update contrib/client-side/svn2cl from 0.7 to 0.8.
Also, and this is actually more important, hard-code it to look in /etc/svn2cl
for its data.  (This is where we will ship the data.)

Revision 733 - Directory Listing
Modified Sun Oct 29 14:32:50 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Fix #359145 with Eric Dorland's patch.  This is called low-hanging fruit.

Revision 732 - Directory Listing
Modified Sun Oct 29 10:36:46 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
r22148 from upstream (trimmed to remove a lot of useless stuff),
small pt_BR translation update.

It _barely_ missed getting into upstream 1.4.1, I figure it deserves to
be in there.  I dunno.

Revision 731 - Directory Listing
Modified Sun Oct 29 09:02:14 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
neon26.  The time has come.
With luck we won't notice any difference.

Revision 730 - Directory Listing
Modified Sun Oct 29 08:09:54 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
I learned from upstream recently that svn-javahl requires JVM 1.2 at
minimum.  So our "Depends: java1-runtime | java2-runtime" was
inaccurate, we need a java2-runtime.  This point is probably academic,
as all JVMs should provide java2-runtime in this day and age.

Revision 724 - Directory Listing
Modified Sat Oct 28 15:54:31 2006 UTC (6 years, 7 months ago) by troyh
Original Path: trunk
updating changelog for upload

Revision 723 - Directory Listing
Modified Sat Oct 28 04:07:18 2006 UTC (6 years, 7 months ago) by peters-guest
Original Path: trunk
Update to 1.4.1.
As usual, upstream hasn't released this yet, so we must wait....

Revision 722 - Directory Listing
Modified Fri Oct 13 18:31:39 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Fix #392805, where we forgot to mention which other apache modules you
need to enable if you uncomment the stuff in mod_dav.conf.

Arguably this is a bug in the user, who should know what the resulting
syntax error means and RTFM, but there's no harm in documenting it here.

Revision 721 - Directory Listing
Modified Thu Oct 12 07:05:20 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Clean up mod_dav_svn handling:

Do not enable the module unconditionally at upgrade time.  Use
a2enmod/a2dismod and their "Depends:" support.

Comment out everything in dav_svn.conf.  Fix and clarify some of the
comments, and add more.

(Tollef applied my a2dismod patch for apache 2.2.3-3, but hasn't
uploaded yet, hence the comment in the prerm.)

Revision 720 - Directory Listing
Modified Thu Oct 12 03:33:07 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Use a better fix for #392004, from upstream r20992.
Thanks to Blair Zajac for pointing it out.

Revision 718 - Directory Listing
Modified Wed Oct 11 16:15:13 2006 UTC (6 years, 8 months ago) by troyh
Original Path: trunk
updating changelong in preperation for upload

Revision 717 - Directory Listing
Modified Wed Oct 11 10:33:57 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Trivial fix for argument checking bug #392004 in svnshell.

Revision 716 - Directory Listing
Modified Wed Oct 11 09:51:26 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Fix bug reported by Pitr on IRC: libsvn_fs_base fails when the app (in
this case, apache2) links with db-4.3 as well as db-4.4.  This is
supposed to work because libdb has versioned symbols!  The reason it
does not is that we weren't linking -ldb directly but only indirectly
via aprutil.  Since libsvn_fs_base is a library, the linker doesn't
care about unresolved symbols, so it doesn't bother to recurse to find
those db_* symbols - thus, in libsvn_fs_base, db_* are not versioned.

Tollef said he would fix apache not to link to -ldb-4.3, but that's a
separate bug, which just happens to _expose_ this bug.

Revision 715 - Directory Listing
Modified Wed Oct 11 08:46:28 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Fix alpha FTBFS caused by $HOME being unreadable.  subversion tries to
read $HOME/.subversion/config and this fails with "permission denied".
A failure of "path does not exist" would have been fine (so that is
what we do now), but "permission denied" is an error.

Revision 714 - Directory Listing
Modified Wed Oct 11 08:32:19 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Make DEB_BUILD_OPTIONS handling fit into 80-column lines, for greater
cut-n-paste-ability.  I'd still like to get that stuff added to Policy
section 10.1, at least the first two lines, as it is more robust than
what is there now.  But I'm not sure it's worth actively pushing for.

Revision 713 - Directory Listing
Modified Sun Oct 8 14:44:39 2006 UTC (6 years, 8 months ago) by gpastore
Original Path: trunk
upload, urgency=medium

Revision 712 - Directory Listing
Modified Sun Oct 8 14:30:16 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
patches/apr-abi: switch to a simpler test.  Closes: #391744

The problem is that 64-bit platforms, APR_HAS_LARGE_FILES is _not_ set.
From an upstream perspective, I wanted to set the subversion ABI number
based on this characteristic, so this is probably correct.  However,
from a Debian perspective it's incorrect as we want to use SOVERSION 1
unconditionally with libapr1.

Revision 711 - Directory Listing
Modified Wed Oct 4 22:54:47 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Correct the outdated reference that resulted from squashing together
two changelogs.

Revision 709 - Directory Listing
Modified Tue Oct 3 15:53:24 2006 UTC (6 years, 8 months ago) by troyh
Original Path: trunk
updating changelog and control in trunk to be -3 round2

Revision 703 - Directory Listing
Modified Mon Oct 2 19:52:39 2006 UTC (6 years, 8 months ago) by troyh
Original Path: trunk
had an extra line break

Revision 702 - Directory Listing
Modified Mon Oct 2 19:51:46 2006 UTC (6 years, 8 months ago) by troyh
Original Path: trunk
debian/control clean up of Maintainer and Uploaders fields to reflect the current team.

Revision 700 - Directory Listing
Modified Mon Oct 2 13:46:18 2006 UTC (6 years, 8 months ago) by troyh
Original Path: trunk
changing dist to unstable for build and upload

Revision 698 - Directory Listing
Modified Sun Oct 1 11:03:37 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Stop enabling mod_dav_fs in the apache module postinst.
I don't believe this has _ever_ been necessary for mod_dav_svn.

Revision 697 - Directory Listing
Modified Sun Oct 1 10:53:11 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Duh - need a changelog entry for the apr1 merge.

Revision 696 - Directory Listing
Modified Sun Oct 1 10:52:48 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Ship libsvn_{ra,fs}_*.so.  Those were left out by accident when I
removed libsvn_{ra,fs}_*.la - at least, I think it was by accident.
I'm not absolutely sure this broke third-party use of libsvn-dev, but I
think it did.

Revision 695 - Directory Listing
Modified Sun Oct 1 10:47:31 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Merge branches/1.4.x back to trunk.

Specifically, this means changing from apr0 back to apr1, in
preparation for apache 2.2 in unstable.

Revision 694 - Directory Listing
Modified Sun Oct 1 10:41:51 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
One last javahl dummy package typo.  (I thought I committed this already!)

Revision 693 - Directory Listing
Modified Thu Sep 28 11:40:22 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
*DOH*.  Stupid, stupid typo.

Revision 692 - Directory Listing
Modified Thu Sep 28 08:30:25 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Make the libsvn-javahl dummy package truly empty, like libsvn-ruby,
using a symlink in /usr/share/doc.

Revision 691 - Directory Listing
Modified Thu Sep 28 06:22:40 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Prepare for 1.4.0-3 upload.

Revision 690 - Directory Listing
Modified Wed Sep 27 16:53:42 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Disable java on hurd, requested by Cyril Brulebois (KiBi) on IRC.

Revision 689 - Directory Listing
Modified Tue Sep 26 04:31:19 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Add a dummy libsvn-javahl, for upgrades from sarge.  I was hoping to
avoid this, but it seems to be necessary.  What I'm not sure about is
whether dummy packages for python2.3-subversion and libsvn-core-perl
are also needed.

Revision 688 - Directory Listing
Modified Tue Sep 26 04:11:26 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Set svn:ignore to "*.asc" as I like to keep the upstream .tar.gz.asc
file here, but it doesn't need to go in the repository.

Or should it?

Revision 687 - Directory Listing
Modified Fri Sep 22 20:30:42 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Add bug close number (#387996) for Roman Zippel's patch.

Revision 686 - Directory Listing
Modified Fri Sep 22 11:31:42 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Apply Roman Zippel's patch to fix that last m68k ruby test failure.
Already sent upstream (http://svn.haxx.se/dev/archive-2006-09/0536.shtml).

This looks like it probably would have fixed our former ruby woes in
powerpc and alpha, but I have no desire to actually verify this.  In
any case, many thanks to Roman!

Revision 685 - Directory Listing
Modified Fri Sep 22 11:17:46 2006 UTC (6 years, 8 months ago) by peters-guest
Original Path: trunk
Bah.  When I removed libsvn_ra_*.la and libsvn_fs_*.la, I forgot to
make sure they wouldn't be referenced in the other .la files!

This settles the matter by removing _all_ *.la references from our *.la
files.  Nobody has been able to convince me that putting the full *.la
pathname in there is the least bit useful.  Closes #388733.

Revision 684 - Directory Listing
Modified Fri Sep 15 10:29:40 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Tighten dependency on libapr0, to get the version that links to
libdb4.4.  This is probably a bug with the apr shlibs file, but this
workaround will do until it's addressed in apache2.

Who knows, they may not even agree about the db version being part of
the ABI.  After all, if it _really_ is part of the ABI, they should
have renamed libapr0 when they moved to db4.4.

Revision 683 - Directory Listing
Modified Fri Sep 15 10:20:04 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
New patch ruby-test-ra-race.  Patch header describes the situation.
NOTE: this is actually untested, and I'm not a ruby programmer!

Finding these bugs is one valid use of the m68k architecture:

  <Yoe> peterS: we have that quite often, really.
  <Yoe> It's one of the reasons why I think we should never abolish
        m68k :-)
  <ij> Yoe: maybe we should setup some 030 buildds, so that we can find
       even more bugs (-;
  <Yoe> ij: heh, good plan
  <Yoe> ij: I have a 68030 with 12M of RAM standing right next to me.
  * Yoe feels evil

Revision 682 - Directory Listing
Modified Mon Sep 11 21:48:47 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Fix the regression in r678 that caused FTBFS if libsvn0 was not
installed.  Sorry about that.

Revision 681 - Directory Listing
Modified Mon Sep 11 20:40:46 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Remove README.db4.4.  It is not needed - subversion 1.4 upgrades db4.2
and db4.3 repositories to db4.4 automatically.  Yay!

(This is what I get for not reading the 1.4 release notes earlier.  And
yes, I tested it after reading about it.)

Revision 680 - Directory Listing
Modified Sun Sep 10 20:49:10 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Typo fix from upstream.  This allows svnsync.1 to be installed, which
squashes a lintian warning.

Yes, upstream's manpages are still crap, this doesn't change that fact.

Revision 679 - Directory Listing
Modified Sun Sep 10 18:36:18 2006 UTC (6 years, 9 months ago) by troyh
Original Path: trunk
changing dist to unstable for build and upload of -2

Revision 678 - Directory Listing
Modified Sun Sep 10 13:03:27 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Move the testsuite invocations up to the 'build' target instead of the
'binary' target.  This is important for two reasons:

1) It's the right thing to do - the tests do not require anything to be
   "installed", they're designed to be run in the build tree.

2) The 'build' target is normally run as a non-root user, whereas
   'binary' is run as root.  The testsuite breaks if run as root - the
   only reason we haven't noticed is that the 'fakeroot' program does
   not emulate a root environment quite well enough to cause the
   breakage.  However, the alpha/mips/mipsel build daemons do not use
   fakeroot, so the test breaks.  This caused a FTBFS in 1.4.0-1.

Also clean up a bit of macro cruft in debian/rules, related to
testsuite runs.  I don't know if this stuff was ever necessary, but in
any case it's not necessary now.

Revision 677 - Directory Listing
Modified Sun Sep 10 12:51:56 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Remove changelog line about LIBTOOL=libtool.
This should have been done in r672 but I wasn't paying attention.

Revision 675 - Directory Listing
Modified Sat Sep 9 21:26:34 2006 UTC (6 years, 9 months ago) by troyh
Original Path: trunk
moving release to unstable in preperation for upload

Revision 674 - Directory Listing
Modified Sat Sep 9 10:21:03 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Revert to neon25, pending Bug #386652.

Revision 673 - Directory Listing
Modified Sat Sep 9 10:00:51 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Oops, missed a couple instances of the LIBTOOL=libtool hack.

Revision 672 - Directory Listing
Modified Sat Sep 9 09:39:50 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Make 'debian/rules clean' really work, when the package has already
been built.  ALSO, I finally figured out why libtool was getting set to
upstream's instead of debian's: because we were not deleting ltmain.sh
in the clean rule (it moved in 1.4.0).  Accordingly, we don't need the
LIBTOOL=libtool hack.

Revision 671 - Directory Listing
Modified Sat Sep 9 08:48:16 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Regain some of the ground we lost moving from 1.3 to 1.4, in terms of
unnecessary linkages.

* patches/no-extra-libs-2: Remove a couple more instances of neon (nobody
  but libsvn_ra_dav should link neon directly).  Also hack the apriconv
  library declaration not to pull in aprutil.  (It might be correct on
  Windows, I don't know, but we don't need apriconv _at all_, so we
  don't want it to pull in aprutil for us.)

* rules: add a macro MAKE_B to do 'make -C BUILD'.  Abuse this to pass
  LIBTOOL=libtool in to sub-makes everywhere.  I think the system
  libtool was always used in the past, but for some reason this is no
  longer the case.  Anyway, this eliminates more bogus library links.

Revision 669 - Directory Listing
Modified Sat Sep 9 04:09:48 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Revert to apache 2.0, apr0, libsvn0.  I believe this is complete.

Revision 668 - Directory Listing
Modified Sat Sep 9 04:08:41 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Make svn-export work in the presence of 'subversion_xxx.tar.gz.asc'.

Revision 667 - Directory Listing
Modified Sat Sep 9 00:33:46 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Copy branches/1.4.x to trunk, in preparation for uploading to unstable.

Revision 666 - Directory Listing
Modified Sat Sep 9 00:20:07 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Move trunk to branches/1.3.x, temporarily, so that trunk can be
remerged from branches/1.4.x more easily.  Great fun.

Revision 662 - Directory Listing
Modified Sat Sep 2 22:40:07 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Followup to r660: missed one little change in the db4.4 doc updates.

Revision 661 - Directory Listing
Modified Sat Sep 2 21:01:32 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
BAH.  Throw more patches at bdb-44 (upstream trunk r20715, r20717,
r20767) to see if any of them will cause us not to FTBFS on ia64.  None
of these looks very promising, but it's all the relevant stuff I can
find.

Did I mention I'm grumpy about having to try to support bdb 4.4 before
svn 1.4.0 is out?

Revision 660 - Directory Listing
Modified Sat Sep 2 14:37:50 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Merge doc updates from experimental pertaining to db 4.4.

*doh*.  About 2 minutes after the 1.3.2-6 upload announcement came
back, I remembered that I hadn't done this yet.

While we're at it, move the NEWS file back to the subversion package,
even though technically it does pertain to libsvn0.  Maybe people will
actually read it this way.

Revision 658 - Directory Listing
Modified Sat Sep 2 13:26:35 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Upload 1.3.2-6.  Thanks to Andreas Metzler for sponsoring.

Revision 657 - Directory Listing
Modified Sat Sep 2 10:03:59 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
More bug numbers to close in the changelog.

Revision 656 - Directory Listing
Modified Sat Sep 2 08:06:15 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Switch to python-support / dh_pysupport, merged from r634 of branches/1.4.x.

Revision 655 - Directory Listing
Modified Sat Sep 2 07:44:35 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Switch to Roman's implementation of the ruby-test-svnserve-race patch
(based on an earlier patch from nori).
Since I don't know ruby, I just hope this is really correct.

Revision 654 - Directory Listing
Modified Sat Sep 2 07:37:46 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
BDB 4.4 is upon us, thanks to the NMU of apache2 2.0.55-4.2.  Thus a
new patch bdb-44 stolen from upstream trunk, which may or may not be
complete, and which upstream just now refused to endorse.  Yay.

I told the apache team we wouldn't be ready for db 4.4 until 1.4.0 was
out ... but of course the NMUer didn't know that.  Sigh.

Revision 653 - Directory Listing
Modified Fri Sep 1 19:32:31 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: trunk
Sigh.  I can't believe I didn't notice before that libsvn0 needs to
"Conflicts: python2.3-subversion (<< 1.2.3dfsg1-1)" because of
libsvn_swig_py moving to the latter package.  It was pretty obvious
when I added the identical Conflicts: for libsvn-core-perl that the
same thing applied to python.  Or it should have been obvious.

Oh well, fixed.

Revision 638 - Directory Listing
Modified Sat Aug 12 16:01:53 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: trunk
So, a bug maxb and I spent quite some time tracking down on IRC:

A guy had subversion 1.2.3dfsg1-3 and libsvn0 1.3.2-1, which are
_supposed_ to be compatible.  But certain operations over http were
failing mysteriously.  As it turns out, the old /usr/bin/svn links to
libneon.so.24, whereas the new /usr/lib/libsvn_ra_dav links to
libneon.so.25.  Without symbol versioning in neon, that spells "Boom".

This problem will now be prevented by patches/no-extra-libs-2 (which
prevents the client from linking to neon directly at all), but
unfortunately that patch wasn't applied until 1.3.0-1.

Meanwhile, add a conflict between libsvn0 and old subversion.  Note
that this does not need to be added to the libapr1/libsvn1 branch.

Revision 626 - Directory Listing
Modified Mon Jul 24 21:00:25 2006 UTC (6 years, 10 months ago) by troyh
Original Path: trunk
Updating changelog for 1.3.2-5 upload/release

Revision 624 - Directory Listing
Modified Mon Jul 24 19:07:30 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: trunk
Downgrade 'Depends: patch' to Suggests, in subversion.  I looked all
over the package and couldn't find anything that actually _required_
patch.  It's just a nice thing to have when you're doing development
with svn (or without it).

Revision 623 - Directory Listing
Modified Mon Jul 24 19:06:24 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: trunk
Sleep 3 instead of sleep 1, for now.  Proper fix will happen another
day, we need to get this uploaded to fix the RC bug.

Revision 617 - Directory Listing
Modified Sat Jul 22 22:30:46 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: trunk
Fix stupid bug #379278.  My fault, totally my fault.  I have no idea
what (or whether) I was thinking.

Also take this opportunity to switch to pyversions, now it's in etch.

Revision 615 - Directory Listing
Modified Mon Jul 17 15:00:09 2006 UTC (6 years, 11 months ago) by troyh
Original Path: trunk
Preparing for 1.3.2-4 upload

Revision 613 - Directory Listing
Modified Mon Jul 17 05:09:16 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: trunk
Fix #376565 with a strategic 'Conflicts:'.

Revision 612 - Directory Listing
Modified Mon Jul 17 02:17:42 2006 UTC (6 years, 11 months ago) by gpastore
Original Path: trunk
update e-mail address

Revision 608 - Directory Listing
Modified Fri Jul 14 15:01:17 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: trunk
Tweak personal svn-export script to add -k flag which does not delete
.svn dirs inside the debian/ directory.

Revision 598 - Directory Listing
Modified Wed Jul 12 17:50:42 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: trunk
For svn-javahl, add dependency alternative on java2-runtime.

This rests on the dubious assumption that svn-javahl.jar does not use
any of the "methods from Java 1.1 that have been deprecated in Java 2",
to quote Debian Java Policy section 2.1.  Of course, we can change it
back if this proves not to be the case.

See Bug#377529.

Revision 597 - Directory Listing
Modified Sun Jul 9 18:58:10 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: trunk
Clean up package descriptions.  Inspired by Enrico's recent list post

  http://lists.debian.org/debian-devel/2006/07/msg00285.html

but really I've wanted to do this for a long time.

Revision 595 - Directory Listing
Modified Fri Jun 16 19:57:10 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Add bug closures I keep forgetting about.

Revision 594 - Directory Listing
Modified Fri Jun 16 19:51:12 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
First cut for supporting the new python policy.
Thanks to Max Bowsher for the patch, which I've tweaked somewhat.

TODO: I don't think we need to create the .pyo files - the old
dh_python did not.  Also, eventually it may be good to use 'pyversions'
(commented out at present because I don't want to depend on a new
version of python and thus further delay etch propagation).

Revision 593 - Directory Listing
Modified Fri Jun 16 19:24:12 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Rearrange debian/rules to separate *-arch and *-indep targets.  Things
relating to 'libsvn-doc' and 'subversion-tools' is handled in the
-indep targets, everything else in the -arch targets.

All this is to allow moving doxygen to Build-Depends-Indep.
(Seriously, it's the right thing to do.  For one thing, now the buildds
won't bother to build the API docs.)

Revision 592 - Directory Listing
Modified Fri Jun 16 17:30:01 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Updates to the copyright file.

Revision 587 - Directory Listing
Modified Thu Jun 15 17:38:45 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Switch to dpatch.

dpatch and quilt each have advantages and disadvantages - it was kind
of a hard choice between them, and I'm still open to switching to quilt.
cdbs-simple-patchsys, OTOH, has _no_ advantages that I can think of.

Revision 583 - Directory Listing
Modified Wed Jun 14 22:00:44 2006 UTC (7 years ago) by troyh
Original Path: trunk
updating debian/contron build-depends to remove arm from depending on javahl and junit

Revision 582 - Directory Listing
Modified Wed Jun 14 20:34:53 2006 UTC (7 years ago) by troyh
Original Path: trunk
adding arm to the javahl disabel list

Revision 580 - Directory Listing
Modified Wed Jun 14 13:52:41 2006 UTC (7 years ago) by troyh
Original Path: trunk
Changing UNRELEASED to unstable

Revision 579 - Directory Listing
Modified Wed Jun 14 05:24:43 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Disable javahl on m68k, mips, mipsel.  Those are the ones we're pretty
sure of.  The rest, we'll see with an upload to unstable, on Steve
Langasek's counsel.

Revision 578 - Directory Listing
Modified Tue Jun 13 20:07:12 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
The tbm NSLU2 patch.
This one's only needed on really slow machines.  It prevents random
ruby testsuite failures.

rooneg upstream doesn't like it because it's a kludge and it adds 60
seconds to the build time.  But oh well, it was easy to write and it'll
be easy to maintain.

Revision 577 - Directory Listing
Modified Tue Jun 13 14:14:04 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Switch to gcj.  Thanks to Bastian Blank.  No thanks to Adam Conrad of
Ubuntu for offering to look into this several months ago, then never
telling me that Ubuntu made this change soon after.

Revision 576 - Directory Listing
Modified Sun Jun 11 11:38:30 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Line-wrap Build-Depends line.  Apparently we are allowed to do this now,
though Policy itself is ambiguous.

Revision 572 - Directory Listing
Modified Thu Jun 1 09:24:44 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Prepare for 1.3.2-1 upload.

Revision 571 - Directory Listing
Modified Thu Jun 1 07:25:07 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Rework testsuite business a bit, to make it less painful to deal with
test failures, especially in the bindings (where most test failures
seem to occur in practice).

Revision 570 - Directory Listing
Modified Thu Jun 1 05:37:58 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
- Standards version 3.7.2 (no changes)
- upgrade Build-Conflicts to libsvn0 (<< 1.3), still working around #291641.

Revision 569 - Directory Listing
Modified Sun May 28 12:15:51 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Add watch file - see 'man uscan' (in devscripts) for format details.

Some people use these things to download new upstream tarballs, but
that's only useful if you wait until after they release a tarball to
prepare the debian packages.  I try to avoid that. (:

So in our case I guess the point is for third parties to conveniently
re-download the tarball, to verify that ours really is unmodified.

Revision 568 - Directory Listing
Modified Sun May 28 11:41:11 2006 UTC (7 years ago) by peters-guest
Original Path: trunk
Move to 1.3.2, which should be released Real Soon Now.
Please don't upload this until upstream does.

Revision 564 - Directory Listing
Modified Sat May 6 00:15:50 2006 UTC (7 years, 1 month ago) by troyh
Original Path: trunk
moving from UNRELEASED to unstable

Revision 563 - Directory Listing
Modified Fri May 5 14:41:49 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: trunk
Sigh.  kaffe + hppa looks like a loss right now, it's waiting for
ecj-bootstrap, which FTBFS.  See #364819, which doko can't reproduce.

So, don't build java bindings on hppa.  At this point I think
libsvn-javahl is down to less than half of our architectures.

Revision 562 - Directory Listing
Modified Fri May 5 14:08:15 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: trunk
Revert r550 and reimplement it, this time so that it actually works:

Add -w124 to swig command lines, by patching build.conf.
This eliminates obscene amounts of noise in the build log.

Revision 561 - Directory Listing
Modified Fri May 5 13:36:25 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: trunk
Fix a potential DoS in mod_dav_svn.
Bump upload urgency to medium, on advice from Neil McGovern on IRC.

Revision 560 - Directory Listing
Modified Wed Apr 26 09:12:52 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: trunk
Minor clarification, and formatting fix.

Revision 559 - Directory Listing
Modified Mon Apr 24 03:27:48 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: trunk
Tweak this patch to match what lundblad committed upstream.

Revision 558 - Directory Listing
Modified Fri Apr 21 14:47:18 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
2 new patches.

- lc_ctype.patch: don't make the clients fail on locale errors, and only
  warn if it can't load LC_CTYPE, which is the important one (#363983)

- last-changed-date-charset.patch: Use the correct encoding when
  expanding the $LastChangedDate$ keyword (#290774)

Both have been sent upstream.

Revision 557 - Directory Listing
Modified Fri Apr 21 09:10:45 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
New tool /usr/bin/svnwrap for subversion-tools.
This sets umask 002 unconditionally then runs whatever client binary
you ask for.  I hope it solves more problems than it causes.  :/

Revision 556 - Directory Listing
Modified Fri Apr 21 05:22:23 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Loosen generated shlibs file a bit, to >= 1.3.0 instead of >= 1.3.x.
The ABI shouldn't change during the 1.3 series.

Revision 555 - Directory Listing
Modified Thu Apr 20 22:33:20 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Remove URL from changelog - users won't care.  It's in the commit message.

Revision 552 - Directory Listing
Modified Thu Apr 20 00:24:23 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Kill ssh with -TERM rather than -KILL, to close #335528.
This wasn't desirable until #313371 was fixed in openssh 1:4.2p1-6.
I saw the ssh fix a couple months ago, thanks to doogie for the reminder.

Revision 551 - Directory Listing
Modified Wed Apr 19 23:48:00 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Disable java on ia64, and disable the java testsuite because it hangs
on the hppa buildd.

Someone please remind me why we bother to ship libsvn-javahl at all.
It has given us nothing but trouble.

Revision 550 - Directory Listing
Modified Wed Apr 19 22:18:35 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Disable the swig typemap warning.  This should reduce the build log by
obscene amounts.  Upstream (and swig upstream) is well aware of this
issue:
    http://svn.haxx.se/dev/archive-2006-04/0474.shtml
    http://sf.net/mailarchive/forum.php?thread_id=10016162&forum_id=46758

Revision 549 - Directory Listing
Modified Fri Apr 14 17:57:08 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Make subversion Depends: libsvn0 (= ${Source-Version}).
Suggested by maxb in #359315.

The point is that for bugs, features, and even 'svn --version', it is
really the version of libsvn0 that matters.  So this is to reduce user
confusion.

Revision 547 - Directory Listing
Modified Sun Apr 9 11:20:14 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Prepare for 1.3.1-2 upload.

Revision 546 - Directory Listing
Modified Sat Apr 8 19:36:20 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Add kfreebsd-amd64 to exclusion list for Java bindings - see #361488.
I'd line-wrap the build-depends line, but I'm not certain whether that
would make life inconvenient for sarge backporters.

Revision 545 - Directory Listing
Modified Sat Apr 8 06:10:53 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Fix changelog.

Revision 542 - Directory Listing
Modified Sat Apr 8 05:52:16 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Fix libsvn-ruby1.8, thanks to Thiago Avancini (tavancini on IRC), who
actually noticed this bug on ubuntu dapper.

I guess this proves we have 0 users of the ruby bindings, since the
package has never worked at all.

Revision 540 - Directory Listing
Modified Tue Apr 4 21:05:25 2006 UTC (7 years, 2 months ago) by troyh
Original Path: trunk
using my timestamp for upload

Revision 539 - Directory Listing
Modified Tue Apr 4 14:18:38 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Prepare 1.3.1-1 for release.
Also mention CVE-2006-1564 in the 1.3.0-5 changelog.

Revision 537 - Directory Listing
Modified Fri Mar 31 21:53:00 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
More patches trying to nail #359909.  I don't know whether this nails
it or not, but I don't want to complain to upstream until we've tried
all their existing patches.

Revision 536 - Directory Listing
Modified Tue Mar 28 10:16:06 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
Merge r534 (the 1.3.0-5 release) from branches/1.3.0 to trunk.

Revision 533 - Directory Listing
Modified Sun Mar 26 04:14:35 2006 UTC (7 years, 2 months ago) by peters-guest
Original Path: trunk
New tarball.  We can hope this one will be the real thing.
We will still need to wait until it is officially released.

Revision 532 - Directory Listing
Modified Mon Mar 20 19:46:31 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Sync branches/1.3.0 changelog back to trunk.

Revision 529 - Directory Listing
Modified Mon Mar 20 15:13:02 2006 UTC (7 years, 3 months ago) by troyh
Original Path: trunk
Never mind 1.3.0-4 is in a branch not the turnk, reverting this version to UNRELEASED

Revision 528 - Directory Listing
Modified Mon Mar 20 15:10:16 2006 UTC (7 years, 3 months ago) by troyh
Original Path: trunk
updating changelog for upload

Revision 525 - Directory Listing
Modified Mon Mar 20 07:24:56 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Fix #357856 (wrong symlink in /usr/share/doc/subversion).

Revision 521 - Directory Listing
Modified Sun Mar 19 13:54:31 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Doh!  That last swig 1.3.28 patch stolen from trunk actually doesn't
apply to 1.3.x.  Fix the trivial conflict.

Revision 520 - Directory Listing
Modified Fri Mar 17 21:38:31 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Fix the FTBFS from the Ruby test suite, the one that only triggers about
half the time.

Revision 519 - Directory Listing
Modified Thu Mar 16 00:53:11 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
vorlon points out that Provides: python2.4-subversion is not true.
Sorry, the ubuntu package will just have to diverge here, for now.

Ideally we can replace this with a substvar generated in 'rules'.
That's on my mental todo list.

Revision 518 - Directory Listing
Modified Thu Mar 16 00:44:37 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Try to fix make -j.  David James confirms that autogen-swig has
problems with it, and it seems 'make javahl' does too.

David also mentions a need for extraclean-swig-{pl,py,rb}.

Revision 517 - Directory Listing
Modified Thu Mar 16 00:31:23 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
New upstream - maybe.  1.3.1 is not official yet.
Please don't release this until it is.

Revision 516 - Directory Listing
Modified Tue Mar 14 23:24:35 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Minor update to allow exporting to a subdir inside "."

Revision 515 - Directory Listing
Modified Tue Mar 14 22:14:40 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Oops, we already released 1.3.0-3.
Move the changelog entry for the previous commit.

Revision 514 - Directory Listing
Modified Tue Mar 14 21:59:16 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Support 'make -jN' via DEB_BUILD_OPTIONS=-jN.
This was troyh's idea.

Revision 512 - Directory Listing
Modified Sun Mar 12 22:38:20 2006 UTC (7 years, 3 months ago) by troyh
Original Path: trunk
Adding my time stamp, preparing for upload

Revision 511 - Directory Listing
Modified Sun Mar 12 14:18:01 2006 UTC (7 years, 3 months ago) by peters-guest
Original Path: trunk
Support SWIG 1.3.28.  This patch may be in upstream 1.3.2.

This fixes a FTBFS which hasn't been reported yet, probably thanks to
the nice long NEW delay.  (:

Revision 508 - Directory Listing
Modified Thu Mar 9 00:45:12 2006 UTC (7 years, 3 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, 3 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, 3 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, 3 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, 3 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 6 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, 7 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, 7 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, 7 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, 7 months ago) by peters-guest
Original Path: trunk
Typo.

Revision 424 - Directory Listing
Modified Sat Nov 12 06:43:47 2005 UTC (7 years, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 7 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 9 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 11 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, 11 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, 11 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, 11 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, 11 months ago) by dwhedon
Original Path: trunk


Revision 327 - Directory Listing
Modified Wed Jul 20 02:59:46 2005 UTC (7 years, 11 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, 11 months ago) by dwhedon
Original Path: trunk


Revision 325 - Directory Listing
Modified Fri Jul 15 04:42:37 2005 UTC (7 years, 11 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, 11 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 (8 years ago) by dwhedon
Original Path: trunk
Fix doc install command.

Revision 322 - Directory Listing
Modified Sun Jun 12 17:18:07 2005 UTC (8 years 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 (8 years 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 (8 years ago) by dwhedon
Original Path: trunk
Disable rpath.patch for now.

Revision 319 - Directory Listing
Modified Sun Jun 12 17:04:50 2005 UTC (8 years 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 (8 years 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 (8 years 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 (8 years 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 (8 years 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 (8 years 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 (8 years 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 (8 years ago) by dwhedon
Original Path: trunk
Update DEB_BUILDDIR

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

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

Revision 309 - Directory Listing
Modified Thu Jun 9 05:32:42 2005 UTC (8 years 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 (8 years ago) by dwhedon
Original Path: trunk
Start packaging Subversion 1.2.

Revision 307 - Directory Listing
Modified Thu Jun 9 05:17:19 2005 UTC (8 years 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 3 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, 3 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, 3 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, 7 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, 7 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, 7 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, 7 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 8 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, 9 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, 9 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, 9 months ago) by dwhedon
Original Path: trunk
update

Revision 210 - Directory Listing
Modified Thu Sep 2 05:07:29 2004 UTC (8 years, 9 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, 9 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, 9 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, 9 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, 9 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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, 10 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 (9 years 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 (9 years 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 (9 years ago) by dwhedon
Original Path: trunk
prepare 1.0.5

Revision 163 - Directory Listing
Modified Mon Jun 7 17:23:57 2004 UTC (9 years 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 (9 years ago) by dwhedon
Original Path: trunk
mark this as unreleased

Revision 159 - Directory Listing
Modified Mon May 24 15:25:46 2004 UTC (9 years 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, 1 month 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, 1 month 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, 1 month 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, 1 month ago) by dwhedon
Original Path: trunk
thinko

Revision 149 - Directory Listing
Modified Sat May 1 12:09:32 2004 UTC (9 years, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 1 month 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 2 months 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 3 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 4 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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, 5 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