File: rules

package info (click to toggle)
untex 1%3A1.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ansic: 1,490; makefile: 24; sh: 4
file content (18 lines) | stat: -rwxr-xr-x 298 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

PACKAGE = untex

export DEB_BUILD_MAINT_OPTIONS	= hardening=+all

-include /usr/share/dpkg/buildtools.mk

override_dh_auto_install:
	# Skip. See debian/install

override_dh_auto_build:
	$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $(PACKAGE).c -o $(PACKAGE)

%:
	dh $@

# End of file