Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Disable FastDXT image compressor, FTBFS on non-amd64.
· 58b7f317
Bas Couwenberg
authored
Nov 13, 2018
58b7f317
Set distribution to experimental.
· a3235a2b
Bas Couwenberg
authored
Nov 13, 2018
a3235a2b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a3235a2b
osgearth (2.10.0+dfsg-1~exp2) experimental; urgency=medium
* Disable FastDXT image compressor, FTBFS on non-amd64.
-- Bas Couwenberg <sebastic@debian.org> Tue, 13 Nov 2018 12:20:23 +0100
osgearth (2.10.0+dfsg-1~exp1) experimental; urgency=medium
* New upstream release.
...
...
debian/rules
View file @
a3235a2b
...
...
@@ -40,7 +40,7 @@ override_dh_auto_configure:
-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-DLIB_POSTFIX="" \
-DOSG_DIR=/usr \
-DOSGEARTH_
QT_BUILD=1
-DOSGEARTH_
ENABLE_FASTDXT=0
override_dh_auto_build:
# Create man pages from DocBook XML
...
...