ltsmin: install the library

Fixes #94.

* iface/ltsmin/Makefile.am: Install libspotltsmin.
* debian/libspotltlsmin0.install: New file.
* debian/control (libspotltlsmin0): New package.
* debian/libspot-dev.install: Add the linspotltlsmin0.so symlink.
This commit is contained in:
Alexandre Duret-Lutz 2015-07-06 19:49:36 +02:00
parent 7eb631dd3c
commit 039b7bae14
4 changed files with 13 additions and 2 deletions

11
debian/control vendored
View file

@ -30,7 +30,7 @@ Package: libspot-dev
Architecture: any Architecture: any
Section: libdevel Section: libdevel
Suggests: spot-doc Suggests: spot-doc
Depends: libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~), ${misc:Depends} Depends: libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~), libspotltsmin0 (>= ${source:Version}) , libspotltsmin0 (<< ${source:Version}), ${misc:Depends}
Description: headers for the Spot model checking library Description: headers for the Spot model checking library
C++ headers for the Spot library. C++ headers for the Spot library.
@ -51,6 +51,15 @@ Depends: spot (>= ${source:Version}), spot (<< ${source:Version}.1~), ${misc:Dep
Description: headers for the Spot model checking library Description: headers for the Spot model checking library
C++ headers for the Spot library. C++ headers for the Spot library.
Package: libspotltsmin0
Architecture: any
Section: science
Recommends: graphviz
Suggests: libspot-dev
Depends: ${shlibs:Depends}, ${misc:Depends}, libspot0 (>= ${source:Version}), libspot0 (<< ${source:Version}.1~)
Description: interface between Spot and LTSmin models
Library load LTSmin models as Spot automata.
Package: spot-doc Package: spot-doc
Section: doc Section: doc
Architecture: all Architecture: all

View file

@ -1,2 +1,3 @@
usr/include/spot usr/include/spot
usr/lib/*-*/libspot.so usr/lib/*-*/libspot.so
usr/lib/*-*/libspotltsmin.so

1
debian/libspotltlsmin0.install vendored Normal file
View file

@ -0,0 +1 @@
usr/lib/*-*/libspotltsmin.so.*

View file

@ -25,7 +25,7 @@ ltsmindir = $(pkgincludedir)/iface/ltsmin
ltsmin_HEADERS = ltsmin.hh ltsmin_HEADERS = ltsmin.hh
noinst_LTLIBRARIES = libspotltsmin.la lib_LTLIBRARIES = libspotltsmin.la
libspotltsmin_la_LIBADD = \ libspotltsmin_la_LIBADD = \
$(top_builddir)/src/libspot.la \ $(top_builddir)/src/libspot.la \
$(top_builddir)/ltdl/libltdlc.la -lpthread $(top_builddir)/ltdl/libltdlc.la -lpthread