building deb package
[rrq/hourglass.git] / debian / rules
1 #!/usr/bin/make -f
2 # See debhelper(7) (uncomment to enable)
3 # output every command that modifies files on the build system.
4 #export DH_VERBOSE = 1
5
6 # see FEATURE AREAS in dpkg-buildflags(1)
7 #export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8
9 # see ENVIRONMENT in dpkg-buildflags(1)
10 # package maintainers to append CFLAGS
11 #export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic
12 # package maintainers to append LDFLAGS
13 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
14
15 %:
16         dh $@
17
18 # dh_make generated override targets
19 # This is example for Cmake (See https://bugs.debian.org/641051 )
20 #override_dh_auto_configure:
21 #       dh_auto_configure -- \
22 #       -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
23
24 override_dh_usrlocal:
25         #mkdir -p usr/local/bin
26         dh $@