File: rules

package info (click to toggle)
flickcurl 1.26-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,508 kB
  • ctags: 3,340
  • sloc: ansic: 26,020; sh: 11,915; xml: 1,025; makefile: 343
file content (7 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

.PHONY: override_dh_strip
override_dh_strip:
	dh_strip --dbg-package=$(shell awk '/Package: libflickcurl[0-9][0-9]*-dbg/ { print $$2 }' debian/control)