File: commands

package info (click to toggle)
pkg-kde-tools 0.15.29
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 752 kB
  • sloc: perl: 4,178; ansic: 628; sh: 481; python: 48; makefile: 3
file content (89 lines) | stat: -rw-r--r-- 1,276 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Standard target commands are defined here.
# File format is:
# target: prerequisite_target(s) ...
# 	command1
# 	command2
# 	command3
# 	...
# Use $targetname in place of a command to insert commands from the previously
# defined target.
configure:
	dh_testdir
	dh_auto_configure

build: configure
	dh_testdir
	dh_auto_build
	dh_auto_test

build-indep: configure
	$build

build-arch: configure
	$build

clean:
	dh_testdir
	dh_auto_clean
	dh_clean

install: build
	dh_testroot
	dh_prep
	dh_installdirs
	dh_auto_install

	dh_install
	dh_installdocs
	dh_installchangelogs
	dh_installexamples
	dh_installman

	dh_installcatalogs
	dh_installcron
	dh_installdebconf
	dh_installemacsen
	dh_installifupdown
	dh_installinfo
	dh_installinit
	dh_installmenu
	dh_installmime
	dh_installmodules
	dh_installlogcheck
	dh_installlogrotate
	dh_installpam
	dh_installppp
	dh_installudev
	dh_installwm
	dh_installxfonts
	dh_bugfiles
	dh_lintian
	dh_gconf
	dh_icons
	dh_perl
	dh_usrlocal

	dh_link
	dh_compress
	dh_fixperms

install-indep: build-indep
	$install

install-arch: build-arch
	$install

binary-indep: install-indep
	dh_installdeb
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary-arch: install-arch
	dh_strip
	dh_makeshlibs
	dh_shlibdeps
	$binary-indep

binary: install
	$binary-arch