File: rules

package info (click to toggle)
glabels 3.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,772 kB
  • sloc: ansic: 41,310; xml: 10,328; sh: 4,172; makefile: 834
file content (29 lines) | stat: -rwxr-xr-x 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f

# Remove excess dependencies
export DEB_LDFLAGS_MAINT_APPEND += -Wl,--as-needed

# Hardening flags
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall


%:
	dh $@

#include /usr/share/dpkg/buildflags.mk

# CDBS classes & rules
#include /usr/share/cdbs/1/class/gnome.mk
#include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/rules/utils.mk

# Compilation options
#DEB_CONFIGURE_EXTRA_FLAGS := --with-libebook

# Debhelper arguments
#DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp --list-missing

#post-patches::
#	mkdir -p m4
#	autoreconf -i