@@ -26,8 +26,6 @@ $(project.name:lower) ($(->version.major).$(->version.minor).$(->version.patch)-
26
26
* Initial packaging.
27
27
28
28
-- $(project.name) Developers <$(project.email)> Wed, 31 Dec 2014 00:00:00 +0000
29
- .output "packaging/debian/compat"
30
- 10
31
29
.output "packaging/debian/control"
32
30
#
33
31
# $(project.name) - $(project.description?'':)
@@ -41,8 +39,8 @@ Section: net
41
39
Priority: optional
42
40
Maintainer: $(project.name) Developers <$(project.email)>
43
41
Standards-Version: 4.0.1.0
44
- Build-Depends: debhelper (>= 9 ),
45
- pkg-config,
42
+ Build-Depends: debhelper-compat (= 12 ),
43
+ pkgconf | pkg-config,
46
44
.for project.use
47
45
.if defined(use.debian_name)
48
46
. if !(use.debian_name = '')
@@ -65,15 +63,13 @@ Build-Depends: debhelper (>= 9),
65
63
.endif
66
64
.if systemd ?= 1
67
65
.# necessary for systemd.pc to get unit install path
68
- systemd,
66
+ systemd-dev | systemd ,
69
67
.endif
70
68
.if python_cffi ?= 1
71
69
dh-python <!nopython>,
72
70
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
73
71
.endif
74
- .- NOTE: after support for Debian 7 and Ubuntu 12.04 is dropped, <!nodoc> can be added to each of the following
75
- asciidoc-base | asciidoc, xmlto,
76
- dh-autoreconf
72
+ asciidoc-base <!nodoc>, xmlto <!nodoc>,
77
73
.if project.exports_classes | ( project.has_classes & project.has_main )
78
74
.# NOTE: Now for at least some compilers the symbol visibility seems to
79
75
.# be managed in the shared library files, not the "exportedness" - so
@@ -314,9 +310,6 @@ override_dh_auto_configure:
314
310
315
311
%:
316
312
dh $@ \\
317
- .if systemd ?= 1
318
- --with systemd \\
319
- .endif
320
313
.if python_cffi ?= 1
321
314
\$(WITH_PYTHON) \\
322
315
.endif
@@ -407,8 +400,8 @@ Source: $(project.name)
407
400
Version: $(->version.major).$(->version.minor).$(->version.patch)-0.1
408
401
Maintainer: $(project.name) Developers <$(project.email)>
409
402
Architecture: any
410
- Build-Depends: debhelper (>= 9 ),
411
- pkg-config,
403
+ Build-Depends: debhelper-compat (= 12 ),
404
+ pkgconf | pkg-config,
412
405
.for project.use
413
406
.if defined(use.debian_name)
414
407
. if !(use.debian_name = '')
@@ -427,14 +420,13 @@ Build-Depends: debhelper (>= 9),
427
420
,
428
421
.endfor
429
422
.if systemd ?= 1
430
- systemd,
423
+ systemd-dev | systemd ,
431
424
.endif
432
425
.if python_cffi ?= 1
433
426
dh-python <!nopython>,
434
427
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
435
428
.endif
436
- asciidoc-base | asciidoc, xmlto,
437
- dh-autoreconf
429
+ asciidoc-base <!nodoc>, xmlto <!nodoc>,
438
430
439
431
Files:
440
432
7697688bf65a35bc33ae2db51ebb0e3b 818110 $(string.replace (project.name, "_|-"):lower).tar.gz
0 commit comments