Skip to content

Commit d0f9f5b

Browse files
committed
Problem: out of date with packaging
Solution: regenerate
1 parent 53c7420 commit d0f9f5b

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

packaging/debian/control

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Section: net
1414
Priority: optional
1515
Maintainer: czmq Developers <[email protected]>
1616
Standards-Version: 4.0.1.0
17-
Build-Depends: debhelper (>= 9),
18-
pkg-config,
17+
Build-Depends: debhelper-compat (= 12),
18+
pkgconf | pkg-config,
1919
libzmq3-dev,
2020
uuid-dev,
2121
libsystemd-dev (>= 200.0.0),
@@ -25,8 +25,7 @@ Build-Depends: debhelper (>= 9),
2525
libmicrohttpd-dev,
2626
dh-python <!nopython>,
2727
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
28-
asciidoc-base | asciidoc, xmlto,
29-
dh-autoreconf
28+
asciidoc-base <!nodoc>, xmlto <!nodoc>,
3029

3130
Package: libczmq4
3231
Architecture: any

packaging/debian/czmq.dsc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Source: czmq
44
Version: 4.2.2-0.1
55
Maintainer: czmq Developers <[email protected]>
66
Architecture: any
7-
Build-Depends: debhelper (>= 9),
8-
pkg-config,
7+
Build-Depends: debhelper-compat (= 12),
8+
pkgconf | pkg-config,
99
libzmq3-dev,
1010
uuid-dev,
1111
libsystemd-dev (>= 200.0.0),
@@ -15,8 +15,7 @@ Build-Depends: debhelper (>= 9),
1515
libmicrohttpd-dev,
1616
dh-python <!nopython>,
1717
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
18-
asciidoc-base | asciidoc, xmlto,
19-
dh-autoreconf
18+
asciidoc-base <!nodoc>, xmlto <!nodoc>,
2019

2120
Files:
2221
7697688bf65a35bc33ae2db51ebb0e3b 818110 czmq.tar.gz

packaging/obs/_service

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
<param name="files">*/packaging/debian/changelog</param>
2424
<param name="outfilename">debian.changelog</param>
2525
</service>
26-
<service name="extract_file" mode="buildtime">
27-
<param name="archive">*.tar</param>
28-
<param name="files">*/packaging/debian/compat</param>
29-
<param name="outfilename">debian.compat</param>
30-
</service>
3126
<service name="extract_file" mode="buildtime">
3227
<param name="archive">*.tar</param>
3328
<param name="files">*/packaging/debian/control</param>

0 commit comments

Comments
 (0)