Skip to content
Commits on Source (7)
ctsim (6.0.2-3) UNRELEASED; urgency=medium
[ Jelmer Vernooij ]
* Trim trailing whitespace.
-- Jelmer Vernooij <jelmer@debian.org> Sat, 20 Oct 2018 14:03:53 +0000
[ Andreas Tille ]
* rebuild against wxWidgets GTK 3 package
Closes: #933471
* include dir provided by wx3.0-headers
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Wed, 31 Jul 2019 10:39:38 +0200
ctsim (6.0.2-2) unstable; urgency=medium
......
......@@ -4,15 +4,15 @@ Uploaders: Kevin M. Rosenberg <kmr@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper-compat (= 12),
libfftw3-dev,
libreadline-dev,
libgl1-mesa-dev,
libglu1-mesa-dev,
libwxgtk3.0-dev,
libwxgtk3.0-gtk3-dev,
ctn-dev,
libpng-dev
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/ctsim
Vcs-Git: https://salsa.debian.org/med-team/ctsim.git
Homepage: http://www.ctsim.org
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 31 Jul 2019 10:39:38 +0200
Description: Forcing call of wx-config --cflags
FIXME: This patch should not be needed if wx-3.0 configuration would work properly
--- a/configure.ac
+++ b/configure.ac
@@ -363,7 +363,7 @@ dnl Our Makefile.am files test the autom
dnl whether X should be supported.
AM_CONDITIONAL(NO_X, test "x$with_x" = "xno")
-my_includes="$my_includes -I../include -I.. -I/usr/local/include"
+my_includes="$my_includes -I../include -I.. `wx-config --cflags`"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
drop_incorrect_cppflags.patch
fix_includes.patch
......@@ -3,7 +3,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@ --with autoreconf
dh $@
override_dh_auto_clean:
dh_auto_clean
......