File: rules

package info (click to toggle)
libgff 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 536 kB
  • sloc: cpp: 8,540; ansic: 1,282; sh: 22; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	find debian -name '*.gtf' | xargs chmod -x