Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Adapt symbols to new gcc version
· fcf81146
Andreas Tille
authored
Mar 01, 2019
fcf81146
More sensible way to provide symbols amd64 only
· a10840fb
Andreas Tille
authored
Mar 01, 2019
a10840fb
Upload to unstable
· 6973d400
Andreas Tille
authored
Mar 01, 2019
6973d400
Expand all
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
6973d400
libbpp-phyl (2.4.1-2)
UNRELEASED
; urgency=medium
libbpp-phyl (2.4.1-2)
unstable
; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
...
...
@@ -9,7 +9,12 @@ libbpp-phyl (2.4.1-2) UNRELEASED; urgency=medium
* Remove trailing whitespace in debian/copyright
* Standards-Version: 4.3.0
-- Jelmer Vernooij <jelmer@debian.org> Wed, 24 Oct 2018 22:53:13 +0000
[ Andreas Tille ]
* Adapt symbols to new gcc version
Closes: #923457
* More sensible way to provide symbols amd64 only
-- Andreas Tille <tille@debian.org> Fri, 01 Mar 2019 15:52:37 +0100
libbpp-phyl (2.4.1-1) unstable; urgency=medium
...
...
debian/libbpp-phyl12.symbols
→
debian/libbpp-phyl12.symbols
.amd64
View file @
6973d400
This diff is collapsed.
Click to expand it.
debian/rules
View file @
6973d400
...
...
@@ -9,23 +9,6 @@ CMAKE_EXTRA_FLAGS += -DBUILD_TESTING=OFF
%:
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
d-shlibmove --commit \
...
...