File: rules

package info (click to toggle)
wmweather%2B 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,116 kB
  • sloc: ansic: 5,839; sh: 1,236; makefile: 34
file content (11 lines) | stat: -rwxr-xr-x 228 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# debian/rules for the wmweather+ package

export DEB_CFLAGS_MAINT_APPEND = -Wall
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@