Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
build compatibility with -Wl, --as-needed
· 6b332a9f
Andreas Tille
authored
Feb 01, 2019
6b332a9f
Don't depend on build target
· ed06c844
Andreas Tille
authored
Feb 01, 2019
ed06c844
Upload to unstable
· b07c4a2c
Andreas Tille
authored
Feb 01, 2019
b07c4a2c
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b07c4a2c
unanimity (3.3.0+dfsg-2) unstable; urgency=medium
[ Steve Langasek ]
* Build compatibility with -Wl, --as-needed
Closes: #921054
* Don't depend on build target
Closes: #921057
-- Andreas Tille <tille@debian.org> Fri, 01 Feb 2019 12:45:08 +0100
unanimity (3.3.0+dfsg-1) unstable; urgency=medium
* New upstream version
...
...
debian/rules
View file @
b07c4a2c
...
...
@@ -23,7 +23,7 @@ docs = $(addprefix doc/,\
PBCCS.html \
)
b
uild
: $(docs)
b
inary-arch
: $(docs)
%:
dh $@ \
--package=unanimity \
...
...
@@ -44,7 +44,7 @@ override_dh_auto_configure: config-main;
config-main:
dh_auto_configure -- \
-DCMAKE_EXE_LINKER_FLAGS=
"-l
pthread
"
\
-DCMAKE_EXE_LINKER_FLAGS=
-
pthread \
-DUNY_build_tests=OFF \
-DPYTHON_SWIG=ON \
-DZLIB_INCLUDE_DIRS=$(INCLUDE) \
...
...