pkg-monitoring-plugins/debian
Robie Basak db384327a9 Drop fping and qstat from Recommends to Suggests
As discussed with Jan on IRC. fping and qstat are in universe in Ubuntu,
and requires an extensive delta to add an -extras package in universe
for Ubuntu users to benefit. Instead we can drop the Recommends to a
Suggests in Debian to save Ubuntu from having to do this.
2015-11-16 16:45:28 +00:00
..
bin debian/bin/repack.sh: adjust for configure.ac 2014-07-11 20:43:11 +02:00
patches Droping patches imported from upstream maint branch 2015-10-12 15:58:18 +02:00
pluginconfig Merge branch 'master' into m-p 2014-06-23 23:06:34 +02:00
source Convert the package to source format 3.0 (quilt) 2015-08-20 12:50:15 +02:00
changelog Adding changelog entry including reference to Launchpad Bug 2015-10-17 12:17:57 +02:00
compat new upstream release and compat 5 2009-10-14 20:54:59 +00:00
control Drop fping and qstat from Recommends to Suggests 2015-11-16 16:45:28 +00:00
copyright debian/copyright: Deleting empty last line 2015-08-20 13:13:55 +02:00
dirs remove source-dist branch 2006-01-20 18:48:40 +00:00
functions remove sarge handholding 2008-03-09 09:12:15 +00: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 Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02: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 Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02: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 Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins-standard.links Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02: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 Reformating with warp-and-sort the rest of debian/ 2015-08-20 13:18:45 +02:00
NEWS.Debian NEWS.Debian: Fix typo, thanks Uli Martens 2014-07-13 21:55:36 +02:00
README.Debian README.Debian: Updating upstream documentation reference 2014-07-07 18:06:00 +02:00
README.Debian.plugins.in Fix package name in README.Debian* files 2014-01-23 01:24:44 +01:00
README.source Update README.source 2014-02-21 11:37:09 +01:00
rules Fix /proc check on systems that have hardened system 2015-10-28 00:44:42 +01:00
watch Repack upstream tarball on download 2014-02-21 11:36:53 +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