[med-svn] [Git][med-team/kent-core][master] To build webBlat the library jkOwnLib.a needs to be built

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Apr 3 12:58:27 BST 2023



Andreas Tille pushed to branch master at Debian Med / kent-core


Commits:
5f72a4cf by Andreas Tille at 2023-04-03T13:58:12+02:00
To build webBlat the library jkOwnLib.a needs to be built
             first.  However, the code for this library is not yet
             MIT licensed and thus not contained in this tarball.
             This patch is checking for the existence of the lib.

- - - - -


2 changed files:

- + debian/patches/no_webBlat.patch
- debian/patches/series


Changes:

=====================================
debian/patches/no_webBlat.patch
=====================================
@@ -0,0 +1,25 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 31 Mar 2023 07:34:06 +0200
+Description: To build webBlat the library jkOwnLib.a needs to be built
+             first.  However, the code for this library is not yet
+             MIT licensed and thus not contained in this tarball.
+             This patch is checking for the existence of the lib.
+
+--- a/src/webBlat/makefile
++++ b/src/webBlat/makefile
+@@ -7,6 +7,7 @@ MYLIBS =  ${MYLIBDIR}/jkOwnLib.a ${MYLIB
+ 
+ O = webBlat.o
+ 
++ifneq ($(wildcard ${MYLIBDIR}/jkOwnLib.a),)
+ webBlat: $O ${MYLIBS}
+ 	${CC} ${COPT} -o webBlat $O ${MYLIBS} ${L}
+ 	${STRIP} webBlat${EXE}
+@@ -22,6 +23,7 @@ installUcsc: webBlat
+ installAlpha: webBlat
+ 	cp webBlat /usr/local/apache/cgi-bin
+ 	cp webBlat.cfg /usr/local/apache/cgi-bin
++endif
+ 
+ clean:
+ 	rm -f $O webBlat


=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
 fix_makefile.patch
+no_webBlat.patch



View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/5f72a4cf4a6872d4a6bbb534859b20ced2eb5a05

-- 
View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/5f72a4cf4a6872d4a6bbb534859b20ced2eb5a05
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20230403/abd362f9/attachment-0001.htm>


More information about the debian-med-commit mailing list