Commit Graph

382 Commits

Author SHA1 Message Date
Laurent Bigonville
2740456b51 Properly install the icons and other UI data for nut-monitor 2022-07-10 20:09:04 +02:00
Laurent Bigonville
bbda8c3814 debian/rules: Only try to build manpages if asciidoc is installed 2022-07-10 20:06:15 +02:00
Laurent Bigonville
ce9a71e024 debian/libnutclient2.symbols: Run through c++filt to make symbols readable 2022-07-10 12:57:02 +02:00
Laurent Bigonville
b77bb84a87 debian/*.symbols: Add Build-Depends-Package field 2022-07-10 12:57:02 +02:00
Laurent Bigonville
793fac36f3 Install nut-driver-enumerator.sh in /usr/libexec/ 2022-07-10 12:57:02 +02:00
Laurent Bigonville
e7e536b028 Install the nut.target file in the nut-client package 2022-07-10 12:57:02 +02:00
Laurent Bigonville
e03f1c997d Override systemd-service-file-refers-to-unusual-wantedby-target for nut-client and nut-server packages 2022-07-10 12:57:02 +02:00
Laurent Bigonville
4897ca64b0 debian/control: Add libavahi-client-dev and libavahi-core-dev to the BD 2022-07-10 12:11:21 +02:00
Laurent Bigonville
e20fede4d1 debian/rules: Fix links to the shared libraries for the -dev packages 2022-07-10 12:11:21 +02:00
Laurent Bigonville
e4896f6084 debian/rules: Build the package in parallel 2022-07-10 11:28:49 +02:00
Laurent Bigonville
d8dfcf1102 debian/nut-server.lintian-overrides: Update to properly override udev-rule-missing-subsystem 2022-07-10 11:19:41 +02:00
Laurent Bigonville
4ce415be3c debian/patches/: Drop all patches merged upstream 2022-07-10 11:05:29 +02:00
Laurent Bigonville
9e5d5b9c96 debian/patches/0004-fix-systemd-service.patch: Drop, not needed anymore 2022-07-10 11:05:29 +02:00
Laurent Bigonville
dae4e2a91f debian/patches/series: Continue to apply 0003-install-dev-files-in-usr.patch 2022-07-10 11:05:29 +02:00
Laurent Bigonville
98eea7e938 debian/patches/0001-reproductible-build.patch: Refreshed 2022-07-10 11:05:29 +02:00
Laurent Bigonville
360f58830e debian/control: BD against libusb-1.0-0-dev instead of libusb-dev 2022-07-10 11:05:29 +02:00
Laurent Bigonville
466f380f8a debian/control: Use ${python3:Depends} instead of hardcoding python3 dependency 2022-07-10 11:05:21 +02:00
Laurent Bigonville
89ba505c47 Merge proposed patch from Yifeng Li, thanks for the work 2022-07-10 09:38:23 +02:00
Laurent Bigonville
c39fca67d6 Update upstream source from tag 'upstream/2.8.0'
Update to upstream version '2.8.0'
with Debian dir e9ae7053be
2022-07-10 09:23:56 +02:00
Laurent Bigonville
b18c8996f1 New upstream version 2.8.0 2022-07-10 09:23:45 +02:00
Laurent Bigonville
55eb740f90 debian/watch: Update the URL and add support for RC releases 2022-07-10 09:23:36 +02:00
Laurent Bigonville
fc7f4b43c1 Release to unstable 2021-11-06 18:41:42 +01:00
Laurent Bigonville
a9054f1936 debian/source_nut.py: Change the shebang to python3 2021-11-06 18:39:44 +01:00
Laurent Bigonville
9830c31430 debian/control: Bump Standards-Version to 4.6.0 (no further changes) 2021-11-06 18:39:40 +01:00
Laurent Bigonville
d0e2223474 Merge branch 'azazel/nut-debian' into debian 2021-11-06 18:22:10 +01:00
Jeremy Sowden
889a404ef5 d/patches: add patch to fix FTBFS with g++-11 (closes: #984260)
Dynamic exception specifications are obsolete and g++-11 throws errors
when it find them.  Upstream has removed them.  This commit adds the
upstream patch, rebased to apply against the source of the Debian
pacakge.
2021-10-14 11:13:36 +01:00
Laurent Bigonville
c3b8fd580f Release to unstable 2020-10-15 12:16:40 +02:00
Laurent Bigonville
2cbeab144c Merge branch 'sergiodj/nut-update-symbols-fix-ftbfs' into debian 2020-10-15 12:11:51 +02:00
Laurent Bigonville
57937877b1 Merge branch 'lintian-fixes' into 'debian'
Fix some issues reported by lintian

See merge request debian/nut!1
2020-10-15 09:53:23 +00:00
Sergio Durigan Junior
82a1e36d60 Update changelog for 2.7.4-13 release 2020-09-29 14:46:41 -04:00
Sergio Durigan Junior
9f7a21edb3 d/libnutclient0.symbols: Update file, and fix FTBFS.
Closes: #957614
2020-09-29 14:46:41 -04:00
Debian Janitor
7e3876e1c6
Set upstream metadata fields: Bug-Database, Bug-Submit (from ./configure), Name (from ./configure), Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
2020-07-09 21:55:02 +01:00
Debian Janitor
b0cb2b77bb
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
2020-07-09 21:54:17 +01:00
Arnaud Quette
f308b5c62d Retirement of Arnaud Quette from the Debian project
Signed-off-by: Arnaud Quette <aquette@debian.org>
2020-07-09 10:47:27 +02:00
Laurent Bigonville
dcb5203681 Port autopkgtests to python3, taken from Ubuntu, thanks to them and Dimitri John Ledkov (Closes: #937169) 2020-01-30 01:06:19 +01:00
Laurent Bigonville
5c60ced7db Release to unstable 2019-12-15 21:22:17 +01:00
Laurent Bigonville
0d0ddec735 Disable python3-nut package for now as it's broken with python3 2019-12-15 21:15:32 +01:00
Laurent Bigonville
f1c2ba9882 debian/patches/0013-fix-doc-build.patch: Fix the documentation build with asciidoc >= 0.9 2019-12-15 20:49:39 +01:00
Laurent Bigonville
a4d3d4fb1e debian/control: Add support for the <!nodoc> Build-Profile 2019-12-15 20:15:40 +01:00
Laurent Bigonville
64f3199582 Remove python(2) binding and disable nut-monitor package for now as it depends on unmaintained pygtk (Closes: #885358, #937169) 2019-12-15 20:02:02 +01:00
Laurent Bigonville
daac55b6a9 Release to unstable 2019-08-19 01:04:41 +02:00
Laurent Bigonville
866682d442 Add higher resolution icon for nut-monitor 2019-08-18 15:50:42 +02:00
Laurent Bigonville
6d1061719e Add the apport script coming from Ubuntu, thanks to them again 2019-08-18 15:38:40 +02:00
Laurent Bigonville
034bb3e28f Run wrap-and-sort 2019-08-06 10:53:49 +02:00
Laurent Bigonville
e878bd34ba debian/tests/control: Add psmisc to the dependencies as it's not installed by default in debian 2019-08-04 20:57:17 +02:00
Laurent Bigonville
c4835ea1a1 debian/tests: Import changes from the ubuntu package, thanks to them. 2019-08-04 20:52:08 +02:00
Laurent Bigonville
1d0f417e29 debian/libnutclient0.symbols: Add new C++ template exported on arm64 and x32 2019-08-04 20:11:03 +02:00
Laurent Bigonville
f421c8ecc7 debian/libnutscan1.symbols: hurd-i386 is not built with ipmi support and thus is libnutscan is not exporting the related symbols 2019-08-04 15:01:33 +02:00
Laurent Bigonville
2a297829ee Release to unstable 2019-08-04 10:34:25 +02:00
Laurent Bigonville
c71fa5912e debian/libnutclient0.symbols: Adjust the symbols due to C++ changes 2019-08-04 10:33:47 +02:00