File: rules

package info (click to toggle)
dasher 5.0.0~beta~repack-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 45,040 kB
  • sloc: xml: 181,314; cpp: 70,869; java: 8,020; python: 3,579; makefile: 942; sh: 324; ansic: 223; perl: 71
file content (18 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

# enable all hardening features
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

# define DEB_VERSION*
include /usr/share/dpkg/pkg-info.mk

%:
	dh $@

override_dh_auto_configure:
	rm m4/glib-gettext.m4 || true
	echo $(DEB_VERSION_UPSTREAM) | sed 's/~repack//' > .tarball-version
	./autogen.sh
	dh_auto_configure