projects
/
iserv-mod-room-reservation.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
4b4d190dce99883182e8b8b550d9432035eba508
[iserv-mod-room-reservation.git]
/
debian
/
rules
1
#!/usr/bin/make -f
2
# rules for debuild
3
4
# needed for lintian
5
build
:
6
dh_testdir
7
8
binary-indep
:
9
dh_testdir
10
dh_testroot
11
dh_clean
-
k
12
dh_installdirs
13
$(
MAKE
)
DESTDIR
=$(
CURDIR
)/
debian
/
iserv-room-reservation
install
14
15
dh_testdir
16
dh_testroot
17
dh_installchangelogs
18
dh_installdocs
19
#dh_installexamples
20
##dh_install
21
##dh_installmenu
22
##dh_installdebconf
23
##dh_installlogrotate
24
##dh_installemacsen
25
##dh_installpam
26
##dh_installmime
27
##dh_python
28
#dh_installinit
29
#dh_installcron
30
#dh_installinfo
31
#dh_installman
32
#dh_link
33
#dh_strip
34
dh_compress
35
dh_fixperms
36
##dh_perl
37
##dh_makeshlibs
38
dh_installdeb
39
#dh_shlibdeps
40
dh_gencontrol
41
dh_md5sums
42
dh_builddeb
43
44
# needed for lintian
45
binary-arch
:
46
47
binary
:
binary-indep
48
49
clean
:
50
dh_testdir
51
dh_testroot
52
-$(
MAKE
)
clean
53
dh_clean
54
55
.PHONY
:
build
clean
binary-indep binary
install
56
This page took
0.040149 seconds
and
3
git commands to generate.