Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packaging/debian/compat

This file was deleted.

9 changes: 4 additions & 5 deletions packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ Section: net
Priority: optional
Maintainer: malamute Developers <zeromq-dev@lists.zeromq.org>
Standards-Version: 4.0.1.0
Build-Depends: debhelper (>= 9),
pkg-config,
Build-Depends: debhelper-compat (= 12),
pkgconf | pkg-config,
libzmq3-dev,
libczmq-dev,
systemd,
systemd-dev | systemd,
dh-python <!nopython>,
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
asciidoc-base | asciidoc, xmlto,
dh-autoreconf
asciidoc-base <!nodoc>, xmlto <!nodoc>,

Package: libmlm1
Architecture: any
Expand Down
9 changes: 4 additions & 5 deletions packaging/debian/malamute.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@ Source: malamute
Version: 1.2.0-0.1
Maintainer: malamute Developers <zeromq-dev@lists.zeromq.org>
Architecture: any
Build-Depends: debhelper (>= 9),
pkg-config,
Build-Depends: debhelper-compat (= 12),
pkgconf | pkg-config,
libzmq3-dev,
libczmq-dev,
systemd,
systemd-dev | systemd,
dh-python <!nopython>,
python3-all-dev <!nopython>, python3-cffi <!nopython>, python3-setuptools <!nopython>,
asciidoc-base | asciidoc, xmlto,
dh-autoreconf
asciidoc-base <!nodoc>, xmlto <!nodoc>,

Files:
7697688bf65a35bc33ae2db51ebb0e3b 818110 malamute.tar.gz
2 changes: 1 addition & 1 deletion packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ override_dh_auto_test:
override_dh_auto_configure:
dh_auto_configure -- \
--with-systemd-units \
--with-systemdsystemunitdir=/lib/systemd/system \
--with-docs=$(DOCS) \
--enable-drafts=$(DRAFTS)

%:
dh $@ \
--with systemd \
$(WITH_PYTHON) \
--parallel \
--with autoreconf
5 changes: 0 additions & 5 deletions packaging/obs/_service
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
<param name="files">*/packaging/debian/changelog</param>
<param name="outfilename">debian.changelog</param>
</service>
<service name="extract_file" mode="buildtime">
<param name="archive">*.tar</param>
<param name="files">*/packaging/debian/compat</param>
<param name="outfilename">debian.compat</param>
</service>
<service name="extract_file" mode="buildtime">
<param name="archive">*.tar</param>
<param name="files">*/packaging/debian/control</param>
Expand Down
Loading