]> matita.cs.unibo.it Git - helm.git/commitdiff
- debian release 0.0.6-3
authorStefano Zacchiroli <zack@upsilon.cc>
Tue, 21 Oct 2003 12:49:30 +0000 (12:49 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Tue, 21 Oct 2003 12:49:30 +0000 (12:49 +0000)
- use .o objects from .libs directory so that they are PIC
  (fix build failure on hppa)

helm/DEVEL/gdome_xslt/debian/changelog
helm/DEVEL/gdome_xslt/debian/control
helm/DEVEL/gdome_xslt/ocaml/gdome_xslt/Makefile.am

index c7363700834a67e9e05f850bb4cb0a7230284cc2..f994ba52fbdf6fa896e06e58e24f5e4db65cc0c4 100644 (file)
@@ -1,3 +1,13 @@
+gdome2-xslt (0.0.6-3) unstable; urgency=high
+
+  * ocaml/gdome_xslt/Makefile.am
+    - use .o PIC objects from .libs directory
+      (should fix build failure on hppa)
+  * debian/control
+    - versione build dep on findlib to >= 0.8-5
+
+ -- Stefano Zacchiroli <zack@debian.org>  Tue, 21 Oct 2003 14:43:09 +0200
+
 gdome2-xslt (0.0.6-2) unstable; urgency=low
 
   * Rebuilt against gmetadom 0.2.1, gdome2 0.8.1 (should link against glib2)
index f26c1c9f6977afa24e32d6efa3859e1dbea9239b..1b98991f7bd388f10b0eb695c21f2cac90e59a3e 100644 (file)
@@ -2,7 +2,7 @@ Source: gdome2-xslt
 Section: devel
 Priority: optional
 Maintainer: Stefano Zacchiroli <zack@debian.org>
-Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib, libgdome2-ocaml-dev (>= 0.2.1), libgdome2-dev (>= 0.8.1), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.2.1), pkg-config
+Build-Depends: debhelper (>> 4.0.0), ocaml-3.07, ocaml-findlib (>= 0.8-5), libgdome2-ocaml-dev (>= 0.2.1), libgdome2-dev (>= 0.8.1), libxslt1-dev, libgdome2-cpp-smart-dev (>= 0.2.1), pkg-config
 Standards-Version: 3.5.10
 
 Package: libgdome2-xslt0
index 21e3954b84be0f8dd30ee88d5d902fe4d1d18472..6fa7a7f96edf34297d28faf6422e5370fbee68de 100644 (file)
@@ -37,7 +37,7 @@ noinst_LTLIBRARIES = libmlgdome2-xslt.la
 C_SRC = ml_gdome_xslt.c x_gdome_xslt.c 
 libmlgdome2_xslt_la_SOURCES = $(C_SRC)
 
-O_S = $(C_SRC:%.c=%.o)
+O_S = $(C_SRC:%.c=.libs/%.o)
 LO_S = $(O_S:%.o=%.lo)
 CMA_DEPS = i_gdome_xslt.cmo gdome_xslt.cmo
 CMXA_DEPS = $(CMA_DEPS:%.cmo=%.cmx)