File: rules

package info (click to toggle)
sfwbar 1.0~beta13-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,200 kB
  • sloc: ansic: 16,020; xml: 727; makefile: 53
file content (16 lines) | stat: -rwxr-xr-x 321 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	for file in doc/*.rst ; do \
		rst2man $$file $${file%.rst}.1 ; \
	done

override_dh_install:
	rm -f debian/sfwbar/usr/share/sfwbar/icons/weather/LICENSE
	dh_install