File: rules

package info (click to toggle)
db-defaults 5.3.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 40 kB
  • sloc: makefile: 9
file content (23 lines) | stat: -rwxr-xr-x 375 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules for Berkeley DB defaults
# Copyright (C) 2011 Ondřej Surý
# Published under the GNU GPL license
# Based on previous work by Clint Adams
#
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DH_OPTIONS

%:
	dh $@

override_dh_auto_configure:
	:

override_dh_auto_make:
	:

override_dh_auto_install:
	: