pkg-monitoring-plugins/debian
2014-02-22 00:42:58 +01:00
..
bin Merge branch 'master' into m-p 2014-02-22 00:42:58 +01:00
patches Drop 13_check_proc_parent_process.dpatch 2014-02-21 19:44:58 +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 Merge branch 'master' into m-p 2014-02-21 19:40:48 +01:00
compat new upstream release and compat 5 2009-10-14 20:54:59 +00:00
control Build again against libradiusclient-ng-dev, this Reopens: #721621 2014-02-05 17:19:14 +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
monitoring-plugins-basic.dirs Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
monitoring-plugins-basic.links Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
monitoring-plugins-basic.postinst Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
monitoring-plugins-basic.postrm.in Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins-common.dirs Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins-common.docs Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins-common.examples Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins-standard.dirs Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01: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 Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
monitoring-plugins-standard.postinst Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
monitoring-plugins-standard.postrm.in Rename all debian nagios-plugins* to monitoring-plugins* 2014-01-23 01:08:18 +01:00
monitoring-plugins.links Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
NEWS.Debian Fix spelling error in debian/NEWS.Debian 2014-01-23 02:55:44 +01:00
README.Debian Fix package name in README.Debian* files 2014-01-23 01:24:44 +01: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 Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +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