diff --git a/debian/changelog b/debian/changelog index 8982fa3..df5c365 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +crossguid (0.0+git200150803-5) UNRELEASED; urgency=medium + + * d/rules: Remove trailing whitespaces + + -- Ondřej Nový Mon, 01 Oct 2018 09:37:31 +0200 + crossguid (0.0+git200150803-4) unstable; urgency=medium * Mark a symbol optional that disappears on ppc64el with -O3 (Closes: #905579) diff --git a/debian/rules b/debian/rules index 2a8e328..7998b5d 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ INSTDIRS = debian/tmp/usr/include debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH) %: - dh $@ + dh $@ override_dh_auto_build: $(CXX) -shared -fPIC -Wall -std=c++11 -Wl,-soname,libcrossguid.so.0 -DGUID_LIBUUID \