Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Do not try to change non-existing files in binary all builds
· 4ab10ad0
Andreas Tille
authored
Dec 20, 2018
4ab10ad0
Upload to unstable
· 5336f805
Andreas Tille
authored
Dec 20, 2018
5336f805
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
5336f805
libcereal (1.2.2-3) unstable; urgency=medium
* Team upload.
* Do not try to change non-existing files in binary all builds
Closes: #916969
-- Andreas Tille <tille@debian.org> Thu, 20 Dec 2018 22:34:59 +0100
libcereal (1.2.2-2) unstable; urgency=medium
* Team upload.
...
...
debian/rules
View file @
5336f805
...
...
@@ -11,4 +11,4 @@ override_dh_auto_build:
override_dh_install:
dh_install --exclude license
sed -i '/add_subdirectory(doc)/d' debian/*/usr/share/doc/libcereal-dev/tests/CMakeLists.txt
find debian/*/usr/share/doc -name CMakeLists.txt -exec sed -i '/add_subdirectory(doc)/d' \{\} \;