summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2019-02-21 23:39:59 -0500
committerAaron M. Ucko <ucko@debian.org>2019-02-26 20:32:43 -0500
commite7ef7da9309cae4f0faf002849c5cd4dfb4c47a3 (patch)
tree8bdf0c11efe272ce0f7e18807be726b65cdc7e9a
parente611bd26cf97be4d00702470b0700a1daadfac5e (diff)
debian/rules: Strip all -f*-prefix-map=* flags from fltk-config.
See fltk1.1 bug #909078.
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 2a3304d..5a53cd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,11 +15,12 @@ fltk1.3 (1.3.4-8) UNRELEASED; urgency=medium
- Specify a host-specific pkg-config per Helmut Grohne, both in FTCONFIG
and in the environment. (Together with the configure.ac change,
closes: #900190.)
+ - Strip all -f*-prefix-map=* flags from fltk-config. (See #909078.)
* documentation/make_pdf: Substitute xltabular for (long)tabu. The
result doesn't look quite as good as before, but at least it builds
again with current TeX Live. (Closes: #921294, fallout from #920621).
- -- Aaron M. Ucko <ucko@debian.org> Thu, 21 Feb 2019 23:38:02 -0500
+ -- Aaron M. Ucko <ucko@debian.org> Thu, 21 Feb 2019 23:39:57 -0500
fltk1.3 (1.3.4-7) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index f98557b..8b12791 100755
--- a/debian/rules
+++ b/debian/rules
@@ -98,7 +98,7 @@ override_dh_auto_install-arch:
## libfltk1.3-dev
cp debian/CMakeCache.txt CMakeTmp/etc/*.cmake \
CMake/FLTK-Functions.cmake debian/tmp/usr/lib/fltk
- sed -e 's/ -fdebug-prefix-map=[^ ]*=\. / /' fltk-config \
+ sed -e 's/ -f[a-z]*-prefix-map=[^ ]*//' fltk-config \
> debian/tmp/usr/bin/fltk-config
chmod +x debian/tmp/usr/bin/fltk-config
@@ -112,7 +112,7 @@ endif
override_dh_install-arch:
## libfltk1.3-dev
- sed -e 's/ -fdebug-prefix-map=[^ ]*=\. / /' fltk-config \
+ sed -e 's/ -f[a-z]*-prefix-map=[^ ]*//' fltk-config \
> debian/tmp/usr/bin/fltk-config
chmod +x debian/tmp/usr/bin/fltk-config
dh_install