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
90
91
92
|
Source: debhelper
Section: devel
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debhelper Maintainers <debhelper@packages.debian.org>
XSBC-Original-Uploaders:
Niels Thykier <niels@thykier.net>,
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
dpkg-dev (>= 1.18.0~),
libtest-pod-perl <pkg.debhelper.ci>,
man-db <pkg.debhelper.ci>,
perl:any,
po4a <!pkg.debhelper.nonls>,
X-DH-Compat: 15
X-Style: black
Rules-Requires-Root: no
Standards-Version: 4.7.0
Testsuite:
autopkgtest-pkg-perl
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/debhelper
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/debhelper
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/debhelper
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/debhelper.git
Package: debhelper
Architecture: all
Depends:
autotools-dev,
# Version 12 is where dh-autoreconf supports --sourcedirectory.
# Version 16 fixes #887482, version 17 fixes #889567
# Constraint can be relaxed if packages do not rely/require any of the
# above fixes
dh-autoreconf (>= 17~),
# Version constraint is to get a version of dh-strip-nondeterminism
# without several bugs. The constraint can be relaxed if an older
# version is sufficient.
dh-strip-nondeterminism (>= 0.028~),
# dbgsym support landed in 1.18.0, 1.18.2 fixes a related nasty bug.
dpkg (>= 1.18.0~),
dpkg-dev (>= 1.18.2~),
dwz (>= 0.12.20190711) <!pkg.debhelper.bootstrap>,
file (>= 3.23),
libdebhelper-perl (= ${source:Version}),
libdpkg-perl (>= 1.17.14),
man-db <!pkg.debhelper.bootstrap>,
po-debconf,
Breaks:
# To ensure cmake understands -DCMAKE_INSTALL_RUNSTATEDIR=/run as used in compat 11
# - Can be dropped (with the caveat that cmake packages may behave differently
# depending on the version of cmake).
cmake (<< 3.9~),
# The debhelper-documentation plugin uses features from 0.1.18+
# The `dh_assistant` change in 13.16 is not great for `dh-debputy`'s LSP/Lint features before debputy/0.1.37
# (The build part of `debputy` is unaffected)
dh-debputy (<< 0.1.36~),
# meson build system uses --wrap-mode, which requires meson (>= 0.40.0)
meson (<< 0.40.0~),
Suggests:
dh-make,
Provides:
dh-sequence-dwz,
dh-sequence-elf-tools,
dh-sequence-installinitramfs,
dh-sequence-installsysusers,
dh-sequence-movetousr,
dh-sequence-single-binary,
dh-sequence-systemd,
${dh:CompatLevels},
Multi-Arch: foreign
Description: helper programs for debian/rules
A collection of programs that can be used in a debian/rules file to
automate common tasks related to building Debian packages. Programs
are included to install various files into your package, compress
files, fix file permissions, integrate your package with the Debian
menu system, debconf, doc-base, etc. Most Debian packages use debhelper
as part of their build process.
Package: libdebhelper-perl
Section: perl
Architecture: all
Replaces:
debhelper (<< 12.6~),
Breaks:
debhelper (<< 12.6~),
Multi-Arch: foreign
Description: debhelper perl modules
A collection of programs that can be used in a debian/rules file to
automate common tasks related to building Debian packages.
.
This package provides the perl modules used by the scripts in debhelper.
|