Codebase list libipc-pubsub-perl / defcf3a
Update to debhelper compat level 10 and tiny debian/rules Niko Tyni 6 years ago
3 changed file(s) with 3 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
22 Section: perl
33 Testsuite: autopkgtest-pkg-perl
44 Priority: optional
5 Build-Depends: debhelper (>= 7)
5 Build-Depends: debhelper (>= 10)
66 Build-Depends-Indep: perl,
77 libossp-uuid-perl,
88 libclass-accessor-perl,
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