File: rules

package info (click to toggle)
dbf2mysql 1.14a-5
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 320 kB
  • sloc: ansic: 4,680; makefile: 147
file content (18 lines) | stat: -rwxr-xr-x 390 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# This file is public domain software, originally written by Joey Hess. 

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

%:
	dh $@ 

dh_override_auto_configure:

dh_override_auto_build:
	$(MAKE) DESTDIR=$(CURDIR)/debian/dbf2mysql

dh_override_auto_install:
	$(MAKE) DESTDIR=$(CURDIR)/debian/dbf2mysql install