Codebase list mdp-src / 0367786
removing boilerplate stuff from debian/rules Lev Lamberov 8 years ago
1 changed file(s) with 1 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1 # See debhelper(7) (uncomment to enable)
2 # output every command that modifies files on the build system.
1
32 export DH_VERBOSE = 1
43
54 export PREFIX=/usr
65
7 # see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
86 DPKG_EXPORT_BUILDFLAGS = 1
97 include /usr/share/dpkg/default.mk
108
11 # see FEATURE AREAS in dpkg-buildflags(1)
129 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1310
14 # see ENVIRONMENT in dpkg-buildflags(1)
15 # package maintainers to append CFLAGS
16 #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
17 # package maintainers to append LDFLAGS
18 #export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
19
20
21 # main packaging script based on dh7 syntax
2211 %:
2312 dh $@
2413
2514 override_dh_compress:
26
27 # dh_make generated override targets
28 # This is example for Cmake (See https://bugs.debian.org/641051 )
29 #override_dh_auto_configure:
30 # dh_auto_configure -- \
31 # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)