File: rules

package info (click to toggle)
schism 2%3A20160521-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,876 kB
  • ctags: 7,437
  • sloc: ansic: 59,479; objc: 455; python: 377; makefile: 345; sh: 41; xml: 10
file content (22 lines) | stat: -rwxr-xr-x 378 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#! /usr/bin/make -f

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

%:
	dh --with=autoreconf $@

override_dh_auto_clean:
	dh_auto_clean
	rm -rf auto

override_dh_auto_build:
	mkdir auto
	dh_auto_build

override_dh_auto_install:
	dh_auto_install
	dh_install icons/schism-icon-128.png usr/share/icons/

override_dh_installchangelogs:
	dh_installchangelogs NEWS