File: rules

package info (click to toggle)
golang-mongodb-mongo-driver 1.8.4%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 18,520 kB
  • sloc: perl: 533; ansic: 491; python: 432; makefile: 187; sh: 72
file content (19 lines) | stat: -rwxr-xr-x 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_GOLANG_INSTALL_EXTRA := \
	data \
	# EOL

export DH_GOLANG_EXCLUDES := \
	data/bson-corpus/bsonview \
	data/server-discovery-and-monitoring/errors/generate-error-tests.py \
	data/transactions/legacy/mongos-pin-auto-tests.py \
	mongo/integration \
	x/mongo/driver/integration \
	# EOL

%:
	dh $@ --builddirectory=_build --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-binaries