Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix FTCBFS: Pass LINKER to make. (Closes: #940692)
· a4336979
Andreas Tille
authored
Sep 19, 2019
a4336979
Upload to unstable
· 7e9b8803
Andreas Tille
authored
Sep 19, 2019
7e9b8803
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
7e9b8803
gffread (0.11.4-2) unstable; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Pass LINKER to make. (Closes: #940692)
-- Andreas Tille <tille@debian.org> Thu, 19 Sep 2019 11:58:41 +0200
gffread (0.11.4-1) unstable; urgency=medium
* New upstream version
...
...
debian/rules
View file @
7e9b8803
...
...
@@ -12,6 +12,9 @@ export GCLDIR=/usr/include/gclib
%:
dh $@
override_dh_auto_build:
dh_auto_build -- 'LINKER=$$(CXX)'
### When overriding auto_test make sure DEB_BUILD_OPTIONS will be respected
#override_dh_auto_test:
#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...