File: rules

package info (click to toggle)
toon 0.0~git20220106104723.370dcd9-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,844 kB
  • sloc: ansic: 16,404; cpp: 6,883; awk: 148; makefile: 77; sh: 2
file content (12 lines) | stat: -rwxr-xr-x 305 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1

%:
	dh $@

override_dh_auto_install:
	dh_auto_install
	find debian/libtoon-dev -type f -name \*~ -delete
	find debian/libtoon-dev -type f -name \*.in -delete