Étienne Mollier pushed to branch master at Debian Med / ctsim
Commits: eb9be7cf by Étienne Mollier at 2025-12-03T21:23:06+01:00 buildflags.patch: new: ensure build flags setting. Closes: #1119383 - - - - - f52a535d by Étienne Mollier at 2025-12-03T21:24:36+01:00 d/control: B-D libgl1-mesa-dev => libgl-dev. - - - - - f123bc34 by Étienne Mollier at 2025-12-03T21:25:44+01:00 drop_incorrect_cppflags.patch: normalise dep3 header. - - - - - 1dd6472f by Étienne Mollier at 2025-12-03T21:26:13+01:00 d/watch: convert to v5 watch file. - - - - - 225527ba by Étienne Mollier at 2025-12-03T21:26:27+01:00 d/control: drop redundant Rules-Requires-Root: no. - - - - - 813d8bb5 by Étienne Mollier at 2025-12-03T21:27:08+01:00 d/control: declare compliance to standards version 4.7.2. - - - - - 6d7abcef by Étienne Mollier at 2025-12-03T21:27:39+01:00 d/changelog: ready for upload to unstable. - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/buildflags.patch - debian/patches/drop_incorrect_cppflags.patch - debian/patches/series - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,15 @@ +ctsim (6.0.2-7) unstable; urgency=medium + + * Team upload. + * buildflags.patch: new: ensure build flags setting. (Closes: #1119383) + * d/control: B-D libgl1-mesa-dev => libgl-dev. + * drop_incorrect_cppflags.patch: normalise dep3 header. + * d/watch: convert to v5 watch file. + * d/control: drop redundant Rules-Requires-Root: no. + * d/control: declare compliance to standards version 4.7.2. + + -- Étienne Mollier <[email protected]> Wed, 03 Dec 2025 21:27:28 +0100 + ctsim (6.0.2-6) unstable; urgency=medium [ Andreas Tille ] ===================================== debian/control ===================================== @@ -7,16 +7,15 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libfftw3-dev, libeditreadline-dev, - libgl1-mesa-dev, + libgl-dev, libglu1-mesa-dev, libwxgtk3.2-dev, ctn-dev, libpng-dev -Standards-Version: 4.6.1 +Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/med-team/ctsim Vcs-Git: https://salsa.debian.org/med-team/ctsim.git Homepage: http://www.ctsim.org -Rules-Requires-Root: no Package: ctsim Architecture: any ===================================== debian/patches/buildflags.patch ===================================== @@ -0,0 +1,18 @@ +Description: ensure build flags presence for their various purposes. +Author: Étienne Mollier <[email protected]> +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119383 +Forwarded: not-needed +Last-Update: 2025-12-03 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- ctsim.orig/configure.ac ++++ ctsim/configure.ac +@@ -46,8 +46,6 @@ + + AC_PROG_CC + AC_PROG_CXX +-CFLAGS="" +-CXXFLAGS="" + + AC_C_BIGENDIAN + ===================================== debian/patches/drop_incorrect_cppflags.patch ===================================== @@ -1,7 +1,7 @@ Author: Barry Arndt <[email protected]>, Adrian Bunk <[email protected]>, Andreas Tille <[email protected]> -Last-Update: Wed, 25 Apr 2018 16:32:45 +0200 +Last-Update: 2018-04-25 Bug-Debian: https://bugs.debian.org/896843 Forwarded: Kevin M. Rosenberg <[email protected]> Description: Do not insert incorrect CPPFLAG for powerpc* ===================================== debian/patches/series ===================================== @@ -1,3 +1,4 @@ drop_incorrect_cppflags.patch improve-configure-wx-probes.patch wx3.2-compat.patch +buildflags.patch ===================================== debian/watch ===================================== @@ -1,3 +1,4 @@ -version=4 +Version: 5 -http://ctsim.org/download.html .*/ctsim/ctsim-([\d\.]*)\.tar\.gz +Source: http://ctsim.org/download.html +Matching-Pattern: .*/ctsim/ctsim-([\d\.]*)\.tar\.gz View it on GitLab: https://salsa.debian.org/med-team/ctsim/-/compare/5ed95be6465feb941839f4f4a0bb7047ef2b4ef4...6d7abcef8021c7c16457c3a2fc14fb598f6c7d20 -- View it on GitLab: https://salsa.debian.org/med-team/ctsim/-/compare/5ed95be6465feb941839f4f4a0bb7047ef2b4ef4...6d7abcef8021c7c16457c3a2fc14fb598f6c7d20 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
