[med-svn] [Git][med-team/libcereal][master] 2 commits: Do not try to change non-existing files in binary all builds
Andreas Tille
gitlab at salsa.debian.org
Thu Dec 20 22:11:23 GMT 2018
Andreas Tille pushed to branch master at Debian Med / libcereal
Commits:
4ab10ad0 by Andreas Tille at 2018-12-20T21:34:52Z
Do not try to change non-existing files in binary all builds
- - - - -
5336f805 by Andreas Tille at 2018-12-20T22:01:33Z
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+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 at debian.org> Thu, 20 Dec 2018 22:34:59 +0100
+
libcereal (1.2.2-2) unstable; urgency=medium
* Team upload.
=====================================
debian/rules
=====================================
@@ -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' \{\} \;
View it on GitLab: https://salsa.debian.org/med-team/libcereal/compare/8d020f3924aed852095c9260fb0f9c08065e94df...5336f805b5c764dc8c114698803a503f75e3bde8
--
View it on GitLab: https://salsa.debian.org/med-team/libcereal/compare/8d020f3924aed852095c9260fb0f9c08065e94df...5336f805b5c764dc8c114698803a503f75e3bde8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181220/e09f4a90/attachment.html>
More information about the debian-med-commit
mailing list