We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec532de commit 6023f67Copy full SHA for 6023f67
debian/rules
@@ -33,8 +33,8 @@ endif
33
34
override_dh_auto_configure:
35
[ "$(DOCS)" = "ON" ] || echo "Found 'nodoc' in 'DEB_BUILD_OPTIONS'; not building documentation"
36
+ echo $(DEB_VERSION_UPSTREAM) > VERSION_CURRENT
37
dh_auto_configure -- \
- -DBUILD_VERSION=$(DEB_VERSION_UPSTREAM) \
38
-DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF \
39
-DENABLE_MONGOC=ON \
40
-DENABLE_MAN_PAGES=$(DOCS) \
@@ -44,6 +44,10 @@ override_dh_auto_configure:
44
-DENABLE_ZLIB=SYSTEM \
45
-DUSE_BUNDLED_UTF8PROC=OFF
46
47
+override_dh_auto_clean:
48
+ rm -f VERSION_CURRENT
49
+ dh_auto_clean
50
+
51
override_dh_auto_install:
52
dh_auto_install
53
find $(CURDIR)/debian/tmp/usr/include -type f -name "*.h" -print0 | \
0 commit comments