From 24c12a6a5e6d4fd2f8b261a229add9a7742adcb5 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 25 Apr 2007 20:03:25 +0000 Subject: [PATCH] new upstream release (1.1.1) --- debian/changelog | 7 +++++++ debian/rules | 3 +++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index c1e3701..c633810 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nagios-snmp-plugins (1.1.1-1) unstable; urgency=low + + * new upstream + * include (new) html docs into package + + -- Jan Wagner Wed, 25 Apr 2007 22:00:50 +0200 + nagios-snmp-plugins (1.1-1) unstable; urgency=low * Initial release (Closes: #401678). diff --git a/debian/rules b/debian/rules index 05800d4..6e83254 100755 --- a/debian/rules +++ b/debian/rules @@ -42,6 +42,9 @@ install: build sed -e 's/@PLUGINS@/${plugin_cfgs}/' \ < debian/postrm.in \ > debian/postrm + # copy html documentation over + install -d $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/ + cp doc/* $(NP_DIR)/usr/share/doc/nagios-snmp-plugins/html/ # Build architecture-independent files here. binary-indep: build install