Skip to content

Commit 4fb1426

Browse files
committed
Problem: out of date with packaging
Solution: regenerate
1 parent dc477bc commit 4fb1426

5 files changed

Lines changed: 9 additions & 17 deletions

File tree

packaging/debian/compat

Lines changed: 0 additions & 1 deletion
This file was deleted.

packaging/debian/control

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ Section: net
1313
Priority: optional
1414
Maintainer: glar150 Developers <zeromq-dev@lists.zeromq.org>
1515
Standards-Version: 4.0.1.0
16-
Build-Depends: debhelper (>= 9),
17-
pkg-config,
16+
Build-Depends: debhelper-compat (= 12),
17+
pkgconf | pkg-config,
1818
libzmq3-dev,
1919
libczmq-dev,
2020
libzyre-dev,
21-
systemd,
22-
asciidoc-base | asciidoc, xmlto,
23-
dh-autoreconf
21+
systemd-dev | systemd,
22+
asciidoc-base <!nodoc>, xmlto <!nodoc>,
2423

2524
Package: libglar0
2625
Architecture: any

packaging/debian/glar150.dsc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Source: glar150
44
Version: 0.0.1-0.1
55
Maintainer: glar150 Developers <zeromq-dev@lists.zeromq.org>
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
libczmq-dev,
1111
libzyre-dev,
12-
systemd,
13-
asciidoc-base | asciidoc, xmlto,
14-
dh-autoreconf
12+
systemd-dev | systemd,
13+
asciidoc-base <!nodoc>, xmlto <!nodoc>,
1514

1615
Files:
1716
7697688bf65a35bc33ae2db51ebb0e3b 818110 glar150.tar.gz

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ override_dh_auto_test:
4141
override_dh_auto_configure:
4242
dh_auto_configure -- \
4343
--with-systemd-units \
44+
--with-systemdsystemunitdir=/lib/systemd/system \
4445
--with-docs=$(DOCS) \
4546
--enable-drafts=$(DRAFTS)
4647

4748
%:
4849
dh $@ \
49-
--with systemd \
5050
--parallel \
5151
--with autoreconf

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)