File: rules

package info (click to toggle)
dvi2dvi 2.0alpha-12
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 928 kB
  • sloc: ansic: 6,645; makefile: 96; sh: 8
file content (17 lines) | stat: -rwxr-xr-x 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	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