new upstream release (1.1.1)

This commit is contained in:
Jan Wagner 2007-04-25 20:03:25 +00:00
parent b7ee033214
commit 24c12a6a5e
2 changed files with 10 additions and 0 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
nagios-snmp-plugins (1.1.1-1) unstable; urgency=low
* new upstream
* include (new) html docs into package
-- Jan Wagner <waja@cyconet.org> Wed, 25 Apr 2007 22:00:50 +0200
nagios-snmp-plugins (1.1-1) unstable; urgency=low nagios-snmp-plugins (1.1-1) unstable; urgency=low
* Initial release (Closes: #401678). * Initial release (Closes: #401678).

3
debian/rules vendored
View file

@ -42,6 +42,9 @@ install: build
sed -e 's/@PLUGINS@/${plugin_cfgs}/' \ sed -e 's/@PLUGINS@/${plugin_cfgs}/' \
< debian/postrm.in \ < debian/postrm.in \
> debian/postrm > 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. # Build architecture-independent files here.
binary-indep: build install binary-indep: build install