File: rules

package info (click to toggle)
libspectre 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,964 kB
  • sloc: ansic: 4,704; sh: 4,220; makefile: 189
file content (9 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name '*.la' -print -delete