[Pkg-zenoss-commits] r56 - in /packages/zenoss/trunk/debian: control rules zenoss.dzinstance
bzed-guest at users.alioth.debian.org
bzed-guest at users.alioth.debian.org
Thu May 17 16:38:12 UTC 2007
Author: bzed-guest
Date: Thu May 17 16:38:12 2007
New Revision: 56
URL: http://svn.debian.org/wsvn/pkg-zenoss/?sc=1&rev=56
Log:
building a zope skeleton
Modified:
packages/zenoss/trunk/debian/control
packages/zenoss/trunk/debian/rules
packages/zenoss/trunk/debian/zenoss.dzinstance
Modified: packages/zenoss/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/control?rev=56&op=diff
==============================================================================
--- packages/zenoss/trunk/debian/control (original)
+++ packages/zenoss/trunk/debian/control Thu May 17 16:38:12 2007
@@ -4,7 +4,7 @@
Maintainer: Zenoss Packaging Team <pkg-zenoss-team at lists.alioth.debian.org>
Uploaders: Bernd Zeimetz <bernd at bzed.de>
Build-Depends: debhelper (>= 5), dpatch,
- zope-debhelper, python, python-support (>= 0.5.3),
+ zope-debhelper, python, python-support (>= 0.5.3), zope2.9
XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zenoss/packages/zenoss/trunk/
XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/
Standards-Version: 3.7.2
@@ -21,8 +21,8 @@
zope-common (>= 0.5.33), zope2.9, zope-advancedquery, zope-managableindex,
zope-cmfcore1.6, zope-genericsetup, zope-pas, zope-pluginregistry,
zenoss-wmi
-Recommends: mysql-server-5.0 (>= 5.0.22), sendpage-server, klogd, zenoss-plugins
-Suggests: zenoss-doc
+Recommends: mysql-server-5.0 (>= 5.0.22), sendpage-server
+Suggests: zenoss-doc, zenoss-plugins
Description: infrastucture monitoring and managment system
Zenoss is an integrated system to monitor and manage your
IT infrastructure. It has the following features:
Modified: packages/zenoss/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/rules?rev=56&op=diff
==============================================================================
--- packages/zenoss/trunk/debian/rules (original)
+++ packages/zenoss/trunk/debian/rules Thu May 17 16:38:12 2007
@@ -12,8 +12,10 @@
CFLAGS += -O2
endif
+
+# we're using python2.4 and zope2.9
PYTHON=python2.4
-
+ZOPE=zope2.9
# Define the Zenoss' version we're packaging
VERSION = $(shell dpkg-parsechangelog | grep '^Version' | sed 's,.* ,,g;s,~.*,,g;s,+r.*,,g')
@@ -25,6 +27,9 @@
#ZENOSS_SVN = http://dev.zenoss.com/svn/tags/zenoss-$(VERSION)
ZENOSS_SVN = http://dev.zenoss.com/svn/trunk
+
+
+
# Include dpatch stuff.
include /usr/share/dpatch/dpatch.make
@@ -54,17 +59,18 @@
dh_testdir
dh_testroot
+ rm -f build-stamp-arch
rm -f inst/zensocket/zensocket
- rm -f build-stamp-arch
clean-indep:
dh_testdir
dh_testroot
+
+ rm -f build-stamp-indep
cd PDIS-XPath-0.3; $(PYTHON) setup.py clean -a
cd testgen; $(PYTHON) setup.py clean -a
find testgen PDIS-XPath-0.3 -name \*.pyc -exec rm -f {} \;
- rm -f build-stamp-indep
install-arch: build-arch
@@ -88,6 +94,12 @@
--install-purelib=/usr/share/python-support/zenoss \
--no-compile
dh_install -i -XLICENSE.txt -XCOPYRIGHT.txt -Xlicense.txt
+
+ dh_install -pzenoss /usr/lib/$(ZOPE)/skel usr/lib/zenoss/skel
+ dh_install -pzenoss -Xzope.conf.in -Xsudoers -Xmy.cnf -Xsnmpd.conf \
+ -Xfreetds.conf inst/conf/* usr/lib/zenoss/skel/conf
+ dh_install -pzenoss bin/* usr/lib/zenoss/skel/bin
+
install -m 644 debian/zenoss.lintian-overrides $(CURDIR)/debian/zenoss/usr/share/lintian/overrides/zenoss
@@ -113,6 +125,7 @@
dh_testroot
dh_installchangelogs -i
dh_installdocs -i
+ dh_installexample -pzenoss inst/conf/my.cnf inst/conf/snmpd.conf
dh_pysupport -i
dh_installzope -i
dh_installzopeinstance -pzenoss zenoss
@@ -224,6 +237,7 @@
rm -rf Products/PluggableAuthService/ ;\
rm -rf Products/PluginRegistry/ ;\
rm -f Products/DataCollector/plugins/setignore.sh ;\
+ rm -rf Products/Hotfix_20070320 ;\
rm -rf wmi ;\
rm -rf evtsys ;\
rm -rf zenwin ;\
Modified: packages/zenoss/trunk/debian/zenoss.dzinstance
URL: http://svn.debian.org/wsvn/pkg-zenoss/packages/zenoss/trunk/debian/zenoss.dzinstance?rev=56&op=diff
==============================================================================
--- packages/zenoss/trunk/debian/zenoss.dzinstance (original)
+++ packages/zenoss/trunk/debian/zenoss.dzinstance Thu May 17 16:38:12 2007
@@ -5,3 +5,4 @@
Addon-Technique: tree-linked
Restart-Policy: end
Products: ZenModel SnmpCollector SiteScopeParser DataCollector ZenRelations ZenRRD ZenEvents ZenStatus ZenTestCase ZenReports ZenWidgets ZenTestRunner ZenUITests ZenUtils
+Skeleton: /usr/lib/zenoss/skel
More information about the Pkg-zenoss-commits
mailing list