pkg-monitoring-plugins/debian
2014-01-23 00:40:01 +01:00
..
bin Fix install path in dependency helper 2014-01-22 23:55:34 +01: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 Fix documentaion path in nt.cfg 2014-01-23 00:40:01 +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 new upstream release and compat 5 2009-10-14 20:54:59 +00:00
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 remove source-dist branch 2006-01-20 18:48:40 +00:00
functions remove sarge handholding 2008-03-09 09:12:15 +00:00
nagios-plugins-basic.dirs will need these too, i guess 2006-09-20 21:38:05 +00:00
nagios-plugins-basic.links create nagios-plugins-common package 2012-05-15 11:38:37 +00:00
nagios-plugins-basic.postinst testing fix for conffile prompts 2006-12-05 18:34:39 +00:00
nagios-plugins-basic.postrm.in add a missing conffile, and add extensions to stuff in the postrms 2006-09-20 22:09:35 +00:00
nagios-plugins-common.dirs create nagios-plugins-common package 2012-05-15 11:38:37 +00:00
nagios-plugins-common.docs create nagios-plugins-common package 2012-05-15 11:38:37 +00:00
nagios-plugins-common.examples command.cfg removed upstream 2013-09-03 13:09:53 +00:00
nagios-plugins-standard.dirs will need these too, i guess 2006-09-20 21:38:05 +00:00
nagios-plugins-standard.docs restruture documentation 2010-03-29 01:22:49 +00:00
nagios-plugins-standard.links create nagios-plugins-common package 2012-05-15 11:38:37 +00:00
nagios-plugins-standard.postinst testing fix for conffile prompts 2006-12-05 18:34:39 +00:00
nagios-plugins-standard.postrm.in add a missing conffile, and add extensions to stuff in the postrms 2006-09-20 22:09:35 +00:00
nagios-plugins.links create nagios-plugins-common package 2012-05-15 11:38:37 +00:00
NEWS.Debian remove check_bgpstate and check_linux_raid 2012-05-15 12:01:24 +00:00
README.Debian move a couple of packages to recommands 2010-03-11 21:40:40 +00:00
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 Fixing our debian/README.source to recent state 2014-01-23 00:31:20 +01: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/

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 RELEASING[1] you need
  - cd /tmp/monitoringlug
  - tools/setup
  - ./configure
  - make dist

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