Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13114949
D7733.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
765 B
Subscribers
None
D7733.diff
View Options
diff --git a/contrib/debian/rules b/contrib/debian/rules
--- a/contrib/debian/rules
+++ b/contrib/debian/rules
@@ -9,7 +9,9 @@
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=$$(pwd)/debian/tmp \
-DCLIENT_VERSION_IS_RELEASE=ON \
- -DUSE_JEMALLOC=OFF
+ -DUSE_JEMALLOC=OFF \
+ -DBUILD_LIBBITCOINCONSENSUS=OFF \
+ -DBUILD_BITCOIN_SEEDER=OFF
override_dh_auto_test:
ninja -C _build check
@@ -21,3 +23,8 @@
# Skip the dwz step since the files are stripped already.
# https://manpages.debian.org/testing/debhelper/dh_dwz.1.en.html
override_dh_dwz: ;
+
+# Enforce dh_missing to issue warnings when files are present but not installed.
+# Note that this is the default with compat level 12.
+override_dh_missing:
+ dh_missing --list-missing
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 08:50 (56 m, 43 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187131
Default Alt Text
D7733.diff (765 B)
Attached To
D7733: Avoid dh_missing warnings when building the debian package
Event Timeline
Log In to Comment