Michael R. Crusoe pushed to branch master at Debian Med / bppphyview
Commits: 2e4d2b6f by Michael R. Crusoe at 2024-03-25T11:05:36+01:00 Added patch to not shadow dpkg-buildflags. - - - - - b6043eea by Michael R. Crusoe at 2024-03-25T18:58:08+01:00 d/rules: no need to specify RelWithDebInfo to get debug info. - - - - - 49b8ab63 by Michael R. Crusoe at 2024-03-25T18:58:11+01:00 routine-update: Standards-Version: 4.6.2 - - - - - 5 changed files: - debian/changelog - debian/control - + debian/patches/hardening - + debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +bppphyview (0.6.1-5) UNRELEASED; urgency=medium + + * Team upload. + * Added patch to not shadow dpkg-buildflags. + * d/rules: no need to specify RelWithDebInfo to get debug info. + * Standards-Version: 4.6.2 (routine-update) + + -- Michael R. Crusoe <[email protected]> Mon, 25 Mar 2024 11:02:14 +0100 + bppphyview (0.6.1-4) unstable; urgency=medium * Fix watch file ===================================== debian/control ===================================== @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13), qt5-qmake, qtdeclarative5-dev, libbpp-qt-dev -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/med-team/bppphyview Vcs-Git: https://salsa.debian.org/med-team/bppphyview.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page ===================================== debian/patches/hardening ===================================== @@ -0,0 +1,14 @@ +From: Michael R. Crusoe <[email protected]> +Subject: Append to CXXFLAGS, don't overwrite them +Forwarded: https://github.com/BioPP/bppphyview/pull/4 +--- bppphyview.orig/CMakeLists.txt ++++ bppphyview/CMakeLists.txt +@@ -8,7 +8,7 @@ + project (bppphyview CXX) + + # Compile options +-set (CMAKE_CXX_FLAGS "-std=c++11 -Wall") ++add_compile_options(-std=c++11 -Wall) + + IF(NOT CMAKE_BUILD_TYPE) + SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +hardening ===================================== debian/rules ===================================== @@ -7,9 +7,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: dh $@ -override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo - override_dh_installman: # Deal with # dh_installman: warning: Multiple definitions for manpage via different compressions. Please ensure there is at most one definition. View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/cb820b57737ec105b0734ce58b86664196396a77...49b8ab630eb7a5ca10a32697c16d3f84b05947f4 -- View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/cb820b57737ec105b0734ce58b86664196396a77...49b8ab630eb7a5ca10a32697c16d3f84b05947f4 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
