Codebase list stealth / 854b7af
Ready for stealth 4.03.00-1 Frank B. Brokken 2 years ago
3 changed file(s) with 18 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 stealth (4.03.00-1) experimental; urgency=medium
1
2 * Upstream reorganized the locations of the /usr/share/doc/stealth*
3 documentation, updated 'build' for icmake 10.01.01, and updated the
4 debian/rules file.
5
6 -- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 06 Jul 2021 12:40:13 +0200
7
08 stealth (4.02.00-3) unstable; urgency=medium
19
210 * Set FORCE_SOURCE_DATE=1 in debian/rules for reproducible builds
33 Maintainer: Frank B. Brokken <f.b.brokken@rug.nl>
44 Uploaders: George Danchev <danchev@spnet.net>,
55 tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper-compat (= 12),
7 libbobcat-dev (>= 5.00.00),
8 icmake (>= 9.02.04),
6 Build-Depends: debhelper-compat (= 13),
7 libbobcat-dev (>= 5.09.01),
8 icmake (>= 10.01.01),
99 yodl (>= 4.02.00)
1010 Build-Depends-Indep: texlive-latex-base,
1111 texlive-plain-generic,
1414 texlive-latex-extra,
1515 cm-super-minimal,
1616 ghostscript
17 Standards-Version: 4.5.0
17 Standards-Version: 4.5.1
1818 Vcs-Browser: https://salsa.debian.org/debian/stealth
1919 Vcs-Git: https://salsa.debian.org/debian/stealth.git
2020 Homepage: https://fbb-git.gitlab.io/stealth
88 export CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
99
1010 export CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
11 export CXXFLAGS += --std=c++17 -Wall -pthread
11 export CXXFLAGS += --std=c++2a -Wall -pthread
1212
1313 export LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
14 export LDFLAGS += -lpthread
14 export LDFLAGS += -Wl,-z,now #-lpthread
1515
1616 export CXX = g++
1717
2121 %:
2222 dh $@
2323
24 override_dh_auto_clean:
25 ./build distclean
26 dh_auto_clean
27
2428 override_dh_auto_build-arch:
2529 ./build program
2630 ./build man
2832 override_dh_auto_build-indep:
2933 ./build uguide
3034
31 override_dh_clean:
32 ./build distclean
33 dh_clean
34
3535 override_dh_install-arch:
3636 ./build install bdm debian/stealth
3737