pkg-monitoring-plugins/debian
2025-10-06 12:04:55 +02:00
..
bin debian/bin/repack.sh: adjust for configure.ac 2014-07-11 20:43:11 +02:00
patches Adding d/p/26_check_mysql_replica from upstream (Closes: #1116027) 2025-10-06 10:48:11 +02:00
pluginconfig Changing check_httpname to the intended check_http_hostname definition 2025-04-20 09:55:21 +02:00
source Update lintian overrides. 2025-09-12 17:54:16 +02:00
upstream Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from ./configure), Repository, Repository-Browse. 2020-05-02 13:39:33 +00:00
.gitlab-ci.yml Explicitly enable test-build-twice job. 2023-08-26 07:31:40 +02:00
changelog New changelog 2025-10-06 12:04:55 +02:00
control Revert "Drop Priority: optional, default since dpkg 1.22.13." 2025-10-01 11:16:13 +02:00
copyright Fix old FSF address in copyright file. 2025-03-29 07:34:10 +01:00
dirs
functions d/functions: Fixing ucf register function 2018-05-13 14:04:25 +02:00
gbp.conf Update gbp.conf for deprecated section. 2020-11-20 10:52:33 +01:00
monitoring-plugins-basic.alternatives Add d/monitoring-plugins-basic.alternatives 2025-04-21 15:32:59 +02:00
monitoring-plugins-basic.dirs Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02:00
monitoring-plugins-basic.links Drop symlinks to removed LEGAL file. (Closes: #856676) 2017-03-04 12:26:05 +01:00
monitoring-plugins-basic.postinst check_dhcp: Set proper capabilities 2014-07-06 12:28:21 +02:00
monitoring-plugins-basic.postrm.in Set -e in the body of the maintainers script 2014-06-24 11:45:47 +02:00
monitoring-plugins-common.dirs Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02:00
monitoring-plugins-common.docs debian/monitoring-plugins-common.docs: Fixing NEWS filename 2020-12-08 19:28:36 +01:00
monitoring-plugins-common.examples Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02:00
monitoring-plugins-standard.dirs Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02:00
monitoring-plugins-standard.docs
monitoring-plugins-standard.links Drop symlinks to removed LEGAL file. (Closes: #856676) 2017-03-04 12:26:05 +01:00
monitoring-plugins-standard.postinst Set -e in the body of the maintainers script 2014-06-24 11:45:47 +02:00
monitoring-plugins-standard.postrm.in Set -e in the body of the maintainers script 2014-06-24 11:45:47 +02:00
monitoring-plugins.links Drop symlinks to removed LEGAL file. (Closes: #856676) 2017-03-04 12:26:05 +01:00
NEWS d/NEWS: Add information about check_http deprecation 2025-04-21 16:22:30 +02:00
README.Debian d/README.Debian: Fix typo 2023-01-17 13:48:28 +00:00
README.Debian.plugins.in d/control: Add sudo to Recommends 2019-01-20 15:37:52 +01:00
README.source
rules check_curl: move to monitoring-plugins-basic package 2025-04-21 15:33:05 +02:00
watch Bump watch file version to 4. 2020-11-06 20:05:45 +01:00

We use dpatch for patch handling inside our package(s).  Please see
/usr/share/doc/dpatch/README.source.gz (if you have installed dpatch) for
documentation about dpatch.

Since Version 1.5.0 we are repackaging the upstream tarball to stop providing:

 * perlmods/

Therefor you should use the script debian/bin/repack.sh:

 repack.sh <upstream-tarball>

 This can also be automatically done with 'uscan --force-download'

Creating a sufficiant tarball from latest git snapshot:

* Install 'autoconf automake' beside the build-depends
* Following RELEASING[1] you need
  - cd /tmp/monitoringlug
  - tools/setup
  - ./configure
  - make dist

[1] https://github.com/monitoring-plugins/monitoring-plugins/blob/master/doc/RELEASING