Log of /branches
Directory Listing
Revision
467 -
Directory Listing
Modified
Tue Jan 3 09:39:41 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Looking at the previous commit, I have no idea why we do
'make revision-install', so I'm deleting it.
It appears to be cruft originally copied from upstream rpm packaging.
It generates /usr/include/subversion-1/svn-revision.txt which tells you
which upstream repository revision you just built. But... it _only_
works if you build straight from an upstream checkout - which of course
we never do.
Revision
466 -
Directory Listing
Modified
Tue Jan 3 09:13:12 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Cleanup to debian/rules:
* Move stuff around - the 'install' target had started to look
horrible. So I moved some stuff up to the 'build' target, and moved
all the tests to the bottom of 'install'. (I tried to run the tests
before 'make install', but it was a PITA to tell them where to find
the binaries they are supposed to test.)
* Stop using /usr/bin/time for the testsuite. This allows us to drop
the build-dep on 'time'.
* Drop use of LD_PRELOAD - this seems to have been a workaround for
woody's version of fakeroot.
* Remove some very strange "" on the SVN_LD_LIBRARY_PATH lines.
I have no idea what was going on there.
Revision
465 -
Directory Listing
Modified
Tue Jan 3 08:36:50 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Always invoke Makefile.PL with "INSTALLDIRS=vendor".
By doing this we no longer have to invoke Makefile.PL directly in
debian/rules, which allows a bit of other cleanup.
Revision
464 -
Directory Listing
Modified
Tue Jan 3 08:31:20 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Disable java on kfreebsd-i386.
Revision
463 -
Directory Listing
Modified
Mon Jan 2 23:51:37 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Initial packaging of ruby bindings. It seems to build, but I haven't
tested it or enabled the testsuite or anything like that.
Also remove a lot of "Homepage: s.tigris.org" from control, I think
mentioning it in one package ('subversion' itself) is enough.
Revision
462 -
Directory Listing
Modified
Mon Jan 2 23:10:37 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Remove a bit of cruft. This functionality has moved to rpath.patch.
Revision
461 -
Directory Listing
Modified
Mon Jan 2 11:48:09 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Clarify note about swig 1.3.27, since it seems we *will* have to
regenerate the swig stuff. (At least I can't yet figure out a
convenient way to avoid this - we need to run autogen.sh to rebuild
'configure' from our patched sources, and that seems to trigger a
rebuild of the swig bits as well. I am still investigating.)
Revision
460 -
Directory Listing
Modified
Mon Jan 2 06:48:52 2006 UTC
(7 years, 4 months ago)
by
peters-guest
s/neon24/neon25/.
Upstream now supports neon25, even shipping 0.25.4 in the tarball.
We don't use the tarball copy, but we may as well use 0.25.4 too.
Among other things, it reportedly fixes a bug with hitting ^C in
the middle of a transaction, or something.
Revision
459 -
Directory Listing
Modified
Sun Jan 1 14:32:44 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Stop misuse of debhelper -A/-a. Those flags should never be used -
instead, use '-i -s' or '-s'. The debhelper manpage is IMHO wrong
in claiming that -s is only for "rare circumstances" - in my opinion it
should *always* be used in place of -a.
This would have prevented the bug that required the 1.2.3dfsg1-2
release: the bug in 1.2.3dfsg1-1 was due to my incorrect belief that
debhelper -a honored the "Architecture:" field. It does not.
Revision
458 -
Directory Listing
Modified
Sun Jan 1 13:47:29 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Rename s/1-3-27/1.3.27/ for consistency with "swig-1.3.27-hack.patch".
Revision
457 -
Directory Listing
Modified
Sun Jan 1 13:43:41 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Merge the rest of the 1.2.3 stuff from trunk into branches/1.3.x.
Rediff the patches.
Revision
456 -
Directory Listing
Modified
Sun Jan 1 12:45:03 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Some bits from my tree, added before merging fatalerror's stuff from trunk:
- ruby-swig-1-3-27.patch: unofficial patch from upstream to support
building with swig 1.3.27, which is what sid has. This should
actually not be needed, so long as we do *not* rebuild the swig bits
that are shipped in the tarball. But just in case....
- svnserve-pidfile.unused: note the .unused, it means the patch system
will ignore it. Another one stolen from upstream, I just happened to
notice it and think we'll want to ship it in the future, along with a
/etc/init.d/subversion and /etc/default/subversion.
Revision
455 -
Directory Listing
Modified
Sun Jan 1 11:17:09 2006 UTC
(7 years, 4 months ago)
by
peters-guest
Official 1.3.0 tarball. Should be released to the public Real Soon
Now. Meaning it was really supposed to go out a couple days ago. (:
(Note, this is the *second* "official" 1.3.0. The first was screwed
up in a trivial way so David rerolled it.)
Revision
450 -
Directory Listing
Modified
Thu Dec 22 12:22:19 2005 UTC
(7 years, 4 months ago)
by
peters-guest
1.3.0-rc7. It is unclear whether rc8 will be needed -
best guess right now is no. Final 1.3.0 is expected in a week.
Revision
449 -
Directory Listing
Modified
Fri Dec 16 22:57:48 2005 UTC
(7 years, 5 months ago)
by
peters-guest
Update to 1.3.0-rc6. This one seems very likely to be 1.3.0 final, in
a couple more weeks.
Revision
440 -
Directory Listing
Modified
Sat Dec 3 13:01:58 2005 UTC
(7 years, 5 months ago)
by
peters-guest
Merge from trunk.
I think the swig 1.3.27 hack is unnecessary in 1.3.x, so I skipped it.
Revision
438 -
Directory Listing
Modified
Sat Dec 3 12:49:10 2005 UTC
(7 years, 5 months ago)
by
peters-guest
Rediff all patches against 1.3.0-rc4. l10n-segfault was applied upstream,
commit-email-warning was fixed upstream a different (useless) way.
Rename no_extra_libs to no-extra-libs for consistency.
I haven't actually tested all these changes. They apply cleanly and
they look OK to me, but I haven't even tried to compile this.
Revision
432 -
Directory Listing
Modified
Tue Nov 22 23:15:25 2005 UTC
(7 years, 5 months ago)
by
peters-guest
s/rc3/rc4/.
1.3.0-rc3 only lasted a few hours before being regenerated as rc4 to
fix a build problem on some platforms.
Revision
430 -
Directory Listing
Modified
Tue Nov 22 05:24:47 2005 UTC
(7 years, 5 months ago)
by
peters-guest
s/rc2/rc3/.
This tarball includes the neon and apr libraries, but I'm not going to
bother repacking it, since there is not a DFSG reason to do so (the
Subversion Book is not included).
Revision
427 -
Directory Listing
Modified
Sat Nov 12 08:56:49 2005 UTC
(7 years, 6 months ago)
by
peters-guest
Create a branch for subversion 1.3.0-rc2, released a week or two ago.
Revision
414 -
Directory Listing
Modified
Wed Oct 19 21:26:55 2005 UTC
(7 years, 7 months ago)
by
peters-guest
Merge branches/1.2.3dfsg1-2 back to trunk, delete branch (it served its purpose).
Revision
412 -
Directory Listing
Modified
Wed Oct 19 09:45:41 2005 UTC
(7 years, 7 months ago)
by
peters-guest
Use debian/rules instead of debian/control to control whether or not to
build the java package. Approach suggested by vorlon, naturally.
debhelper -Nlibsvn-javahl overrides the Architecture: field.
(This is needed because we misused debhelper in rules - you should
always use -s rather than -a, and -s -i rather than -A, but we didn't
notice that.)
The advantages of the current approach:
- control doesn't need a long list of architectures just so it can
exclude a short list
- no need to duplicate the include/exclude list between both files
(it is already needed in rules)
Disadvantage:
- dpkg-buildpackage warns about the missing package - harmless warning.
Revision
411 -
Directory Listing
Modified
Wed Oct 19 09:26:47 2005 UTC
(7 years, 7 months ago)
by
peters-guest
Emergency branch for FTBFS in 1.2.3dfsg1-1.
Revision
391 -
Directory Listing
Modified
Thu Sep 29 06:34:53 2005 UTC
(7 years, 7 months ago)
by
peters-guest
Delete the unpacked-tar branch since it has been merged back to trunk.
Revision
378 -
Directory Listing
Modified
Sat Sep 10 18:27:50 2005 UTC
(7 years, 8 months ago)
by
ftlerror-guest
Remove 1.0.0-1sarge branch, as we already have 1.1.4 in stable
Revision
377 -
Directory Listing
Modified
Fri Sep 9 18:04:15 2005 UTC
(7 years, 8 months ago)
by
peters-guest
In the confusion of . vs. $(DEB_BUILDDIR), missed chmodding 3 perl scripts.
Also take the opportunity to clean up a bit of duplicated code.
Revision
376 -
Directory Listing
Modified
Fri Sep 9 17:23:02 2005 UTC
(7 years, 8 months ago)
by
peters-guest
No real need for the extra subdir {destdir}/svn-exported, since we're
already checking to see that the destination dir does not exist.
So now just unpack directly into {destdir}.
Also, remove this script from the exported directory. We don't want
svn-export to end up in the package diff.gz!
Revision
375 -
Directory Listing
Modified
Fri Sep 9 08:49:26 2005 UTC
(7 years, 8 months ago)
by
peters-guest
One more sanity check.
Don't try to export to a directory that already exists.
Revision
374 -
Directory Listing
Modified
Fri Sep 9 08:03:35 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Simple usage sanity check.
Subversion gets very confused by 'svn export . foo'. It must try to
recurse, or something, even though 'foo' is not under version control.
Revision
373 -
Directory Listing
Modified
Fri Sep 9 07:57:57 2005 UTC
(7 years, 8 months ago)
by
peters-guest
New script 'svn-export'. Usage:
./svn-export ../my-build/dir-somewhere
cd ../my-build/dir-somewhere
debuild [...]
Must be run from the root of the package repo (i.e., .../trunk).
Also requires having an upstream tarball with the correct name to match
what dpkg-source will expect.
Revision
372 -
Directory Listing
Modified
Fri Sep 9 07:19:27 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Remove some $(DEB_BUILDDIR) from installation paths,
since this is no longer where the unpacked source lives.
I seem to have caught them all, but didn't double-check. It builds.
Revision
371 -
Directory Listing
Modified
Fri Sep 9 06:50:58 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Pass both DEB_SRCDIR and DEB_BUILDDIR into debian/tools/Makefile.
It needs both, now that they aren't the same.
Revision
370 -
Directory Listing
Modified
Fri Sep 9 06:22:45 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Preliminary steps for unpacked-tar in debian/rules:
Build in BUILD/, remove on clean, also remove autogen.sh files.
(Yes, this causes dpkg-source to warn. Harmless warning.
And I don't know a better way to keep the generated files out of the diff.gz.)
I should mention that this is a development branch and is not
particularly expected to work correctly.
Revision
369 -
Directory Listing
Modified
Fri Sep 9 05:13:40 2005 UTC
(7 years, 8 months ago)
by
peters-guest
Create branch to work on eliminating the tarball-in-tarball.
Revision
300 -
Directory Listing
Modified
Sun Mar 20 04:14:11 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Remove 1.1.x branch as 1.1.x is now on trunk.
Revision
296 -
Directory Listing
Modified
Sat Feb 26 04:27:30 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Add -O2 to CFLAGS.
Revision
295 -
Directory Listing
Modified
Sun Feb 20 23:47:25 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Fix doc url.
Revision
294 -
Directory Listing
Modified
Sun Feb 20 23:45:51 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Remove old upgrade notes.
Revision
293 -
Directory Listing
Modified
Sun Feb 20 23:24:39 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Update swig build dep to >= 1.3.24.
Revision
292 -
Directory Listing
Modified
Sun Feb 20 19:50:04 2005 UTC
(8 years, 2 months ago)
by
dwhedon
Patche thanks to Torsten Landschoff <torsten@debian.org>
* Support swig 1.3.23. (closes: #295452)
Revision
291 -
Directory Listing
Modified
Sun Feb 20 19:47:23 2005 UTC
(8 years, 2 months ago)
by
dwhedon
* Let cdbs handle updating config.{sub|guess}.
Revision
290 -
Directory Listing
Modified
Wed Jan 19 03:32:23 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/control.m4 : Tighten libsvn0's conflict on old perl
bindings.
Revision
289 -
Directory Listing
Modified
Mon Jan 17 07:04:33 2005 UTC
(8 years, 4 months ago)
by
dwhedon
Update offsets to 1.1.3, make all patches -p0 format.
Revision
288 -
Directory Listing
Modified
Mon Jan 17 06:24:56 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/rules : Fix the way the book build is prevented.
Revision
287 -
Directory Listing
Modified
Mon Jan 17 05:53:20 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/test.sh : New file.
Revision
286 -
Directory Listing
Modified
Mon Jan 17 05:30:55 2005 UTC
(8 years, 4 months ago)
by
dwhedon
The book isn't being built properly, just ship the version provided in
the tarball.
* debian/rules : Inhibit building of the book.
* debian/control.m4 : Remove build dependencies required by the book build.
Revision
285 -
Directory Listing
Modified
Mon Jan 17 05:02:18 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/dav_svn.conf : Be more explicit about what the default
apache module configuration allows. Default to a read-only
repository for non-anonymous users. (closes: #277303)
Revision
284 -
Directory Listing
Modified
Mon Jan 17 02:32:53 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/control.m4 : Prefix URL with 'Homepage: ' and add it to all
package long descriptions.
Revision
283 -
Directory Listing
Modified
Mon Jan 17 02:25:22 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/control.m4 : Don't start description synopses with a capital
letter (as suggested by the Developer's Reference).
Revision
282 -
Directory Listing
Modified
Mon Jan 17 00:29:19 2005 UTC
(8 years, 4 months ago)
by
dwhedon
Allow the build to use a 1.3.22 swig version since the Debian
version is patched to include the necessary runtime libraries.
* debian/patches/series : Add swig-version.patch.
* debian/patches/swig-version.patch : New file.
Revision
281 -
Directory Listing
Modified
Mon Jan 17 00:02:50 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/control.m4 : Make libsvn0 conflict with libsvn-core-perl (= 1.0.9)
(closes: #290807)
Revision
280 -
Directory Listing
Modified
Sun Jan 16 19:55:34 2005 UTC
(8 years, 4 months ago)
by
dwhedon
- remove r12102.patch as it is integrated in this upstream release.
Revision
279 -
Directory Listing
Modified
Sat Jan 15 22:17:32 2005 UTC
(8 years, 4 months ago)
by
dwhedon
* debian/changelog : Note more bugs that can be closed.
Revision
278 -
Directory Listing
Modified
Sat Jan 15 22:07:46 2005 UTC
(8 years, 4 months ago)
by
dwhedon
Update to upstream 1.1.3.
Revision
277 -
Directory Listing
Modified
Mon Dec 13 02:41:38 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/subversion.doc-base.book : Fix path to book.
Revision
276 -
Directory Listing
Modified
Sat Dec 11 18:14:26 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/rpath.patch : Fix this patch so the commands actually work.
Revision
275 -
Directory Listing
Modified
Sat Dec 11 06:46:00 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/build.sh : Disable log generation, debuild is apparently
generating a nice build log.
Revision
274 -
Directory Listing
Modified
Sat Dec 11 06:44:51 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/rules : Disable java bindings until I get a chance to actually
test them.
Revision
273 -
Directory Listing
Modified
Sat Dec 11 06:17:26 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/r11771.patch : New file.
* debian/patches/series : Add r11711.patch.
Revision
272 -
Directory Listing
Modified
Sat Dec 11 05:42:05 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Be more specific about the protocol that the
apache modules use.
Revision
271 -
Directory Listing
Modified
Sat Dec 11 05:22:57 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : Fix formatting.
Revision
270 -
Directory Listing
Modified
Sat Dec 11 05:16:52 2004 UTC
(8 years, 5 months ago)
by
dwhedon
Add patch that fixes Bug#275545.
* debian/patches/r12102.patch : New file.
* debian/patches/series : Add r12102.patch.
-This line, and those below, will be ignored--
A debian/patches/r12102.patch
M debian/patches/series
M debian/changelog
Revision
269 -
Directory Listing
Modified
Sat Dec 11 05:05:51 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/changelog : Set the distribution for this upload to
'unstable'.
Revision
268 -
Directory Listing
Modified
Sat Dec 11 04:52:45 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.m4 : The 'python2.3-subversion' package now
Conflict/Replace's the 'python2.1-subversion' package.
Revision
267 -
Directory Listing
Modified
Sat Dec 11 04:42:58 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/rules : Comment cleanup.
Revision
266 -
Directory Listing
Modified
Sat Dec 11 04:36:47 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/rules : Remove logic that supports building subversion 1.0
packages. There is no reason to be building 1.0 packages.
Revision
265 -
Directory Listing
Modified
Sat Dec 11 04:05:49 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/rpath.patch : Update pathch so now we will not have
rpath in the perl binding libraries.
Revision
264 -
Directory Listing
Modified
Fri Dec 10 06:34:40 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/rpath.patch : Remove rpath from the swig libraries.
Revision
263 -
Directory Listing
Modified
Fri Dec 10 06:18:25 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/rpath.patch : Fix apache module link. Now we don't
have rpath in apache modules either.
Revision
262 -
Directory Listing
Modified
Fri Dec 10 04:22:09 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/rules : Be more specific about what we think is the subversion
tarball. The previous regex was matching an extracted tarball as
well as the tarball. The resulting breakage was not obvious.
Revision
261 -
Directory Listing
Modified
Fri Dec 10 04:14:05 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/patches/series : Enable rpath.patch.
* debian/patches/rpath.patch : Update this to subversion 1.1.
Revision
260 -
Directory Listing
Modified
Mon Dec 6 03:52:54 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.in : Renamed to debian/control.m4
* debian/control.m4 : Use 'm4' to generate debian/control rather than
'sed'. Make it possible to include or exclude the libsvn-javahl package
based on the 'JAVAHL' variable.
* debian/rules : Create debian/control with m4.
(ENABLE_JAVAHL) : New variable.
Revision
259 -
Directory Listing
Modified
Sun Dec 5 18:49:47 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.in : Tighten libsvn-javahl dependency on libsvn0 to
(= ${Source-Version}).
Revision
258 -
Directory Listing
Modified
Sun Dec 5 18:42:36 2004 UTC
(8 years, 5 months ago)
by
dwhedon
* debian/control.in : Add build depends on kaffe, kaffe-dev. Add
libsvn-javahl package.
* debian/patches/series : Add two patches.
* debian/patches/kaffe.patch, debian/patches/kaffe-cast.patch : New files.
* debian/rules : Pass configure arguments for java build, build java
package.
Revision
255 -
Directory Listing
Modified
Sun Nov 7 00:53:19 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/changelog: note that this closes 272000
Revision
253 -
Directory Listing
Modified
Sun Nov 7 00:44:18 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.in : Create libsvn-core-perl dependency on libsvn0
via the shlibs file so the version is taken into
account. (closes: #279439)
Revision
252 -
Directory Listing
Modified
Sat Nov 6 23:47:12 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/control.in : Mention 'dav' in the description of
libapache2-svn so the package is easier to find. (closes: #277302)
Revision
251 -
Directory Listing
Modified
Sat Nov 6 23:42:08 2004 UTC
(8 years, 6 months ago)
by
dwhedon
* debian/rules: Fix hard-coded swig version.
Revision
250 -
Directory Listing
Modified
Sat Oct 30 15:07:57 2004 UTC
(8 years, 6 months ago)
by
dwhedon
update to upstream 1.1.1
Revision
241 -
Directory Listing
Modified
Sat Oct 16 04:38:17 2004 UTC
(8 years, 7 months ago)
by
dwhedon
enable powerpc testsuite
Revision
240 -
Directory Listing
Modified
Sat Oct 16 04:36:54 2004 UTC
(8 years, 7 months ago)
by
dwhedon
merge r236 from trunk
Revision
233 -
Directory Listing
Modified
Sat Oct 9 03:24:51 2004 UTC
(8 years, 7 months ago)
by
dwhedon
merge r229 to 1.1 branch
Revision
232 -
Directory Listing
Modified
Sat Oct 9 03:12:50 2004 UTC
(8 years, 7 months ago)
by
dwhedon
Update tarball to 1.1.0.
Move subversion-1.1.0-rc4.tar.gz to subversion-1.1.0.tar.gz
Revision
231 -
Directory Listing
Modified
Wed Sep 29 02:18:48 2004 UTC
(8 years, 7 months ago)
by
dwhedon
Increase debhelper build dependency to 4.1.25
Revision
226 -
Directory Listing
Modified
Sat Sep 25 17:15:42 2004 UTC
(8 years, 7 months ago)
by
dwhedon
prepare for 1.0.8+1.1.0rc4-1
Revision
225 -
Directory Listing
Modified
Sat Sep 25 03:46:29 2004 UTC
(8 years, 7 months ago)
by
dwhedon
update to 1.1.0-rc4
Revision
223 -
Directory Listing
Modified
Mon Sep 20 01:49:34 2004 UTC
(8 years, 8 months ago)
by
dwhedon
remove 1.0.6 tarball from 1.1.x branch
Revision
222 -
Directory Listing
Modified
Sat Sep 11 18:25:42 2004 UTC
(8 years, 8 months ago)
by
dwhedon
* debian/changelog : Target experimental.
Revision
221 -
Directory Listing
Modified
Sat Sep 11 16:53:57 2004 UTC
(8 years, 8 months ago)
by
dwhedon
* debian/patches/series : disable rpath.patch
Revision
220 -
Directory Listing
Modified
Sat Sep 11 16:52:05 2004 UTC
(8 years, 8 months ago)
by
dwhedon
* debian/build.sh : accept different directory and tarball names
Revision
219 -
Directory Listing
Modified
Sat Sep 11 16:29:54 2004 UTC
(8 years, 8 months ago)
by
dwhedon
update this patch to 1.1.0-rc2
Revision
218 -
Directory Listing
Modified
Sat Sep 11 16:16:51 2004 UTC
(8 years, 8 months ago)
by
dwhedon
update upstream tarball
Revision
217 -
Directory Listing
Modified
Sat Sep 11 16:07:26 2004 UTC
(8 years, 8 months ago)
by
dwhedon
* debian/changelog : Mangle the version number so this package
is after 1.0.6* and before the real 1.1.0.
Revision
216 -
Directory Listing
Modified
Fri Sep 10 04:04:40 2004 UTC
(8 years, 8 months ago)
by
dwhedon
create 1.1.x branch from current trunk
Revision
215 -
Directory Listing
Modified
Fri Sep 10 04:03:30 2004 UTC
(8 years, 8 months ago)
by
dwhedon
remove 1.1 branch
Revision
214 -
Directory Listing
Modified
Fri Sep 10 04:01:58 2004 UTC
(8 years, 8 months ago)
by
dwhedon
update 1.1 branch
Revision
185 -
Directory Listing
Modified
Sun Jun 27 09:41:27 2004 UTC
(8 years, 10 months ago)
by
dwhedon
create 1.1 branch
Revision
184 -
Directory Listing
Modified
Sun Jun 27 09:40:45 2004 UTC
(8 years, 10 months ago)
by
dwhedon
remove 1.1 branch
Revision
183 -
Directory Listing
Modified
Sun Jun 27 09:36:10 2004 UTC
(8 years, 10 months ago)
by
dwhedon
create 1.1 branch
Revision
182 -
Directory Listing
Modified
Sun Jun 27 09:35:23 2004 UTC
(8 years, 10 months ago)
by
dwhedon
create 1.1 branch
Revision
180 -
Directory Listing
Modified
Sat Jun 19 16:58:39 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/build.sh : Do not always include upstream source archive.
Revision
177 -
Directory Listing
Modified
Sat Jun 19 15:54:04 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/patches/rpath.patch : Add this patch, which is part of
the current unstable source package. This fixes a libtool-related
build failure.
* debian/patches/series : Add rpath.patch.
Revision
176 -
Directory Listing
Modified
Sat Jun 19 15:51:06 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/rules : Define LD_LIBRARY_PATH and point the linker to
the build dir.
Revision
175 -
Directory Listing
Modified
Mon Jun 14 21:20:04 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/changelog : Redirect this package to testing-proposed-updates.
Revision
174 -
Directory Listing
Modified
Sun Jun 13 20:27:51 2004 UTC
(8 years, 11 months ago)
by
dwhedon
remove rpath.patch
Revision
172 -
Directory Listing
Modified
Sun Jun 13 19:09:52 2004 UTC
(8 years, 11 months ago)
by
dwhedon
- set urgency to high since this is a security fix
Revision
171 -
Directory Listing
Modified
Sun Jun 13 19:08:08 2004 UTC
(8 years, 11 months ago)
by
dwhedon
Fix CAN-2004-0413: Subversion svn:// protocol string parsing error.
Revision
170 -
Directory Listing
Modified
Sun Jun 13 19:06:46 2004 UTC
(8 years, 11 months ago)
by
dwhedon
- revert unnecessary changes to debian/rules. This change was done as part
of my effort to port libtool fixes forward to sarge. It turns out that
the changes I am removing here are not necessary.
Revision
169 -
Directory Listing
Modified
Sun Jun 13 18:58:06 2004 UTC
(8 years, 11 months ago)
by
dwhedon
Add changes that made up 1.0.0-1sarge1
Revision
161 -
Directory Listing
Modified
Mon May 24 15:35:07 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/control.in : change build dependancy from 'swig (>=1.3.21)' to
'swig1.3' so the package can be built on testing. Building with the
swig in testing will work. The only problem is that the shlibs file will
be incorrect so that when the new swig moves into testing subversion
will break. This problem has been fixed in the swig in unstable.
* debian/changelog : Note this change.
Revision
160 -
Directory Listing
Modified
Mon May 24 15:26:12 2004 UTC
(8 years, 11 months ago)
by
dwhedon
* debian/patches/svn-1.0.0-CAN-2004-0397.patch : New file. Fix
remote vulerability.
* debian/patches/series : Add svn-1.0.0-CAN-2004-0397.patch to list
of applied patches.
* debian/changelog : Note this change.
Revision
158 -
Directory Listing
Modified
Mon May 24 15:04:06 2004 UTC
(8 years, 11 months ago)
by
dwhedon
Create branch for security fix to sarge.
Revision
157 -
Directory Listing
Added
Mon May 24 14:56:26 2004 UTC
(8 years, 11 months ago)
by
dwhedon
make branches/ directory.