pkg-monitoring-plugins/debian
2014-01-22 23:25:41 +01:00
..
bin contrib/ is dropped in latest upstream scm 2013-09-02 20:11:33 +00:00
patches Add 12_check_ssh_read_socket.dpatch to fix socket read failure (Closes: #734811) 2014-01-10 16:16:01 +01:00
pluginconfig Use check_ldap instead of check_ldaps for the check_ldaps* command definitions 2013-12-01 21:54:26 +01:00
source move repack.sh to debian/bin/ 2013-08-28 09:14:18 +00:00
changelog Update Homepage 2013-11-20 20:33:46 +00:00
compat
control Starting transition toward monitoring-plugins with debian/control 2014-01-22 23:25:41 +01:00
copyright Changing upstream URLs 2014-01-15 12:55:38 +01:00
dirs
functions
nagios-plugins-basic.dirs
nagios-plugins-basic.links
nagios-plugins-basic.postinst
nagios-plugins-basic.postrm.in
nagios-plugins-common.dirs
nagios-plugins-common.docs
nagios-plugins-common.examples command.cfg removed upstream 2013-09-03 13:09:53 +00:00
nagios-plugins-standard.dirs
nagios-plugins-standard.docs
nagios-plugins-standard.links
nagios-plugins-standard.postinst
nagios-plugins-standard.postrm.in
nagios-plugins.links
NEWS.Debian remove check_bgpstate and check_linux_raid 2012-05-15 12:01:24 +00:00
README.Debian
README.Debian.plugins.in Adjusting path of rpcbind to /usr/sbin and recommend rpcbind, droping ubuntu specific adjustments 2013-06-24 13:35:52 +00:00
README.source move repack.sh to debian/bin/ 2013-08-28 09:14:18 +00:00
rules remove cruft 2013-08-26 00:02:29 +00:00
watch Changing upstream URLs 2014-01-15 12:55:38 +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/
 * contrib/

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

 repack.sh <upstream-tarball>

Creating a sufficiant tarball from latest git snapshot:

* Install 'autoconf automake' beside the build-depends
* Following http://nagiosplugins.org/node/96 you need
  - cd /tmp/nagiosplugins
  - tools/setup
  - ./configure
  - make dist