Santiago Vila pushed to branch master at Debian Med / trinculo
Commits: 8b4641c2 by Santiago Vila at 2025-11-01T13:21:00+01:00 d/control: Drop "Priority: optional" (default). - - - - - d22c9268 by Santiago Vila at 2025-11-01T13:22:00+01:00 d/salsa-ci.yml: Use the simplified version. - - - - - 58477515 by Santiago Vila at 2025-11-01T13:23:00+01:00 d/rules: Always include buildtools.mk (dpkg-dev is build-essential). - - - - - 95053c00 by Santiago Vila at 2025-11-01T13:24:00+01:00 d/rules: Use CPPFLAGS to make blhc happy. - - - - - 3 changed files: - debian/control - debian/rules - debian/salsa-ci.yml Changes: ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: trinculo Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Build-Depends: debhelper-compat (= 13), ===================================== debian/rules ===================================== @@ -2,7 +2,7 @@ # DH_VERBOSE := 1 --include /usr/share/dpkg/buildtools.mk +include /usr/share/dpkg/buildtools.mk # for hardening you might like to uncomment this: export DEB_BUILD_MAINT_OPTIONS=hardening=+all @@ -11,4 +11,4 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all dh $@ override_dh_auto_build: - $(CXX) $(CFLAGS) -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread $(LDFLAGS) + $(CXX) $(CFLAGS) $(CPPFLAGS) -DLINUX -Isrc -o bin/trinculo src/trinculo.cpp -llapack -lpthread $(LDFLAGS) ===================================== debian/salsa-ci.yml ===================================== @@ -1,4 +1,3 @@ --- 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 View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/ab87944703f8d79ac98ff5c5c92b881c8cf74959...95053c007bd2ede9602e62adb1eefd858efe6543 -- View it on GitLab: https://salsa.debian.org/med-team/trinculo/-/compare/ab87944703f8d79ac98ff5c5c92b881c8cf74959...95053c007bd2ede9602e62adb1eefd858efe6543 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
