/[pkg-subversion]/trunk/debian
ViewVC logotype

Log of /trunk/debian

View Directory Listing Directory Listing


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

Revision 829 - Directory Listing
Modified Fri Feb 8 04:56:01 2008 UTC (5 years, 4 months ago) by peters
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
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
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
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
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
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
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
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
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
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
New patch python-memleak from upstream trunk r28544.
Jelmer claims that it fixes #428755 / IZ#3052.

Revision 817 - Directory Listing
Modified Sun Dec 16 21:54:57 2007 UTC (5 years, 6 months ago) by peters
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 814 - Directory Listing
Modified Wed Dec 12 16:00:29 2007 UTC (5 years, 6 months ago) by peters
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
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
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
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
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
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
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
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
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
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
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
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
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
debian/rules: replace $(PWD) with $(CURDIR) to make lintian happy.
Our use of PWD was safe, this is just a cleanup.

Revision 794 - Directory Listing
Modified Sun May 20 22:55:58 2007 UTC (6 years, 1 month ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 750 - Directory Listing
Modified Mon Nov 6 17:48:10 2006 UTC (6 years, 7 months ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
upload, urgency=medium

Revision 712 - Directory Listing
Modified Sun Oct 8 14:30:16 2006 UTC (6 years, 8 months ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
*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
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
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
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
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 687 - Directory Listing
Modified Fri Sep 22 20:30:42 2006 UTC (6 years, 8 months ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Revert to apache 2.0, apr0, libsvn0.  I believe this is complete.

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

Revision 665 - Directory Listing
Modified Sat Sep 9 00:03:26 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
branches/1.4.x: Merge from trunk, through r664.
Also clean up a few more libsvn1 things in control.

Revision 664 - Directory Listing
Modified Fri Sep 8 23:38:10 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Switch to neon 0.26.1.  upstream 1.4.1 will probably include something like this.

Revision 663 - Directory Listing
Modified Fri Sep 8 02:11:19 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
The real 1.4.0 tarball!  This is exactly rc5 with a new version number,
though apparently there's some spurious noise in the tarball due to
regenerating the swig stuff.

I think this will go straight to unstable.

As usual with new upstream, DO NOT UPLOAD until they officially release
it, which they haven't yet.  Perhaps in a couple of days.

Revision 651 - Directory Listing
Modified Wed Aug 30 14:21:11 2006 UTC (6 years, 9 months ago) by troyh
Original Path: branches/1.4.x/debian
chaning distribution in preperation for rc5 upload to experimental

Revision 650 - Directory Listing
Modified Thu Aug 24 10:44:25 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
1.4.0~rc5.
NOTE: this has not been released upstream, so don't upload it yet!

patches/ruby-txtdelta-apply-instructions is in rc5 already (that's
where it came from, the upstream 1.4.x branch).

Revision 649 - Directory Listing
Modified Thu Aug 24 10:31:59 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Small typo - refer to README.db4.4.gz, not README.db4.4.

Revision 647 - Directory Listing
Modified Tue Aug 22 20:55:16 2006 UTC (6 years, 9 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Prepare for 1.4.0~rc4-2 upload.
This was actually done days ago, I just forgot to commit it.

Revision 646 - Directory Listing
Modified Fri Aug 18 17:55:33 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
subversion FTBFS due to a bug in apr-util 1.2.7+dfsg-1.  Tollef fixed
it and will upload 1.2.7+dfsg-2.  So we need to build-depend on that.

Revision 645 - Directory Listing
Modified Fri Aug 18 14:57:19 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Meh.  Typo in apr-util version.

Revision 644 - Directory Listing
Modified Fri Aug 18 14:35:24 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Missed one reference to db4.3.

Revision 643 - Directory Listing
Modified Fri Aug 18 14:32:00 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
db4.4, at long last!  Build-depend on the version of apr-util that
includes db4.4, and run around updating everything else that talks
about db versions.

TODO: check that sentence in README.db4.4 which talks about the
"apparent bug in db4.4", find out if it's actually true.  Because
that's from db4.3.  Actually that also goes for the rest of the README
- the whole thing should be verified.  I'm reasonably confident that it
works for db4.3, but I have _not_ tried or researched it in db4.4.

Revision 642 - Directory Listing
Modified Wed Aug 16 14:15:14 2006 UTC (6 years, 10 months ago) by troyh
Original Path: branches/1.4.x/debian
updating changelong for experimental upload

Revision 641 - Directory Listing
Modified Wed Aug 16 04:43:40 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Uh, yeah.  I had a brain fart and forgot to use dpatch format.

Revision 640 - Directory Listing
Modified Wed Aug 16 04:36:58 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Fix the latest testsuite failure.  Found by troyh on amd64, confirmed
by maxb upstream, fixed by Kouhei upstream.  This patch will be in
1.4.0-rc5, so it won't live long in debian.

Revision 639 - Directory Listing
Modified Wed Aug 16 03:31:57 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Reenable apache module.  apache 2.2 is, at long last, in experimental.

While I was there, I rearranged the other build deps for a more logical
sequence, and removed bison as I can't see where it could possibly be
used.  (Technically we could remove 'patch' too, as it's pulled in
indirectly by build-essential, by way of dpkg-dev, but I don't like to
rely on indirect dependencies too much.)

Revision 636 - Directory Listing
Modified Fri Aug 11 08:12:32 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Prepare for upload.  Really this time.

Revision 635 - Directory Listing
Modified Fri Aug 11 01:38:02 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
In subversion-tools, downgrade 'Depends: rcs, exim4 | mail-transfer-agent'
to Recommends.  This slipped into the last commit by accident, actually.

Revision 634 - Directory Listing
Modified Fri Aug 11 01:32:53 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Switch to python-support.
- s/dh_python/dh_pysupport/ in rules
- remove the X* lines in control
- build-depend on python-support 0.4, which is not in etch, but the
  generated runtime dependency (python-support 0.3.4) _is_ in etch
- remove python-subversion.{prerm,postinst}, as the byte compiling is
  once again done automatically, in /var/lib/python-support/

Revision 633 - Directory Listing
Modified Fri Aug 11 01:30:12 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Typo fix

Revision 632 - Directory Listing
Modified Thu Aug 10 19:15:28 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Use correct version number in NEWS entry

Revision 631 - Directory Listing
Modified Thu Aug 10 19:12:01 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Merge from trunk, through r626.

Revision 630 - Directory Listing
Modified Thu Aug 10 04:18:01 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Combine duplicated conflicts/provides/replaces fields.  Doh.
Thanks, lintian.

Revision 629 - Directory Listing
Modified Mon Aug 7 13:38:05 2006 UTC (6 years, 10 months ago) by troyh
Original Path: branches/1.4.x/debian
Updating changelog for experimental upload 


Revision 628 - Directory Listing
Modified Thu Aug 3 20:42:41 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Change the version number _back_ to 1.4.0~rc4-1.
I hear rumors that this is now supported in the debian archive.

Revision 627 - Directory Listing
Modified Thu Aug 3 20:10:03 2006 UTC (6 years, 10 months ago) by troyh
Original Path: branches/1.4.x/debian
Minor tweek to rpath path so that it would apply.

Revision 622 - Directory Listing
Modified Sun Jul 23 21:05:00 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
NEWS entry talking about the automatic WC format upgrade.  This is
important particularly for users of 'experimental' to know about.

Revision 621 - Directory Listing
Modified Sun Jul 23 20:59:57 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Lintian complains about ~ in version numbers, so eliminate our use of it in the shlibs file.

Revision 620 - Directory Listing
Modified Sun Jul 23 20:02:58 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Update the patches to apply to rc4.

Revision 619 - Directory Listing
Modified Sun Jul 23 06:14:13 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
On branches/1.4.x: merge from trunk, through r618.

Revision 618 - Directory Listing
Modified Sat Jul 22 23:21:55 2006 UTC (6 years, 10 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Looks like 1.4.0-rc4 is official ... or soon will be.  Possibly Monday,
I'm told.

Change the version number from 1.4.0~rc4 to 1.4-rc4, since ~ is not
allowed in package versions yet.  Note that 1.4-rc4 (unlike 1.4.0-rc4)
is less than 1.4.0.

Revision 614 - Directory Listing
Modified Mon Jul 17 14:55:15 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Update the copyright file to reflect the upstream policy change of no
longer shipping the dependent libraries in the base tarball.  This
change was made in 1.4.0-rc2.

Revision 611 - Directory Listing
Modified Sat Jul 15 22:22:17 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Sigh.  rc2 becomes rc3 because of a little bug that doesn't even affect
Debian.  Note that this isn't officially released upstream yet, so
don't upload it until they do.

Revision 610 - Directory Listing
Modified Fri Jul 14 15:03:48 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Update to 1.4.0-rc2.

Like rc1, this is not officially released yet, please don't upload
until it is.

Revision 607 - Directory Listing
Modified Fri Jul 14 14:56:20 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
From upstream trunk (r20663): Limit -lz linkage to libsvn_subr;
previously, every binary would be linked to zlib.  The point is to
prevent an unnecessary 'Depends: zlib1g' in the subversion package (the
libsvn1 package still depends on it).

Revision 606 - Directory Listing
Modified Thu Jul 13 16:03:23 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Rename libsvn-javahl to libsvn-java
Rename libsvn-core-perl to libsvn-perl

libsvn-java fixes an RC bug (downgraded by the submitter, but it _is_ a
policy violation).  This seems like a good time to rename svn-core-perl
as well, which I've wanted to do for a long time -- batch up all the
renaming into a single upload, a single trip through the NEW queue.

Revision 605 - Directory Listing
Modified Thu Jul 13 14:41:28 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Oops, I didn't mean to use a .dpatch suffix there.

Revision 604 - Directory Listing
Modified Thu Jul 13 14:40:45 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
Fix Berkeley DB version detection:

In #378105 I reported that 'apu-config --libs' prints a list of
dependent libraries, where it should print nothing at all, since you
should not explicitly link to dependent libraries in Debian.  Tollef
said he'd fix it.

However, BDB version detection relies on this behavior, as it runs
'apu-config --libs', pulls out the -ldb* word, and compiles a test
program with this.  By adding 'apu-config --link-ld', which will be
-laprutil-1, that will pull in libdb4.x regardless of whether
'apu-config --libs' prints it explicitly.

Revision 603 - Directory Listing
Modified Thu Jul 13 05:30:26 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
More tweaks on the apr1 ABI thing.  It should actually build now.

Revision 602 - Directory Listing
Modified Thu Jul 13 04:52:08 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
In branches/1.4.x:
Disable libapache-svn, until apache 2.2 makes it to experimental.

Revision 601 - Directory Listing
Modified Thu Jul 13 04:21:53 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
patches/apr-abi merged over from branches/apr1.

Revision 600 - Directory Listing
Modified Thu Jul 13 01:43:59 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
apr1 transition, Part 1.  Does not work yet (does not even build yet).

- libsvn0 becomes libsvn1
- libsvn0-dev becomes libsvn-dev
- Build-Depend on libapr1, libaprutil1

Revision 599 - Directory Listing
Modified Thu Jul 13 01:20:31 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
On branches/1.4.x: Merge r596:598 from trunk

Revision 596 - Directory Listing
Modified Wed Jul 5 05:15:21 2006 UTC (6 years, 11 months ago) by peters-guest
Original Path: branches/1.4.x/debian
On branches/1.4.x: Merge through r595 from trunk

Revision 589 - Directory Listing
Modified Fri Jun 16 14:28:16 2006 UTC (7 years ago) by peters-guest
Original Path: branches/1.4.x/debian
In branches/1.4.x: Add ENABLE_APACHE macro to debian/rules.

This is in preparation for moving to apr1 / aprutil1.  (We can't do
this with apache enabled because it requires apache 2.2, which still
isn't in debian.)  I'm thinking of targetting this for experimental
soon - partly to give people new stuff to test, partly to force NEW
handling for libsvn1 / libsvn-dev.

Revision 588 - Directory Listing
Modified Fri Jun 16 09:33:24 2006 UTC (7 years ago) by peters-guest
Original Path: branches/1.4.x/debian
On branches/1.4.x: move to dpatch, as done in trunk.

Revision 585 - Directory Listing
Modified Thu Jun 15 09:40:15 2006 UTC (7 years ago) by peters-guest
Original Path: branches/1.4.x/debian
In branches/1.4.x: add build-dep on zlib1g-dev.  1.4.x uses zlib for
the new svndiff1 format/protocol.

This is not strictly needed, since zlib1g-dev is pulled in indirectly
by other things we need, such as apache2-threaded-dev, but it's good to
be explicit.

Revision 584 - Directory Listing
Modified Thu Jun 15 09:33:25 2006 UTC (7 years ago) by peters-guest
Original Path: branches/1.4.x/debian
On branches/1.4.x: merge r565:583 from trunk.

Revision 573 - Directory Listing
Modified Thu Jun 1 18:48:46 2006 UTC (7 years ago) by peters-guest
Original Path: branches/1.4.x/debian
Update to 1.4.0-rc1, released today.
I haven't verified the patches yet.

Revision 567 - Directory Listing
Modified Sun May 7 04:08:31 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: branches/1.4.x/debian
Fix rpath.patch conflict from no-extra-libs-2.patch.

Revision 566 - Directory Listing
Modified Sat May 6 08:55:59 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: branches/1.4.x/debian
Rediff patches for 1.4.x branch.
Remove several that are already present upstream.

Revision 565 - Directory Listing
Modified Sat May 6 07:40:19 2006 UTC (7 years, 1 month ago) by peters-guest
Original Path: branches/1.4.x/debian
Create a 1.4.x branch, now that upstream has done so. (:
Upstream won't be ready for release any time soon, but we can at least
get an early start.

The orig.tar.gz here is just an export of upstream svn, nothing official.

Revision 564 - Directory Listing
Modified Sat May 6 00:15:50 2006 UTC (7 years, 1 month ago) by troyh
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
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
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
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
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
Tweak this patch to match what lundblad committed upstream.

Revision 558 - Directory Listing
Modified Fri Apr 21 14:47:18 2006 UTC (7 years, 1 month ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
Fix changelog.

Revision 542 - Directory Listing
Modified Sat Apr 8 05:52:16 2006 UTC (7 years, 2 months ago) by peters-guest
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
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
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
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
Merge r534 (the 1.3.0-5 release) from branches/1.3.0 to trunk.

Revision 532 - Directory Listing
Modified Mon Mar 20 19:46:31 2006 UTC (7 years, 3 months ago) by peters-guest
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
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
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
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
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
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
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
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
New upstream - maybe.  1.3.1 is not official yet.
Please don't release this until it is.

Revision 515 - Directory Listing
Modified Tue Mar 14 22:14:40 2006 UTC (7 years, 3 months ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
all patches updated (or removed) for the new upstream release

Revision 451 - Directory Listing
Modified Mon Dec 26 17:04:43 2005 UTC (7 years, 5 months ago) by ftlerror-guest
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
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
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
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
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
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
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
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
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
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
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
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
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
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 429 - Directory Listing
Modified Fri Nov 18 21:12:17 2005 UTC (7 years, 7 months ago) by peters-guest
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
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
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
Typo.

Revision 424 - Directory Listing
Modified Sat Nov 12 06:43:47 2005 UTC (7 years, 7 months ago) by peters-guest
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
fixing typo

Revision 422 - Directory Listing
Modified Wed Nov 9 18:02:27 2005 UTC (7 years, 7 months ago) by peters-guest
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
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
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
* 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
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
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
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
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
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
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
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
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
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
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
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 403 - Directory Listing
Modified Tue Oct 18 07:37:27 2005 UTC (7 years, 8 months ago) by peters-guest
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
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
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
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
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
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
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
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
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
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
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
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
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 388 - Directory Listing
Modified Tue Sep 27 10:56:52 2005 UTC (7 years, 8 months ago) by peters-guest
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
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
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
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
* 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
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
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
* 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
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
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
/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
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
- *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
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
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
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
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
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
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
* 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
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
* 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
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
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
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
restored debian/control

Revision 351 - Directory Listing
Modified Fri Sep 2 23:42:54 2005 UTC (7 years, 9 months ago) by ftlerror-guest
* 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
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
* 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
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
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
Added debian/compat

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

Revision 344 - Directory Listing
Modified Sat Aug 20 12:11:48 2005 UTC (7 years, 10 months ago) by ftlerror-guest
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
changelog reorganization

Revision 342 - Directory Listing
Modified Sat Aug 20 10:29:50 2005 UTC (7 years, 10 months ago) by ftlerror-guest
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
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
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
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
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
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
* 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
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
  * 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
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
#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
* 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
+++ 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
+++ 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


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


Revision 325 - Directory Listing
Modified Fri Jul 15 04:42:37 2005 UTC (7 years, 11 months ago) by dwhedon
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
Update to 1.2.1.


Revision 323 - Directory Listing
Modified Sun Jun 12 22:50:51 2005 UTC (8 years ago) by dwhedon
Fix doc install command.

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

Revision 319 - Directory Listing
Modified Sun Jun 12 17:04:50 2005 UTC (8 years ago) by dwhedon
+  * 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
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
Refresh this patch for 1.2.

Revision 316 - Directory Listing
Modified Sat Jun 11 15:45:07 2005 UTC (8 years ago) by dwhedon
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
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
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 312 - Directory Listing
Modified Thu Jun 9 05:48:20 2005 UTC (8 years ago) by dwhedon
Update DEB_BUILDDIR

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

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

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

Revision 307 - Directory Listing
Modified Thu Jun 9 05:17:19 2005 UTC (8 years ago) by dwhedon
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
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
* 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
* 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
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
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
* 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
+  * 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
Remove unused patch.

Revision 297 - Directory Listing
Modified Sat Mar 19 18:18:31 2005 UTC (8 years, 3 months ago) by dwhedon
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
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
* 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
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
* 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
set urgency=high

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

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

Revision 243 - Directory Listing
Modified Sat Oct 16 20:58:28 2004 UTC (8 years, 8 months ago) by dwhedon
* 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
Adjust libswig version in debian/rules to match the Build-Depends in
debian/control .

Revision 237 - Directory Listing
Modified Sat Oct 16 03:14:04 2004 UTC (8 years, 8 months ago) by dwhedon
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
+  * 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
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
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
 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
* 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
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
* 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
* 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
update

Revision 210 - Directory Listing
Modified Thu Sep 2 05:07:29 2004 UTC (8 years, 9 months ago) by dwhedon
  * 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
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
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
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
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
* 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
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
testsuite passed on powerpc

Revision 198 - Directory Listing
Modified Tue Aug 3 21:37:02 2004 UTC (8 years, 10 months ago) by dwhedon
* 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
* 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
* 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
* 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 193 - Directory Listing
Modified Mon Aug 2 20:11:59 2004 UTC (8 years, 10 months ago) by dwhedon
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
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
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
Really fix libsvn_swig_perl-1.so linking.

Revision 188 - Directory Listing
Modified Fri Jul 30 04:47:12 2004 UTC (8 years, 10 months ago) by dwhedon
* 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
* 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
* 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
* 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
clarify the meaning of this file

Revision 164 - Directory Listing
Modified Thu Jun 10 20:40:04 2004 UTC (9 years ago) by dwhedon
prepare 1.0.5

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

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

Revision 149 - Directory Listing
Modified Sat May 1 12:09:32 2004 UTC (9 years, 1 month ago) by dwhedon
+  * 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* debian/rules : Fix python interpreter in svnshell. (closes: #245573)

Revision 121 - Directory Listing
Modified Wed Apr 21 18:47:03 2004 UTC (9 years, 1 month ago) by dwhedon
* 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, 1 month ago) by dwhedon
* 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
* 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
- 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
- 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
* 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
* 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
Sign .dsc and .changes.

Revision 112 - Directory Listing
Modified Thu Apr 8 04:29:45 2004 UTC (9 years, 2 months ago) by dwhedon
+  * 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
+  * 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
- 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
- enable testsuite on powerpc

Revision 106 - Directory Listing
Modified Fri Apr 2 18:41:48 2004 UTC (9 years, 2 months ago) by dwhedon
+  * 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
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
+  * Increase swig build dependancy to 1.3.21-2 so we get a working
+    dependancy.

Revision 102 - Directory Listing
Modified Sun Mar 14 13:42:22 2004 UTC (9 years, 3 months ago) by dwhedon
+  * 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
- 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
+  * 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
* 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
+  * 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
- 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
* 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
+  * 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
+  * 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
* 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
* 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
* 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
* 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
+  * 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
+  * 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
+  * 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
+  * 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
+  * 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
* 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
* 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
+  * 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
* 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 76 - Directory Listing
Modified Mon Feb 23 19:21:59 2004 UTC (9 years, 3 months ago) by dwhedon
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
- 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
- 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
- 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
- fixup perl bindings build

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

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

Revision 69 - Directory Listing
Modified Sat Feb 21 21:56:11 2004 UTC (9 years, 3 months ago) by dwhedon
- 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, 3 months ago) by dwhedon
* debian/patches/series : Remove perl-bindings patch.

Revision 67 - Directory Listing
Modified Sat Feb 21 11:16:11 2004 UTC (9 years, 3 months ago) by dwhedon
* 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, 3 months ago) by dwhedon
* debian/rules : Testssuite passed on powerpc, disable it.

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

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

Revision 63 - Directory Listing
Modified Sat Feb 21 09:19:05 2004 UTC (9 years, 3 months ago) by dwhedon
- 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, 3 months ago) by dwhedon
Bug 232945 is fixed in this upstream version.

Revision 61 - Directory Listing
Modified Sat Feb 21 08:36:19 2004 UTC (9 years, 3 months ago) by dwhedon
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, 3 months ago) by dwhedon
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, 3 months ago) by dwhedon
* debian/patches/series : Remove trailing space.

Revision 58 - Directory Listing
Modified Sat Feb 21 08:13:38 2004 UTC (9 years, 3 months ago) by dwhedon
* 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
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
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
+  * 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
* 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
* 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
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
+  * 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
* 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
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
always more TODO

Revision 47 - Directory Listing
Modified Tue Feb 10 22:00:23 2004 UTC (9 years, 4 months ago) by dwhedon
* 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
+  * 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
+  * 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
* 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
+  * 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
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
* 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
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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* debian/rules : Add forgotten '\'.

Revision 14 - Directory Listing
Modified Mon Jan 26 19:09:22 2004 UTC (9 years, 4 months ago) by dwhedon
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* trunk/debian/ : Import current (unreleased) 0.36.0-1 debian/ subdir.

  ViewVC Help
Powered by ViewVC 1.1.5