pkg-monitoring-plugins/debian
2014-07-07 13:43:44 +02:00
..
bin Merge branch 'master' into m-p 2014-02-22 00:42:58 +01:00
patches Remove 03_configure.in_remove_perlmods.dpatch 2014-02-22 00:49:58 +01:00
pluginconfig Merge branch 'master' into m-p 2014-06-23 23:06:34 +02:00
source move repack.sh to debian/bin/ 2013-08-28 09:14:18 +00:00
changelog Adding closed bugreports to changelog 2014-07-07 13:43:44 +02:00
compat new upstream release and compat 5 2009-10-14 20:54:59 +00:00
control Adjust VCS-Headers to new pakage name 2014-07-07 09:00:32 +02: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 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 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 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 Fixing pathes in debian/rules and maintainers scripts 2014-01-23 01:38:10 +01:00
NEWS.Debian NEWS.Debian: Add a hint about negative values of check_snmp 2014-07-07 13:00:25 +02:00
README.Debian README.Debian: Lazy documentation how to set capabilities 2014-07-06 12:28:21 +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 Merge branch 'master' into m-p 2014-06-21 13:53:42 +02: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