Codebase list dh-make / f7815f5
Update to debhelper-compat 12 Use debhelper compat level 12 Remove the compat files, no longer required Build-depend on buildhelper-compat 12 Closes: #919179 Craig Small 5 years ago
5 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 dh-make (2.201901) unstable; urgency=medium
11
22 * dh_makefont call dh_make correctly Closes: #914564
3
4 -- Craig Small <csmall@debian.org> Mon, 26 Nov 2018 22:27:40 +1100
3 * Use debhelper-compat and move to compat level 12 Closes: #919179
4
5 -- Craig Small <csmall@debian.org> Tue, 15 Jan 2019 21:38:15 +1100
6
57 dh-make (2.201802) UNRELEASED; urgency=medium
68
79 [ Paul Wise ]
+0
-1
debian/compat less more
0 11
11 Section: devel
22 Priority: optional
33 Maintainer: Craig Small <csmall@debian.org>
4 Build-Depends: debhelper (>= 11), dh-python, python3-all
4 Build-Depends: debhelper-compat (= 12), dh-python, python3-all
55 Standards-Version: 4.1.3
66 Vcs-Browser: https://salsa.debian.org/debian/dh-make
77 Vcs-Git: https://salsa.debian.org/debian/dh-make.git
1313 from email.utils import formatdate
1414 from enum import Enum
1515
16 __version__ = '2.201802'
16 __version__ = '2.201901'
1717 __dhlib__ = '/usr/share/debhelper/dh_make'
1818 policy_version = '4.1.3'
1919
204204 'YEAR': time.strftime('%Y'),
205205 'USERNAME': get_username(),
206206 'POLICY': policy_version,
207 'BUILD_DEPS': ['debhelper (>= 11)'],
207 'BUILD_DEPS': ['debhelper-compat (= 12)'],
208208 'DH_ADDON': '',
209209 'SOURCE_EXTRADOCS': '',
210210 'RULES_START_TEXT': '',
+0
-1
lib/debian/compat less more
0 11