File: rules

package info (click to toggle)
mobilitydb 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 70,300 kB
  • sloc: ansic: 151,249; sql: 72,957; xml: 20,918; yacc: 447; makefile: 188; lex: 151; sh: 141
file content (15 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_CPPFLAGS_MAINT_APPEND := -DNDEBUG

%:
	dh $@ --with pgxs

override_dh_auto_configure:
	+pg_buildext run dh_auto_configure -Bbuild-%v -- -DPOSTGRESQL_PG_CONFIG=/usr/lib/postgresql/%v/bin/pg_config

override_dh_installdocs:
	dh_installdocs --all README.*

override_dh_pgxs_test:
	# nothing to do here, see debian/tests/* instead