File: rules

package info (click to toggle)
rocksdb 4.5.1-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,644 kB
  • ctags: 27,244
  • sloc: cpp: 160,044; java: 15,476; python: 3,374; sh: 2,922; ansic: 2,058; makefile: 1,119; php: 722
file content (18 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_build:
	@echo ARCH=`uname -m`
	PORTABLE=1 make all
	PORTABLE=1 make shared_lib

override_dh_auto_install:
	dh_auto_install --destdir=$(CURDIR)/debian/tmp/usr/

%:
	dh $@ --dbg-package=librocksdb4.5-dbg --parallel --fail-missing

.PHONY: override_dh_auto_build override_dh_auto_test override_dh_auto_install