File: rules

package info (click to toggle)
mate-user-guide 1.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 74,672 kB
  • sloc: xml: 12,975; sh: 196; makefile: 115
file content (19 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DHFLAGS=--parallel

%:
	dh $@ $(DHFLAGS) --without autoreconf

override_dh_missing:
	dh_missing --fail-missing

override_dh_install:
	dh_install

override_dh_auto_configure:
	NOCONFIGURE=1 ./autogen.sh
	dh_auto_configure $(DHFLAGS) --

get-orig-source:
	uscan --noconf --force-download --rename --download-current-version --destdir=..