pkg-monitoring-plugins/debian
2020-12-14 14:53:02 +01:00
..
bin debian/bin/repack.sh: adjust for configure.ac 2014-07-11 20:43:11 +02:00
patches Droping all patches commited upstream and beeing obsolete with 2.3 2020-12-10 21:30:48 +01:00
pluginconfig Adding check_curl check commands 2020-12-10 23:04:09 +01:00
source d/s/option: drop travis and add github ignore 2020-12-04 13:02:45 +01:00
upstream Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from ./configure), Repository, Repository-Browse. 2020-05-02 13:39:33 +00:00
changelog Prepare release 2020-12-14 14:53:02 +01:00
compat Bump debhelper from deprecated 5 to 10. 2020-05-02 13:38:52 +00:00
control d/control: adding new build-deps fir check_curl 2020-12-10 22:00:03 +01:00
copyright debian/copyright: Deleting empty last line 2015-08-20 13:13:55 +02: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.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
monitoring-plugins-basic.postrm.in
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
monitoring-plugins-standard.postrm.in
monitoring-plugins.links Drop symlinks to removed LEGAL file. (Closes: #856676) 2017-03-04 12:26:05 +01:00
NEWS Rename debian/NEWS.Debian to debian/NEWS to make lintian happy 2020-12-04 13:17:18 +01:00
README.Debian README.Debian: Updating upstream documentation reference 2014-07-07 18:06:00 +02:00
README.Debian.plugins.in d/control: Add sudo to Recommends 2019-01-20 15:37:52 +01:00
README.source
rules check_uptime: Don't ship for now, check_uptime also exist in nagios-plugins-contrib 2020-12-13 18:34:58 +01: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