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 8fbf1b5 commit 88fc5aaCopy full SHA for 88fc5aa
debian/libmongocxx-noabi.docs
@@ -1,3 +1,2 @@
1
-debian/tmp/usr/share/mongo-cxx-driver/LICENSE
2
debian/tmp/usr/share/mongo-cxx-driver/README.md
3
debian/tmp/usr/share/mongo-cxx-driver/THIRD-PARTY-NOTICES
debian/rules
@@ -33,6 +33,7 @@ override_dh_auto_build:
33
override_dh_auto_install:
34
dh_auto_install -B$(CURDIR)/build
35
find $(CURDIR)/debian/tmp -type d -empty -delete
36
+ rm -f $(CURDIR)/debian/tmp/usr/share/mongo-cxx-driver/LICENSE
37
38
override_dh_auto_test:
39
# do nothing
0 commit comments