~ubuntu-branches/debian/stretch/kdesvn/stretch

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2005-12-19 21:47:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051219214739-9w63kn8qsyqcr0uh
Tags: 0.7.1-1
* New upstream release.
* Tightened build dependency on kdelibs4-dev because of the C++ allocator
  change.
* Tightened build dependency on libsvn0-dev as kdesvn now requires subversion
  1.2 or higher.
* Split up package into core application kdesvn and KIO plugin package
  kdesvn-kio-plugins.
* Updated menu icon.
* Use Debian libtool and regenerate the autotools files. Closes: #343952
  + Add build dependencies to automake1.9, autoconf and libtool.
  + Patch makefile_am.diff from Aurelien Jarno <aurel32@debian.org> adds
    missing libraries needed for linking. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Note for failed linking
 
2
=======================
 
3
Seems that on some systems linking fails due missing references. You may
 
4
solve it with
 
5
 
 
6
. /etc/profile.d/qt.sh
 
7
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 
8
 
 
9
before running configure.
 
10
 
 
11
 
 
12
Note for release 0.7.x
 
13
======================
 
14
 
 
15
Kdesvn has now its own KIO. That may conflict with that one from kdesdk.
 
16
Thats why it has the protocols in dual version:
 
17
 
 
18
ksvn+http   - svn+http
 
19
ksvn+https  - svn+https
 
20
 
 
21
and so on.
 
22
RPM packages may split them into various parts (see kdesvn.spec for details).
 
23
the same must done for debian packages or other managers.
 
24
 
1
25
Note for release 0.5.0
2
26
======================
3
27