1debhelper(7) Debhelper debhelper(7)
2
3
4
6 debhelper-obsolete-compat - List of no longer supported compat levels
7
9 This document contains the upgrade guidelines from all compat levels
10 which are no longer supported. Accordingly it is mostly for historical
11 purposes and to assist people upgrading from a non-supported compat
12 level to a supported level.
13
14 For upgrades from supported compat levels, please see debhelper(7).
15
17 The following is the list of now obsolete compat levels and their
18 changes.
19
20 v1 This is the original debhelper compatibility level, and so it is
21 the default one. In this mode, debhelper will use debian/tmp as the
22 package tree directory for the first binary package listed in the
23 control file, while using debian/package for all other packages
24 listed in the control file.
25
26 This mode is deprecated.
27
28 v2 In this mode, debhelper will consistently use debian/package as the
29 package tree directory for every package that is built.
30
31 This mode is deprecated.
32
33 v3 This mode works like v2, with the following additions:
34
35 - Debhelper config files support globbing via * and ?, when
36 appropriate. To turn this off and use those characters raw,
37 just prefix with a backslash.
38
39 - dh_makeshlibs makes the postinst and postrm scripts call
40 ldconfig.
41
42 - Every file in etc/ is automatically flagged as a conffile
43 by dh_installdeb.
44
45 This mode is deprecated.
46
47 v4 Changes from v3 are:
48
49 - dh_makeshlibs -V will not include the Debian part of the
50 version number in the generated dependency line in the
51 shlibs file.
52
53 - You are encouraged to put the new ${misc:Depends} into
54 debian/control to supplement the ${shlibs:Depends} field.
55
56 - dh_fixperms will make all files in bin/ directories and in
57 etc/init.d executable.
58
59 - dh_link will correct existing links to conform with policy.
60
61 This mode is deprecated.
62
63 v5 This is the lowest supported compatibility level.
64
65 Changes from v4 are:
66
67 - Comments are ignored in debhelper config files.
68
69 - dh_strip --dbg-package now specifies the name of a package
70 to put debugging symbols in, not the packages to take the
71 symbols from.
72
73 - dh_installdocs skips installing empty files.
74
75 - dh_install errors out if wildcards expand to nothing.
76
78 debhelper(7)
79
81 Niels Thykier <niels@thykier.net>
82
83 Joey Hess
84
85
86
8711.4 2017-07-29 debhelper(7)