File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs

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

%:
	dh $@

override_dh_autoreconf:
	rm m4/glib-gettext.m4 || true
	echo $(DEB_VERSION_UPSTREAM) | sed 's/~repack//' > .tarball-version
	NOCONFIGURE=1 ./autogen.sh
	dh_autoreconf