Revision
407 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 18 10:31:37 2005 UTC
(7 years, 7 months ago)
by
peters-guest
File length: 379 byte(s)
Diff to
previous 387
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
387 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Tue Sep 27 10:54:11 2005 UTC
(7 years, 7 months ago)
by
peters-guest
File length: 44 byte(s)
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.