Andreas Tille pushed to branch master at Debian Med / parsnp
Commits: 4ef2a864 by Andreas Tille at 2018-07-18T11:17:16Z libmuscle-3.7-dev is now libmuscle-dev - - - - - 44a83e80 by Andreas Tille at 2018-08-03T10:19:00Z libmuscle-3.7-dev is now libmuscle-dev - - - - - 3b236929 by Andreas Tille at 2018-08-03T10:20:54Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/non-versioned-libs.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -parsnp (1.2+dfsg-5) UNRELEASED; urgency=medium +parsnp (1.2+dfsg-5) unstable; urgency=medium * Build-Depends: dh-python + * libmuscle-3.7-dev is now libmuscle-dev - -- Andreas Tille <[email protected]> Wed, 18 Jul 2018 09:52:00 +0200 + -- Andreas Tille <[email protected]> Wed, 18 Jul 2018 13:17:32 +0200 parsnp (1.2+dfsg-4) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 11~), python-all-dev, python-setuptools, cython, - libmuscle-3.7-dev + libmuscle-dev Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/med-team/parsnp Vcs-Git: https://salsa.debian.org/med-team/parsnp.git ===================================== debian/patches/non-versioned-libs.patch ===================================== --- /dev/null +++ b/debian/patches/non-versioned-libs.patch @@ -0,0 +1,13 @@ +Description: libmuscle-3.7-dev is now libmuscle-dev +Author: Andreas Tille <[email protected]> +Last-Update: Wed, 18 Jul 2018 13:17:32 +0200 + +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -1,5 +1,5 @@ + parsnp_CXXFLAGS = -O3 -fopenmp -funroll-all-loops -fomit-frame-pointer -ftree-vectorize -std=gnu++0x +-LIBS = -lgomp -lstdc++ -lpthread -L$(libmuscle)/lib -lMUSCLE-3.7 ++LIBS = -lgomp -lstdc++ -lpthread -L$(libmuscle)/lib -lMUSCLE + bin_PROGRAMS = parsnp + parsnp_SOURCES = MuscleInterface.cpp MuscleInterface.h parsnp.cpp parsnp.hh LCB.cpp LCB.hh LCR.cpp LCR.hh TMum.cpp TMum.hh Converter.cpp Converter.hh ./ext/iniFile.cpp ./ext/iniFile.h + bindir = $(prefix)/bin ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -7,3 +7,4 @@ proper_calls_to_tools.patch # debug.patch drop_m64.patch fix_build_with_as-needed.patch +non-versioned-libs.patch View it on GitLab: https://salsa.debian.org/med-team/parsnp/compare/4e9805533ef53d00cea3a4f2285a1b546c0389a6...3b2369298a02a9ba6457edbfb06b570b723be99d -- View it on GitLab: https://salsa.debian.org/med-team/parsnp/compare/4e9805533ef53d00cea3a4f2285a1b546c0389a6...3b2369298a02a9ba6457edbfb06b570b723be99d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
