Skip to content

Commit 61fe307

Browse files
committed
(Debian packaging) disable uninstall script generation in Debian build
1 parent 65ebb6f commit 61fe307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debian/rules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ export DEB_LDFLAGS_MAINT_APPEND := -lpthread
2424
override_dh_auto_configure:
2525
dh_auto_configure -B$(CURDIR)/build -- \
2626
-DBUILD_VERSION=$(DEB_VERSION_UPSTREAM) \
27-
-DBSONCXX_POLY_USE_BOOST=1
27+
-DBSONCXX_POLY_USE_BOOST=1 \
28+
-DENABLE_UNINSTALL=OFF
2829

2930
override_dh_auto_build:
3031
dh_auto_build -B$(CURDIR)/build -- all doxygen-current

0 commit comments

Comments
 (0)