Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Update copyright-format URL to use HTTPS.
· 70e40c9a
Bas Couwenberg
authored
Jan 18, 2018
70e40c9a
Disable FastDXT driver, fails to build on most architectures.
· 1cb6552c
Bas Couwenberg
authored
Jan 18, 2018
See:
https://github.com/gwaldron/osgearth/issues/1034
1cb6552c
Set distribution to experimental.
· a009d458
Bas Couwenberg
authored
Jan 18, 2018
a009d458
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a009d458
osgearth (2.9~rc1+dfsg-1~exp2) experimental; urgency=medium
* Update copyright-format URL to use HTTPS.
* Disable FastDXT driver, fails to build on most architectures.
See: https://github.com/gwaldron/osgearth/issues/1034
-- Bas Couwenberg <sebastic@debian.org> Thu, 18 Jan 2018 15:41:55 +0100
osgearth (2.9~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
...
...
debian/copyright
View file @
a009d458
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osgEarth
Upstream-Contact: Glenn Waldron <gwaldron@gmail.com>
Source: https://github.com/gwaldron/osgearth/releases
...
...
debian/rules
View file @
a009d458
...
...
@@ -40,6 +40,7 @@ override_dh_auto_configure:
-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-DLIB_POSTFIX="" \
-DOSG_DIR=/usr \
-DOSGEARTH_ENABLE_FASTDXT=0 \
-DOSGEARTH_QT_BUILD=1
override_dh_auto_build:
...
...