Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Enable build on hurd
· e438e195
Andreas Tille
authored
Jan 24, 2018
e438e195
debhelper 11
· 490f0309
Andreas Tille
authored
Jan 24, 2018
490f0309
Upload to unstable
· f3beea2b
Andreas Tille
authored
Mar 16, 2018
f3beea2b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f3beea2b
lamarc (2.1.10.1+dfsg-2) unstable; urgency=medium
* Enable build on hurd
Closes: #888225
* debhelper 11
-- Andreas Tille <tille@debian.org> Wed, 24 Jan 2018 08:37:59 +0100
lamarc (2.1.10.1+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #886357)
...
...
debian/compat
View file @
f3beea2b
1
0
1
1
debian/control
View file @
f3beea2b
...
...
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
libboost-dev,
libtinyxml-dev,
libwxgtk3.0-dev
...
...
debian/patches/enable_build_on_hurd.patch
0 → 100644
View file @
f3beea2b
Description: Enable build on hurd
Bug-Debian: http://bugs.debian.org/888225
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Jan 2018 08:35:01 +0100
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@
case "$target_os" in
LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
fi
;;
- freebsd*|linux*)
+ freebsd*|linux*|hurd*)
if test "X${lamCONV}" = "Xyes" ; then
if test "X${lamGUI}" = "Xyes" ; then
if test "X${GUI_TOOLKIT}" = "X" ; then
@@ -92,11 +92,11 @@
case "$target_os" in
;;
*)
if test "X${LAMARC_CODE_OSTYPE}" = "X" ; then
- GUI_TOOLKIT=osx_cocoa
- LAMARC_CODE_OSTYPE=LAMARC_COMPILE_MACOSX
+ GUI_TOOLKIT=gtk2
+ LAMARC_CODE_OSTYPE=LAMARC_COMPILE_LINUX
echo "*************************************************************"
- echo "DO NOT CHECK THIS config.ac in, it has GUI_TOOLKIT and"
- echo "LAMARC_CODE_OSTYPE hardwired for 10.7 mac"
+ echo "No known OSTYPE"
+ echo "Use toolkit gtk2 and Linux settings"
echo "*************************************************************"
fi
;;
debian/patches/series
View file @
f3beea2b
...
...
@@ -2,3 +2,4 @@ use_debian_packaged_tinyxml.patch
use_debian_packaged_boost.patch
limits.patch
fix_install_target.patch
enable_build_on_hurd.patch