File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ Section: net
1313Priority: optional
1414Maintainer: glar150 Developers <zeromq-dev@lists.zeromq.org>
1515Standards-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
2524Package: libglar0
2625Architecture: any
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ Source: glar150
44Version : 0.0.1-0.1
55Maintainer : glar150 Developers <zeromq-dev@lists.zeromq.org>
66Architecture : 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
1615Files :
1716 7697688bf65a35bc33ae2db51ebb0e3b 818110 glar150.tar.gz
Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ override_dh_auto_test:
4141override_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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments