Codebase list libexporter-tidy-perl / 3709ae0
Refactor debian/rules Lucas Kanashiro 8 years ago
2 changed file(s) with 2 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
3333 * Bump debhelper compatibility level to 9
3434 * Declare compliance with Debian policy 3.9.6
3535 * Add debian/source/format
36 * Refactor debian/rules
3637
3738 -- Lucas Kanashiro <kanashiro.duarte@gmail.com> Fri, 21 Aug 2015 20:19:59 -0300
3839
00 #!/usr/bin/make -f
11
2 build: build-stamp
3 build-stamp:
4 dh build
5 touch $@
6
7 clean:
2 %:
83 dh $@
9
10 install: install-stamp
11 install-stamp: build-stamp
12 dh install
13 touch $@
14
15 binary-arch:
16
17 binary-indep: install
18 dh $@
19
20 binary: binary-arch binary-indep
21
22 .PHONY: binary binary-arch binary-indep install clean build