Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Changelog entry for version 1.2.0-rc7-4
· 0eb36a78
Rafael Laboissière
authored
Dec 29, 2017
Gbp-Dch: Ignore
0eb36a78
Fix linking order with wl-asneeded flag
· 4a27c4e6
Gianfranco Costamagna
authored
Dec 30, 2017
4a27c4e6
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4a27c4e6
librsb (1.2.0-rc7-5) UNRELEASED; urgency=medium
* Fix linking order (Closes: #875410
-- Gianfranco Costamagna <locutusofborg@debian.org> Sat, 30 Dec 2017 16:38:58 +0100
librsb (1.2.0-rc7-4) unstable; urgency=medium
* Bump debhelper compatibility level to 11
* Drop use of autotools-dev
* Adjust for HTML docs installed in package librsb-dev
* d/rules: Fix errors in man pages
* d/control:
+ Bump Standards-Version to 4.1.3 (no changes needed)
+ Use Debian's GitLab URLs in Vcs-* header
+ Build-depend on doxygen-latex
* d/s/options: Extend list of ignored files in diff
-- Rafael Laboissiere <rafael@debian.org> Fri, 29 Dec 2017 21:24:35 -0200
librsb (1.2.0-rc7-3) unstable; urgency=medium
* d/p/fix-spell-because.patch: New patch
...
...
debian/rules
View file @
4a27c4e6
...
...
@@ -36,7 +36,7 @@ override_dh_auto_install:
override_dh_auto_test:
make qtests
(cd debian ; \
gcc -o rsb127_bugfix -I..
-L../.libs -lrsb
rsb127_bugfix.c ; \
gcc -o rsb127_bugfix -I.. rsb127_bugfix.c
-L../.libs -lrsb
; \
LD_LIBRARY_PATH=../.libs ./rsb127_bugfix )
override_dh_compress:
...
...