File: rules

package info (click to toggle)
libpthread-stubs 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: sh: 765; makefile: 9
file content (11 lines) | stat: -rwxr-xr-x 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=build

override_dh_auto_configure:
	dh_auto_configure --builddirectory=build

override_dh_auto_install:
	dh_auto_install --builddirectory=build --destdir=debian/tmp
	find debian/tmp -name '*.la' -delete