File: rules

package info (click to toggle)
gst123 0.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 784 kB
  • sloc: cpp: 3,278; sh: 1,232; ansic: 98; makefile: 33
file content (10 lines) | stat: -rwxr-xr-x 183 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh  $@

override_dh_auto_configure:
	dh_auto_configure -- LDFLAGS="$(LDFLAGS) -Wl,--as-needed"