File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ mongo-c-driver (1.13.1-2) UNRELEASED; urgency=medium
2
+
3
+ * Make build reproducible; thanks to Chris Lamb for the patch
4
+ (Closes: #920411)
5
+
6
+ -- Roberto C. Sanchez <
[email protected] > Mon, 28 Jan 2019 17:13:31 -0500
7
+
1
8
mongo-c-driver (1.13.1-1) unstable; urgency=medium
2
9
3
10
* New upstream release
Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ override_dh_auto_configure:
30
30
-DENABLE_TESTS=OFF \
31
31
-DENABLE_ZLIB=SYSTEM
32
32
33
+ override_dh_auto_install :
34
+ dh_auto_install
35
+ find $(CURDIR ) /debian/tmp/usr/include -type f -name " *.h" -print0 | \
36
+ xargs -0r sed -i -e ' s@\([" ]\)[^ ]*-f\(file\|debug\)-prefix-map=[^ ]*\([" ]\)@\1\3@g'
37
+
33
38
# override_dh_install:
34
39
# dh_install -a -X.la -Xmongoc-stat -Xdoc/mongo-c-driver -Xdoc/libbson -Xman/man3 -X-priv.so -X-priv.pc --fail-missing
35
40
You can’t perform that action at this time.
0 commit comments