Skip to content

Commit

Permalink
Fix the build of Debian packages
Browse files Browse the repository at this point in the history
Thanks to by [sbraz](https://github.com/sbraz) for pointing this out
in the issue:

    #89

Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 10, 2021
1 parent a618cba commit fac14e6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
27 changes: 26 additions & 1 deletion debian/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,29 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>.

EXTRA_DIST = changelog compat control copyright rules \
source/format
source/format \
nagios-plugins-linux.dirs \
nagios-plugins-linux-clock.install \
nagios-plugins-linux-cpufreq.install \
nagios-plugins-linux-cpu.install \
nagios-plugins-linux-cswch.install \
nagios-plugins-linux.dirs \
nagios-plugins-linux-docker.install \
nagios-plugins-linux-fc.install \
nagios-plugins-linux-ifmountfs.install \
nagios-plugins-linux-intr.install \
nagios-plugins-linux-iowait.install \
nagios-plugins-linux-load.install \
nagios-plugins-linux-memory.install \
nagios-plugins-linux-multipath.install \
nagios-plugins-linux-nbprocs.install \
nagios-plugins-linux-network.install \
nagios-plugins-linux-network.links \
nagios-plugins-linux-paging.install \
nagios-plugins-linux-pressure.install \
nagios-plugins-linux-readonlyfs.install \
nagios-plugins-linux-swap.install \
nagios-plugins-linux-tcpcount.install \
nagios-plugins-linux-temperature.install \
nagios-plugins-linux-uptime.install \
nagios-plugins-linux-users.install
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
nagios-plugins-linux (29-1) stable; urgency=low
* Release 29 "High Temperatures":
- Improvements and fixes in the plugin check_temperature
- Build a Debian multi-package

-- Davide Madrisan <[email protected]> Sun, 20 Jul 2021 11:11:52 +0200

nagios-plugins-linux (28-2) stable; urgency=low
* Rework packaging framework for Debian
- Build a Debian multi-package
- Build the (optional) plugin check_docker

-- Davide Madrisan <[email protected]> Sun, 11 Jul 2021 12:44:55 +0200
Expand Down
4 changes: 4 additions & 0 deletions debian/nagios-plugins-linux-network.links
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
usr/lib/nagios/plugins/check_network usr/lib/nagios/plugins/check_network_collisions
usr/lib/nagios/plugins/check_network usr/lib/nagios/plugins/check_network_dropped
usr/lib/nagios/plugins/check_network usr/lib/nagios/plugins/check_network_errors
usr/lib/nagios/plugins/check_network usr/lib/nagios/plugins/check_network_multicast

0 comments on commit fac14e6

Please sign in to comment.