File: rules

package info (click to toggle)
dvi2dvi 2.0alpha-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 928 kB
  • sloc: ansic: 6,645; makefile: 97; sh: 8
file content (18 lines) | stat: -rwxr-xr-x 326 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

export DEB_CFLAGS_MAINT_APPEND	 = -std=gnu17

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	-rm -rf lib/

override_dh_auto_build:
	dh_auto_build
	$(MAKE) newlib

override_dh_auto_install:
	dh_auto_install -- INSTALL='install --strip-program=true'
	$(MAKE) install-lib DESTDIR=$(CURDIR)/debian/dvi2dvi