Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Make sure all header files will be installed in the right dir
· 5f6ce0a6
Andreas Tille
authored
Jul 27, 2018
5f6ce0a6
Upload to unstable
· a04c78d0
Andreas Tille
authored
Jul 27, 2018
a04c78d0
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a04c78d0
libmems (1.6.0+4725-7) unstable; urgency=medium
* Make sure all header files will be installed in the right dir
-- Andreas Tille <tille@debian.org> Fri, 27 Jul 2018 08:11:01 +0200
libmems (1.6.0+4725-6) unstable; urgency=medium
* Add missing copyright
...
...
debian/patches/drop-version-number.patch
View file @
a04c78d0
...
...
@@ -45,7 +45,7 @@ Description: Drop version number from library file name
-
--- a/libMems/Makefile.am
+++ b/libMems/Makefile.am
@@ -55,1
4
+55,1
4
@@
dmSML/util.c dmSML/sorting.c dmSML/dmsor
@@ -55,1
9
+55,1
9
@@
dmSML/util.c dmSML/sorting.c dmSML/dmsor
dmSML/timing.c dmSML/sml.c
...
...
@@ -63,8 +63,15 @@ Description: Drop version number from library file name
+libMems_la_LIBADD = @DEPS_LIBS@ @BOOST_FILESYSTEM_LIBS@ @BOOST_IOSTREAMS_LIBS@ @BOOST_SYSTEM_LIBS@
+libMems_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION)
homologyhmm_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/HomologyHMM
-homologyhmm_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/HomologyHMM
+homologyhmm_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)/HomologyHMM
homologyhmm_include_HEADERS = $(HOMOLOGYHMM_H)
-dmsml_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/dmSML
+dmsml_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)/dmSML
dmsml_include_HEADERS = $(DMSML_H)
EXTRA_DIST = \
--- a/configure.ac
+++ b/configure.ac
@@ -95,7 +95,7 @@
BOOST_PROGRAM_OPTIONS
...
...
@@ -83,3 +90,14 @@ Description: Drop version number from library file name
-AC_OUTPUT(Makefile libMems/Makefile libMems-1.6.pc )
+AC_OUTPUT(Makefile libMems/Makefile libMems.pc )
#doc/html/Makefile doc/man/Makefile doc/man/man3/Makefile)
--- a/libMems/dmSML/Makefile.am
+++ b/libMems/dmSML/Makefile.am
@@ -12,7 +12,7 @@
alibc.c awin32aio.c buffer.c \
util.c sorting.c dmsort.c \
timing.c sml.c
-library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME)/dmSML
+library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)/dmSML
library_include_HEADERS = $(DMSML_H)