[Pkg-nagios-changes] [pkg-nagios] r1212 - nagvis/trunk/debian
Hendrik Frenzel
hfrenzel-guest at alioth.debian.org
Tue Aug 28 19:22:55 UTC 2007
Author: hfrenzel-guest
Date: 2007-08-28 19:22:55 +0000 (Tue, 28 Aug 2007)
New Revision: 1212
Modified:
nagvis/trunk/debian/changelog
nagvis/trunk/debian/control
nagvis/trunk/debian/postinst
nagvis/trunk/debian/rules
Log:
Changed section to net and removed unneeded stuff in debian/rules
Modified: nagvis/trunk/debian/changelog
===================================================================
--- nagvis/trunk/debian/changelog 2007-08-18 12:51:25 UTC (rev 1211)
+++ nagvis/trunk/debian/changelog 2007-08-28 19:22:55 UTC (rev 1212)
@@ -1,3 +1,10 @@
+nagvis (1.1rc3-2) unstable; urgency=low
+
+ * Moved from misc to net section
+ * Removed unneeded stuff in debian/rules
+
+ -- Hendrik Frenzel <hfrenzel at scunc.net> Tue, 28 Aug 2007 21:09:01 +0200
+
nagvis (1.1rc3-1) unstable; urgency=low
* New upstream version
Modified: nagvis/trunk/debian/control
===================================================================
--- nagvis/trunk/debian/control 2007-08-18 12:51:25 UTC (rev 1211)
+++ nagvis/trunk/debian/control 2007-08-28 19:22:55 UTC (rev 1212)
@@ -1,5 +1,5 @@
Source: nagvis
-Section: misc
+Section: net
Priority: extra
Maintainer: Hendrik Frenzel <hfrenzel at scunc.net>
Build-Depends: debhelper (>= 5), dpatch
Modified: nagvis/trunk/debian/postinst
===================================================================
--- nagvis/trunk/debian/postinst 2007-08-18 12:51:25 UTC (rev 1211)
+++ nagvis/trunk/debian/postinst 2007-08-28 19:22:55 UTC (rev 1212)
@@ -48,17 +48,6 @@
done
setperm www-data www-data 0775 /usr/share/nagvis/htdocs/nagvis/images/maps
setperm www-data www-data 0775 /usr/share/nagvis/htdocs/nagvis/etc/maps
-
- #if [ -f /etc/dbconfig-common/ndoutils-mysql.conf ]; then
- # dbconfig-load-include -f sh /etc/dbconfig-common/ndoutils-mysql.conf
- # dbconfig-generate-include -f template \
- # --options 'template_infile=/usr/share/nagvis/debian/config.ini.php.dist' \
- # --dbname --dbpass --dbserver --dbport --dbuser \
- # --owner www-data:www-data --mode 0600 --ucf \
- # /usr/share/nagvis/debian/config.ini.php.dist /etc/nagvis/config.ini.php
- #else if [ ! -f /etc/nagvis/config.ini.php ]; then
- # ucf /usr/share/nagvis/debian/config.ini.php.dist /etc/nagvis/config.ini.php
- #fi
;;
abort-upgrade|abort-remove|abort-deconfigure)
Modified: nagvis/trunk/debian/rules
===================================================================
--- nagvis/trunk/debian/rules 2007-08-18 12:51:25 UTC (rev 1211)
+++ nagvis/trunk/debian/rules 2007-08-28 19:22:55 UTC (rev 1212)
@@ -1,10 +1,5 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
@@ -12,14 +7,6 @@
include /usr/share/dpatch/dpatch.make
DEST = debian/tmp
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
configure: configure-stamp
configure-stamp:
dh_testdir
@@ -92,22 +79,9 @@
dh_installchangelogs
dh_installdocs
dh_installexamples
-# dh_installmenu
dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_python
-# dh_installinit
-# dh_installcron
-# dh_installinfo
-# dh_installman
-# dh_strip
dh_compress
dh_fixperms
-# dh_perl
-# dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Pkg-nagios-changes
mailing list