File: rules

package info (click to toggle)
krecipes 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,268 kB
  • ctags: 3,712
  • sloc: cpp: 38,766; sql: 168; perl: 134; xml: 100; sh: 64; makefile: 6
file content (11 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
  
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --parallel --with kde

override_dh_strip:
	dh_strip --dbgsym-migration='krecipes-dbg (<< 2.1.0-3~)'

override_dh_auto_test: