[Pkg-nagios-changes] [pkg-monitoring-plugins] branch master updated (7cb5f53 -> a18aba7)

Jan Wagner waja at moszumanska.debian.org
Mon Jul 7 14:36:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a change to branch master
in repository pkg-monitoring-plugins.

      from  7cb5f53   check_http: droping expect string from check_squid (Closes: #742363), thanks Andreas B. Mundt
       new  49be365   Starting transition toward monitoring-plugins with debian/control
       new  a90fffd   Fix install path in dependency helper
       new  b6aca40   Fixing our debian/README.source to recent state
       new  cca2985   Fix documentaion path in nt.cfg
       new  243da0a   Fix URL in the watch file
       new  ffc2ec8   Rename all debian nagios-plugins* to monitoring-plugins*
       new  9f353b3   Fix package name in README.Debian* files
       new  fb6d01c   Fixing pathes in debian/rules and maintainers scripts
       new  e27f56f   New changelog for new git snapshot
       new  03eb8d0   Document our move due renamed upstream
       new  5070f23   Droping patches applied upstream  - 11_check_http_arguments.dpatch  - 12_check_ssh_read_socket.dpatch
       new  ff3a690   Fix spelling error in debian/NEWS.Debian
       new  e754328   Fixing dependency relation
       new  fcf0c24   Updating standards version to 3.9.5 (no changes needed)
       new  2b58dc9   Updating changelog, preparing release
       new  a040c2c   Build again against libradiusclient-ng-dev, this Reopens: #721621 - libfreeradius-client-dev is actually not supported by upstream
       new  bb55bca   adding last minute change
       new  e20f49d   Fixing latest changelog timestamp
       new  b49af7e   Fix watch file to match further and actual releases
       new  735117e   Repack upstream tarball on download
       new  f7a43e4   Update README.source
       new  1ea79f1   Fixing repack.sh script
       new  d4579f1   Add 03_configure.in_remove_perlmods.dpatch
       new  3662a51   Merge branch 'master' into m-p
       new  9b07715   Drop 13_check_proc_parent_process.dpatch  - Included upstream
       new  9eceb00   Add travis config
       new  0339597   Merge branch 'master' into m-p
       new  b207889   Remove 03_configure.in_remove_perlmods.dpatch
       new  0e523fe   Merge branch 'master' into m-p
       new  a444a84   Merge branch 'master' into m-p
       new  9939d1f   Breaks and Replaces against next upstream release
       new  3d682f2   Merge branch 'master' into m-p
       new  dc2ddb1   Merge branch 'master' into m-p
       new  803b3e3   Add libfreeradius-client-dev as first build-dep option (Closes: #721621)
       new  80871b0   Update changelog
       new  c3dd2ca   Fixing typo in changelog
       new  4e2ccd5   Adjust Debian version, next stable release will be 2.0
       new  1742518   Use canonical VCS-URIs
       new  b1ef0e0   Update changelog
       new  d4ad20c   Set -e in the body of the maintainers script
       new  9c42541   Update changelog
       new  a6611b1   check_icmp/check_dhcp: Implementing setcap
       new  90090cb   check_dhcp: Set proper capabilities
       new  a75bd42   README.Debian: Lazy documentation how to set capabilities
       new  6b6e127   NEWS.Debian: Adding some more details
       new  7f2013f   NEWS.Debian: Fix wording
       new  e7c0c6f   Adjust Break and Replace version in debian/control
       new  aeed4b2   Adjust VCS-Headers to new pakage name
       new  e789ea3   NEWS.Debian: Add a hint about negative values of check_snmp
       new  4346d57   Updating debian/changelog
       new  a18aba7   Adding closed bugreports to changelog

The 51 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/NEWS.Debian                                 |  27 ++++
 debian/README.Debian                               |  31 +++--
 debian/README.Debian.plugins.in                    |   8 +-
 debian/README.source                               |   6 +-
 debian/bin/gen_plugin_deps.pl                      |   2 +-
 debian/changelog                                   |  56 +++++++++
 debian/control                                     |  78 +++++++++---
 ...ns-basic.dirs => monitoring-plugins-basic.dirs} |   2 +-
 debian/monitoring-plugins-basic.links              |  10 ++
 debian/monitoring-plugins-basic.postinst           |  29 +++++
 ...ostrm.in => monitoring-plugins-basic.postrm.in} |   4 +-
 ...-common.dirs => monitoring-plugins-common.dirs} |   0
 ...-common.docs => monitoring-plugins-common.docs} |   0
 ...examples => monitoring-plugins-common.examples} |   0
 ...ndard.dirs => monitoring-plugins-standard.dirs} |   2 +-
 ...ndard.docs => monitoring-plugins-standard.docs} |   0
 debian/monitoring-plugins-standard.links           |  10 ++
 debian/monitoring-plugins-standard.postinst        |  12 ++
 ...rm.in => monitoring-plugins-standard.postrm.in} |   4 +-
 debian/monitoring-plugins.links                    |  11 ++
 debian/nagios-plugins-basic.links                  |  10 --
 debian/nagios-plugins-basic.postinst               |  10 --
 debian/nagios-plugins-standard.links               |  10 --
 debian/nagios-plugins-standard.postinst            |  10 --
 debian/nagios-plugins.links                        |  11 --
 debian/patches/00list                              |   3 -
 .../patches/03_configure.in_remove_perlmods.dpatch |  19 ---
 debian/patches/11_check_http_arguments.dpatch      |  33 -----
 debian/patches/13_check_proc_parent_process.dpatch | 138 ---------------------
 debian/pluginconfig/nt.cfg                         |   2 +-
 debian/rules                                       |  48 +++----
 31 files changed, 278 insertions(+), 308 deletions(-)
 rename debian/{nagios-plugins-basic.dirs => monitoring-plugins-basic.dirs} (52%)
 create mode 100644 debian/monitoring-plugins-basic.links
 create mode 100644 debian/monitoring-plugins-basic.postinst
 rename debian/{nagios-plugins-basic.postrm.in => monitoring-plugins-basic.postrm.in} (94%)
 rename debian/{nagios-plugins-common.dirs => monitoring-plugins-common.dirs} (100%)
 rename debian/{nagios-plugins-common.docs => monitoring-plugins-common.docs} (100%)
 rename debian/{nagios-plugins-common.examples => monitoring-plugins-common.examples} (100%)
 rename debian/{nagios-plugins-standard.dirs => monitoring-plugins-standard.dirs} (50%)
 rename debian/{nagios-plugins-standard.docs => monitoring-plugins-standard.docs} (100%)
 create mode 100644 debian/monitoring-plugins-standard.links
 create mode 100644 debian/monitoring-plugins-standard.postinst
 rename debian/{nagios-plugins-standard.postrm.in => monitoring-plugins-standard.postrm.in} (94%)
 create mode 100644 debian/monitoring-plugins.links
 delete mode 100644 debian/nagios-plugins-basic.links
 delete mode 100644 debian/nagios-plugins-basic.postinst
 delete mode 100644 debian/nagios-plugins-standard.links
 delete mode 100644 debian/nagios-plugins-standard.postinst
 delete mode 100644 debian/nagios-plugins.links
 delete mode 100644 debian/patches/03_configure.in_remove_perlmods.dpatch
 delete mode 100644 debian/patches/11_check_http_arguments.dpatch
 delete mode 100644 debian/patches/13_check_proc_parent_process.dpatch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git



More information about the Pkg-nagios-changes mailing list