Nilesh Patra pushed to branch master at Debian Med / mptp
Commits: 5b757670 by Nilesh Patra at 2025-09-26T18:21:46+05:30 Bump Standards-Version to 4.7.2 (no changes needed) - - - - - 4a821fef by Nilesh Patra at 2025-09-26T18:23:16+05:30 Add patch to fix FTBFS with make shuffle (Closes: #1105502) - - - - - f3c83e45 by Nilesh Patra at 2025-09-26T18:23:31+05:30 Drop myself from uploaders - - - - - 7c68ca2d by Nilesh Patra at 2025-09-26T18:23:55+05:30 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - + debian/patches/fixup-make-shuffle.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +mptp (0.2.5-2) unstable; urgency=medium + + * Team Upload. + * Bump Standards-Version to 4.7.2 (no changes needed) + * Add patch to fix FTBFS with make shuffle (Closes: #1105502) + * Drop myself from uploaders + + -- Nilesh Patra <[email protected]> Fri, 26 Sep 2025 18:23:35 +0530 + mptp (0.2.5-1) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -1,7 +1,6 @@ Source: mptp Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, - Nilesh Patra <[email protected]>, Étienne Mollier <[email protected]> Section: science Priority: optional @@ -11,7 +10,7 @@ Build-Depends: debhelper-compat (= 13), libgsl-dev, pkgconf, bash-completion -Standards-Version: 4.7.0 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/mptp Vcs-Git: https://salsa.debian.org/med-team/mptp.git Homepage: https://github.com/Pas-Kapli/mptp ===================================== debian/patches/fixup-make-shuffle.patch ===================================== @@ -0,0 +1,11 @@ +--- a/src/Makefile.am ++++ b/src/Makefile.am +@@ -8,6 +8,8 @@ + AM_YFLAGS = -d -p `${SED} -n 's/.*_\(.*\)/\1_/p' <<<"$*"` + AM_LFLAGS = -o lex.yy.c + ++lex_rtree.l: parse_rtree.h ++lex_utree.l: parse_utree.h + __top_builddir__bin_mptp_LDADD = libparse_utree.a libparse_rtree.a + __top_builddir__bin_mptp_SOURCES = arch.c \ + auto.c \ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ disable_mtune_native.patch +fixup-make-shuffle.patch View it on GitLab: https://salsa.debian.org/med-team/mptp/-/compare/791ccf85daaa94c0ccbf3b2868bb4738e4405b2c...7c68ca2da99c3fc2d5c57ac10be92895fced4445 -- View it on GitLab: https://salsa.debian.org/med-team/mptp/-/compare/791ccf85daaa94c0ccbf3b2868bb4738e4405b2c...7c68ca2da99c3fc2d5c57ac10be92895fced4445 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
