Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove remainings from symbols file workaround
· 98185ee4
Andreas Tille
authored
Sep 05, 2019
98185ee4
Upload to unstable
· b4d41e5b
Andreas Tille
authored
Sep 05, 2019
b4d41e5b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
b4d41e5b
libbpp-raa (2.4.1-3) unstable; urgency=medium
* Remove remainings from symbols file workaround
-- Andreas Tille <tille@debian.org> Thu, 05 Sep 2019 11:55:30 +0200
libbpp-raa (2.4.1-2) unstable; urgency=medium
[ Jelmer Vernooij ]
...
...
debian/rules
View file @
b4d41e5b
...
...
@@ -6,22 +6,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
override_dh_makeshlibs:
ifeq ($(DEB_BUILD_ARCH),amd64)
echo "Architecture amd64 is the only one where a symbols file is provided"
else
echo "Symbols file for architecture $(DEB_BUILD_ARCH) is not provided"
mkdir -p debian/hidesymbols
mv debian/*.symbols debian/hidesymbols
endif
dh_makeshlibs
ifeq ($(DEB_BUILD_ARCH),amd64)
echo "dh_makeshlibs for architecture amd64 including symbols done"
else
# restore original debian/ dir to enable building twice in a row
mv debian/hidesymbols/*.symbols debian
rmdir debian/hidesymbols
endif
override_dh_install:
dh_install
...
...