summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d4d8da)
raw | patch | inline | side by side (parent: 8d4d8da)
author | hfrenzel-guest <hfrenzel-guest@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Tue, 28 Aug 2007 19:22:55 +0000 (19:22 +0000) | ||
committer | hfrenzel-guest <hfrenzel-guest@98d490a6-b407-0410-aaaa-fdee166ba3f5> | |
Tue, 28 Aug 2007 19:22:55 +0000 (19:22 +0000) |
git-svn-id: svn://svn.debian.org/svn/pkg-nagios/nagvis/trunk@1212 98d490a6-b407-0410-aaaa-fdee166ba3f5
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/postinst | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index f15f6156de719be6d92d9b6693a827add94c7682..fe7b25dc8232d24fe7db08ad89821759acd225ad 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
+nagvis (1.1rc3-2) unstable; urgency=low
+
+ * Moved from misc to net section
+ * Removed unneeded stuff in debian/rules
+
+ -- Hendrik Frenzel <hfrenzel@scunc.net> Tue, 28 Aug 2007 21:09:01 +0200
+
nagvis (1.1rc3-1) unstable; urgency=low
* New upstream version
diff --git a/debian/control b/debian/control
index f84658e06eb77d63814d695b0e1a4c06f1bd9eae..7685edb49cce20db5eb9073ff00f462877964efe 100644 (file)
--- a/debian/control
+++ b/debian/control
Source: nagvis
-Section: misc
+Section: net
Priority: extra
Maintainer: Hendrik Frenzel <hfrenzel@scunc.net>
Build-Depends: debhelper (>= 5), dpatch
diff --git a/debian/postinst b/debian/postinst
index 85a0af240c7268ec3bf45edb17a670488660b2d3..31e91d20af82d0f6ba5378ec1785d163e92ae9f1 100644 (file)
--- a/debian/postinst
+++ b/debian/postinst
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)
diff --git a/debian/rules b/debian/rules
index 10966886fda6abc5294e6f62e711edd82e4d182f..1590cd1b0268eeba6600f4283c744e0278090a40 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
#!/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
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
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