Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 191 → Rev 192

/trunk/debian/changelog
4,8 → 4,10
SONAMEs libnettle8 and libhogweed6. Thanks to Andreas Metzler.
* Only symlink docdir for nettle-bin, allowing future independent
library sonames bumps of nettle and hogweed (Closes: #956524).
* Drop -Wl,--as-needed linker flag; used by default by bullseye
toolchain.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 03 May 2020 21:11:57 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 03 May 2020 22:25:56 +0200
 
nettle (3.5.1+really3.5.1-2) unstable; urgency=low
 
/trunk/debian/rules
32,9 → 32,8
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--enable-shared \
--disable-dependency-tracking \
$(shell DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed dpkg-buildflags --export=configure)
$(shell dpkg-buildflags --export=configure)
 
 
build: build-stamp
build-stamp: config.status
dh_testdir