Codebase list libatasmart / 21f9a41
Drop --disable-silent-rules from debian/rules This is now handled by dh directly depending on whether the DH_QUIET environment variable is set. Michael Biebl 7 years ago
2 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
22 * Run wrap-and-sort -at.
33 * Bump Standards-Version to 3.9.8.
44 * Use canonical URLs for Vcs-* fields, switch to https.
5 * Drop --disable-silent-rules from debian/rules. This is now handled by dh
6 directly depending on whether the DH_QUIET environment variable is set.
57
68 -- Michael Biebl <biebl@debian.org> Thu, 26 May 2016 05:41:36 +0200
79
33 dh $@ --with autoreconf
44
55 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
6
7 override_dh_auto_configure:
8 dh_auto_configure -- --disable-silent-rules
96
107 override_dh_link:
118 dh_link -plibatasmart-dev lib/$(DEB_HOST_MULTIARCH)/$$(basename $$(readlink debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libatasmart.so)) usr/lib/$(DEB_HOST_MULTIARCH)/libatasmart.so