projects
/
sven
/
exfat-utils.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'upstream/1.2.1'
[sven/exfat-utils.git]
/
debian
/
rules
1
#!/usr/bin/make -f
2
3
# Uncomment this to turn on verbose mode.
4
#export DH_VERBOSE=1
5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
6
export CCFLAGS = $(CFLAGS) -Wall -std=c99 -D_GNU_SOURCE
7
8
%:
9
dh $@
10
11
override_dh_auto_build:
12
scons
13
14
override_dh_auto_clean:
15
scons -c
16
rm -f config.log