/[pkg-subversion]/tags/1.0.1-3
ViewVC logotype

Log of /tags/1.0.1-3

View Directory Listing Directory Listing


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

Revision 124 - Directory Listing
Modified Thu Apr 22 17:05:03 2004 UTC (9 years, 1 month ago) by dwhedon
Copied from: trunk revision 113
make 1.0.1-3 tag.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ViewVC Help
Powered by ViewVC 1.1.5