Andreas Tille pushed to branch master at Debian Med / acedb
Commits: 2c54fa22 by Andreas Tille at 2018-02-28T11:07:24+01:00 Fix with shared libfl needless linking - - - - - 86d99c02 by Andreas Tille at 2018-02-28T11:08:19+01:00 Standards-Version: 4.1.3 - - - - - fae927cc by Andreas Tille at 2018-02-28T11:09:45+01:00 Do not create empty directories - - - - - b140dade by Andreas Tille at 2018-02-28T11:11:07+01:00 Drop outdated text from README.Debian - - - - - d6e50f99 by Andreas Tille at 2018-02-28T11:17:32+01:00 Upload to unstable - - - - - 6 changed files: - debian/acedb-other.README.Debian - debian/changelog - debian/control - − debian/dirs - + debian/patches/libfl.patch - debian/patches/series Changes: ===================================== debian/acedb-other.README.Debian ===================================== --- a/debian/acedb-other.README.Debian +++ b/debian/acedb-other.README.Debian @@ -7,27 +7,3 @@ source package. This source package also builds blixem which is part of ACEDB as well but was never provided as a separate package. -- Andreas Tille <[email protected]> Tue, 19 Dec 2017 13:00:46 +0100 - - -To package ACEDB is a long term project that will grow with demands. -The initial packager was only interested in a very small subset, i.e. -the relatively small tools belvu, dotter and efetch, and has not -the slightest understanding of the rest. If there is not a sudden -raise of an ACEDB community eager to extend this packaging effort, -or other packages demanding parts of it, the remaining gems shall -remain hidden in the source tree. - -Whoever feels like it please go ahead. - - -- Steffen Moeller <[email protected]> Mon, 17 Aug 2009 14:39:57 +0200 - - -Note that there seems to be some more up to date code of the so called -NCBI-Version of this source: - - ftp://ftp.ncbi.nlm.nih.gov/repository/acedb/Software/AceView/acedb_ncbi.tar.gz - -For more info seek for the term "AceDB@NCBI" at page: - - http://www.ncbi.nlm.nih.gov/IEB/Research/Acembly/downloads.html - ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +acedb (4.9.39+dfsg.02-3) unstable; urgency=medium + + [ Adrian Bunk ] + * Fix with shared libfl needless linking + Closes: #891529 + + [ Andreas Tille ] + * Standards-Version: 4.1.3 + * Do not create empty directories + * Drop outdated text from README.Debian + + -- Andreas Tille <[email protected]> Wed, 28 Feb 2018 11:11:58 +0100 + acedb (4.9.39+dfsg.02-2) unstable; urgency=medium [ Steffen Moeller ] ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 10), flex, libfl-dev, bison -Standards-Version: 4.1.2 +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/acedb.git Vcs-Git: https://anonscm.debian.org/git/debian-med/acedb.git Homepage: http://www.acedb.org/ ===================================== debian/dirs deleted ===================================== --- a/debian/dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin -usr/sbin ===================================== debian/patches/libfl.patch ===================================== --- /dev/null +++ b/debian/patches/libfl.patch @@ -0,0 +1,26 @@ +Description: With shared libfl needless linking causes FTBFS + Due to libfl requiring yylex. +Author: Adrian Bunk <[email protected]> +Last-Update: Mon, 26 Feb 2018 14:56:21 +0200 +Bug-Debian: https://bugs.debian.org/891529 + +--- acedb-4.9.39+dfsg.02.orig/wmake/truemake ++++ acedb-4.9.39+dfsg.02/wmake/truemake +@@ -1017,7 +1017,7 @@ acelibtest : libfree.a libace.a acelibte + + tagcount : libfree.a libace.a tagcount.c + $(CC) tagcount.c +- $(LINKER) -o tagcount tagcount.o -L. -lace -lfree $(LIBS) $(LEX_LIBS) ++ $(LINKER) -o tagcount tagcount.o -L. -lace -lfree $(LIBS) + + + ########################################## +@@ -1268,7 +1268,7 @@ intron2 : libfree.a intron2.o + $(LINKER) -o intron2 intron2.o -L. -lfree $(LIBS) + + metacheck : libfree.a libace.a metadata.o +- $(LINKER) -o metacheck metadata.o -L. -lace -lfree $(LIBS) $(LEX_LIBS) ++ $(LINKER) -o metacheck metadata.o -L. -lace -lfree $(LIBS) + + makeUserPasswd: makeUserPasswd.c libfree.a libmd5.a + $(CC) [email protected] ===================================== debian/patches/series ===================================== --- a/debian/patches/series +++ b/debian/patches/series @@ -9,3 +9,4 @@ fix_hardening_errors.patch mayhem.patch spelling.patch no_dotter_and_belvu.patch +libfl.patch View it on GitLab: https://salsa.debian.org/med-team/acedb/compare/0e3e302c87b859f07d841d306018d52b05cbd9e1...d6e50f99926778a7d76f2141f78df2b6a331836d --- View it on GitLab: https://salsa.debian.org/med-team/acedb/compare/0e3e302c87b859f07d841d306018d52b05cbd9e1...d6e50f99926778a7d76f2141f78df2b6a331836d You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
