Skip to content

Commit

Permalink
Prepare 0.0.8.109.gaa25f15-1 packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Sjoerd Simons <[email protected]>
  • Loading branch information
Sjoerd Simons committed Apr 12, 2024
1 parent 1b6766c commit 59a8b52
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
pdudaemon (0.0.8.109.gaa25f15-1) unstable; urgency=medium

* New upstream version 0.0.8.109.gaa25f15
* Fix compatibility with python 3.12 (Closes: #1058396)
* Fixes compatibility with python 3.12 (Closes: #1058396)
* Run wrap-and-sort
* debian/rules: Drop PYBUILD_INSTALL_ARGS, they don't seem to apply when
using pyproject
* debian/control: Add b-d on pybuild-plugin-pyproject as pdudaemon shifted
to pyproject.
* debian/pdudaemon.install: Move pdudaemon to usr/sbin to keep consistency
with previous versions, rather then relying on the build system to do so

-- Sjoerd Simons <[email protected]> Thu, 11 Apr 2024 20:20:08 +0200

Expand Down
9 changes: 4 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Source: pdudaemon
Section: net
Priority: optional
Maintainer: Matt Hart <[email protected]>
Uploaders: Matt Hart <[email protected]>,
Sjoerd Simons <[email protected]>
Uploaders: Matt Hart <[email protected]>, Sjoerd Simons <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3,
python3-aiohttp,
python3-all,
Expand All @@ -29,9 +29,8 @@ Vcs-Browser: https://github.com/pdudaemon/pkg-pdudaemon

Package: pdudaemon
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Recommends: telnet | telnet-client, openssh-client
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: openssh-client, telnet | telnet-client
Description: daemon for controlling PDUs
Pdudaemon provides a standard way of controlling power controllers,
which can either be local devices or networked PDUs. On top of that it ensures
Expand Down
4 changes: 2 additions & 2 deletions debian/pdudaemon.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
usr/sbin/pdudaemon
usr/lib
share/pdudaemon.conf etc/pdudaemon/
share/pdudaemon.service lib/systemd/system/
usr/bin/pdudaemon usr/sbin
usr/lib
2 changes: 0 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS

export PYBUILD_INSTALL_ARGS=--install-script /usr/sbin

%:
dh $@ --with python3 --buildsystem pybuild

Expand Down

0 comments on commit 59a8b52

Please sign in to comment.