d/p/libostree.sym-Fix-test-symbols.patch: apply patch from upstream to fix a build-time test

This commit is contained in:
Simon McVittie 2016-06-26 12:27:19 +01:00
parent 60433eb024
commit 893a021a42
3 changed files with 28 additions and 0 deletions

2
debian/changelog vendored
View File

@ -10,6 +10,8 @@ ostree (2016.6-1) UNRELEASED; urgency=medium
* d/gbp.conf: configure to use upstream/latest for upstream imports * d/gbp.conf: configure to use upstream/latest for upstream imports
* d/gbp.conf: configure to merge upstream tags into upstream/latest * d/gbp.conf: configure to merge upstream tags into upstream/latest
(add https://github.com/ostreedev/ostree as a remote) (add https://github.com/ostreedev/ostree as a remote)
* d/p/libostree.sym-Fix-test-symbols.patch: apply patch from upstream
to fix a build-time test
-- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400 -- Simon McVittie <smcv@debian.org> Wed, 15 Jun 2016 14:05:53 -0400

View File

@ -0,0 +1,25 @@
From: Colin Walters <walters@verbum.org>
Date: Mon, 20 Jun 2016 18:13:58 -0400
Subject: libostree.sym: Fix test-symbols
The test isn't smart enough to ignore comments, so change the prefix.
Closes: #356
Approved by: jlebon
Origin: upstream, 2016.7, commit:0134c621575fcb43bb9d994251831845dac8dbd1
---
src/libostree/libostree.sym | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libostree/libostree.sym b/src/libostree/libostree.sym
index e8cca9d..087f987 100644
--- a/src/libostree/libostree.sym
+++ b/src/libostree/libostree.sym
@@ -350,6 +350,6 @@ global:
/*
LIBOSTREE_2016.7 {
global:
- ostree_some_new_symbol;
+ someostree_some_new_symbol;
} LIBOSTREE_2016.6;
*/

View File

@ -0,0 +1 @@
libostree.sym-Fix-test-symbols.patch