Alexandre Detiste pushed to branch master at Debian Med / emboss
Commits: ecabe0e0 by Alexandre Detiste at 2025-09-21T17:57:46+02:00 replace libgdchart-gd2-xpm-dev build dep with libgd-dev - - - - - 78a84b6e by Alexandre Detiste at 2025-09-21T18:01:06+02:00 add libcrypt-dev to Build-Depends (Closes: #1106974) - - - - - f25da1a8 by Alexandre Detiste at 2025-09-21T19:55:02+02:00 fix Salsa CI - - - - - d0539e7a by Alexandre Detiste at 2025-09-21T19:55:35+02:00 bump Standards-Version to 4.7.2 - - - - - e0acc773 by Alexandre Detiste at 2025-09-21T19:56:02+02:00 drop "Rules-Requires-Root: no": it is the new default value - - - - - efef075a by Lena Voytek at 2025-09-21T20:00:57+02:00 Check for s390x arch when defining VALIST items in ajfmt.c - - - - - 62293b63 by Alexandre Detiste at 2025-09-21T20:02:44+02:00 release - - - - - 6 changed files: - debian/changelog - debian/control - debian/gbp.conf - + debian/patches/fix-va-define-s390x.patch - debian/patches/series - debian/salsa-ci.yml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,18 @@ +emboss (6.6.0+dfsg-17) unstable; urgency=medium + + * Team upload. + * Replace unused libgdchart-gd2-xpm-dev build depedency + with narrower dependency on libgd-dev + * Add libcrypt-dev to Build-Depends (Closes: #1106974) + * Disable Salsa CI for i386 + * Bump Standards-Version to 4.7.2 + * Drop "Rules-Requires-Root: no": it is the new default value + + [ Lena Voytek ] + * Check for s390x arch when defining VALIST items in ajfmt.c + + -- Alexandre Detiste <[email protected]> Sun, 21 Sep 2025 20:01:26 +0200 + emboss (6.6.0+dfsg-16) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -7,9 +7,10 @@ Priority: optional Build-Depends: debhelper-compat (= 13), architecture-is-64-bit, # javahelper [!hppa] <!nojava>, + libcrypt-dev, libx11-dev, x11proto-dev, - libgdchart-gd2-xpm-dev, + libgd-dev, zlib1g-dev, libpng-dev, libexpat1-dev, @@ -23,11 +24,10 @@ Build-Depends: debhelper-compat (= 13), default-jdk [!hppa] <!nojava>, ant [!hppa] <!nojava> # #Build-Depends-Indep: default-jdk -Standards-Version: 4.6.2 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/emboss Vcs-Git: https://salsa.debian.org/med-team/emboss.git Homepage: https://emboss.sourceforge.net -Rules-Requires-Root: no Package: emboss Architecture: any ===================================== debian/gbp.conf ===================================== @@ -4,6 +4,6 @@ # use pristine-tar: pristine-tar = True -[git-dch] +[dch] # include 7 digits of the commit ID in the changelog entry: id-length = 7 ===================================== debian/patches/fix-va-define-s390x.patch ===================================== @@ -0,0 +1,16 @@ +Description: Check for s390x arch when defining VALIST items in ajfmt.c +Author: Lena Voytek <[email protected]> +Last-Update: 2025-03-19 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/ajax/core/ajfmt.c ++++ b/ajax/core/ajfmt.c +@@ -80,7 +80,7 @@ + #define EVF_BUF 128 + + #if defined(__x86_64__) || defined(__amd64__) || defined(__EM64T__) || \ +- defined(__PPC__) && defined(_CALL_SYSV) ++ defined(__s390x__) || defined(__PPC__) && defined(_CALL_SYSV) + #define VALIST va_list + #define VA_P(x) (x) + #define VA_V(x) (x) ===================================== debian/patches/series ===================================== @@ -9,3 +9,4 @@ path_max.patch no_makejar.patch com_sun_net_deprecation.patch rename-bool-variable.patch +fix-va-define-s390x.patch ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,5 @@ ---- 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 + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml + +variables: + SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/35070111cafa4bee22554ac62a586394ccc7c6af...62293b63f48bf69625d46d5b673bf4584f5bfe63 -- View it on GitLab: https://salsa.debian.org/med-team/emboss/-/compare/35070111cafa4bee22554ac62a586394ccc7c6af...62293b63f48bf69625d46d5b673bf4584f5bfe63 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
