Andreas Tille pushed to branch master at Debian Med / libpll
Commits: 08e67975 by Andreas Tille at 2020-12-11T19:05:07+01:00 Fix parallel build - - - - - e4bf59e2 by Andreas Tille at 2020-12-11T19:05:33+01:00 routine-update: Standards-Version: 4.5.1 - - - - - f3ea85f0 by Andreas Tille at 2020-12-11T19:05:42+01:00 routine-update: Add salsa-ci file - - - - - 3f952f85 by Andreas Tille at 2020-12-11T19:05:52+01:00 Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. Changes-By: lintian-brush Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html Fixes: lintian: upstream-metadata-missing-repository See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html - - - - - 8207aa5a by Andreas Tille at 2020-12-11T19:09:05+01:00 routine-update: Ready to upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/fix-parallel-build.patch - debian/patches/series - + debian/salsa-ci.yml - debian/upstream/metadata Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libpll (0.3.2-4) unstable; urgency=medium + + * Fix parallel build (Thanks a lot to Frédéric Bonnard) + Closes: #976906 + * Standards-Version: 4.5.1 (routine-update) + * Add salsa-ci file (routine-update) + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Andreas Tille <[email protected]> Fri, 11 Dec 2020 19:05:53 +0100 + libpll (0.3.2-3) unstable; urgency=medium * Team Upload. ===================================== debian/control ===================================== @@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13), bison, flex, autoconf-archive -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/med-team/libpll Vcs-Git: https://salsa.debian.org/med-team/libpll.git Homepage: http://www.libpll.org/ ===================================== debian/patches/fix-parallel-build.patch ===================================== @@ -0,0 +1,18 @@ +Description: Fix parallel build +Bug-Debian: https://bugs.debian.org/976906 +Origin: https://www.gnu.org/software/automake/manual/html_node/Yacc-and-Lex.html +Author: Frédéric Bonnard <[email protected]> +Last-Update: Fri, 11 Dec 2020 09:59:03 +0100 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -8,6 +8,8 @@ + AM_YFLAGS = -d -p `${SED} -n 's/.*_\(.*\)/pll_\1_/p' <<<"$*"` + AM_LFLAGS = -P `${SED} -n 's/.*_\(.*\)/pll_\1_/p' <<<"$*"` -o lex.yy.c + ++BUILT_SOURCES = parse_rtree.h parse_utree.h ++ + libpll_la_SOURCES=\ + fasta.c \ + gamma.c \ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 2to3.patch +fix-parallel-build.patch ===================================== debian/salsa-ci.yml ===================================== @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml ===================================== debian/upstream/metadata ===================================== @@ -1,3 +1,5 @@ +Bug-Database: https://github.com/xflouris/libpll/issues +Bug-Submit: https://github.com/xflouris/libpll/issues/new Reference: - Author: > Fernando Izquierdo-Carrasco and Nikolaos Alachiotis and Simon Berger @@ -11,3 +13,5 @@ Reference: Year: 2013 DOI: 10.1109/IPDPSW.2013.103 URL: http://ieeexplore.ieee.org/document/6650928 +Repository: https://github.com/xflouris/libpll.git +Repository-Browse: https://github.com/xflouris/libpll View it on GitLab: https://salsa.debian.org/med-team/libpll/-/compare/8384969428728fb5cd01fe745ad804a5001aff79...8207aa5a9f90eabccc7bf639093132bde259374a -- View it on GitLab: https://salsa.debian.org/med-team/libpll/-/compare/8384969428728fb5cd01fe745ad804a5001aff79...8207aa5a9f90eabccc7bf639093132bde259374a 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
