r792 - in zenoss/trunk: . debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Thu Apr 12 16:17:10 UTC 2007


Author: bzed-guest
Date: 2007-04-12 16:17:10 +0000 (Thu, 12 Apr 2007)
New Revision: 792

Added:
   zenoss/trunk/debian/
   zenoss/trunk/debian/README.Debian
   zenoss/trunk/debian/README.Debian-source
   zenoss/trunk/debian/changelog
   zenoss/trunk/debian/compat
   zenoss/trunk/debian/control
   zenoss/trunk/debian/copyright
   zenoss/trunk/debian/dirs
   zenoss/trunk/debian/pyversions
   zenoss/trunk/debian/rules
   zenoss/trunk/debian/zenoss-doc.docs
   zenoss/trunk/debian/zenoss-doc.install
Log:
[svn-inject] Applying Debian modifications to trunk

Added: zenoss/trunk/debian/README.Debian
===================================================================
--- zenoss/trunk/debian/README.Debian	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/README.Debian	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,19 @@
+zenoss for Debian
+-----------------
+
+- You may want to increase the size of the systems net buffers.
+
+    on linux in the file /etc/sysctl.conf, add:
+        net.core.rmem_default=1048576
+        net.core.rmem_max=1048576
+        net.core.wmem_default=1048576
+        net.core.wmem_max=1048576
+
+    to configure without a reboot:
+        sysctl -w net.core.rmem_default=1048576
+        sysctl -w net.core.rmem_max=1048576
+        sysctl -w net.core.wmem_default=1048576
+        sysctl -w net.core.wmem_max=1048576
+
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 12 Apr 2007 16:37:13 +0200

Added: zenoss/trunk/debian/README.Debian-source
===================================================================
--- zenoss/trunk/debian/README.Debian-source	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/README.Debian-source	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1 @@
+FIXME

Added: zenoss/trunk/debian/changelog
===================================================================
--- zenoss/trunk/debian/changelog	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/changelog	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,6 @@
+zenoss (1.1.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Thu, 12 Apr 2007 17:51:58 +0200
+

Added: zenoss/trunk/debian/compat
===================================================================
--- zenoss/trunk/debian/compat	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/compat	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1 @@
+5

Added: zenoss/trunk/debian/control
===================================================================
--- zenoss/trunk/debian/control	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/control	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,20 @@
+Source: zenoss
+Section: net
+Priority: optional
+Maintainer: Bernd Zeimetz <bernd at bzed.de>
+Uploaders: Debian Zope team <pkg-zope-developers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5)
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/zenoss/trunk/
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-zope/zenoss/trunk/
+Standards-Version: 3.7.2
+
+Package: zenoss
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
+Package: zenoss-doc
+Architecture: all
+Description: Documentation for zenoss
+ <insert long description, indented with spaces>

Added: zenoss/trunk/debian/copyright
===================================================================
--- zenoss/trunk/debian/copyright	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/copyright	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,35 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Thu, 12 Apr 2007 17:51:58 +0200.
+
+It was downloaded from <fill in http/ftp site>
+
+Upstream Author: <put author(s) name and email here>
+
+Copyright: <put the year(s) of the copyright, and the names of the
+            copyright holder(s) here>
+
+License:
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Bernd Zeimetz <bernd at bzed.de> and
+is licensed under the GPL, see above.
+
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: zenoss/trunk/debian/dirs
===================================================================
--- zenoss/trunk/debian/dirs	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/dirs	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: zenoss/trunk/debian/pyversions
===================================================================
--- zenoss/trunk/debian/pyversions	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/pyversions	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1 @@
+2.4

Added: zenoss/trunk/debian/rules
===================================================================
--- zenoss/trunk/debian/rules	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/rules	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,129 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This has to be exported to make some magic below work.
+export DH_OPTIONS
+
+
+#Architecture 
+build: build-arch build-indep
+
+build-arch: build-arch-stamp
+build-arch-stamp:
+
+	# Add here commands to compile the arch part of the package.
+	#$(MAKE) 
+	touch $@
+
+build-indep: build-indep-stamp
+build-indep-stamp: 
+
+	# Add here commands to compile the indep part of the package.
+	#$(MAKE) doc
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-arch-stamp build-indep-stamp 
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) clean
+
+	dh_clean 
+
+install: install-indep install-arch
+install-indep:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -i 
+	dh_installdirs -i
+
+	# Add here commands to install the indep part of the package into
+	# debian/<package>-doc.
+	#INSTALLDOC#
+
+	dh_install -i
+
+install-arch:
+	dh_testdir
+	dh_testroot
+	dh_clean -k -s 
+	dh_installdirs -s
+
+	# Add here commands to install the arch part of the package into 
+	# debian/tmp.
+	$(MAKE) DESTDIR=$(CURDIR)/debian/foo install
+
+	dh_install -s
+# Must not depend on anything. This is to be called by
+# binary-arch/binary-indep
+# in another 'make' thread.
+binary-common:
+	dh_testdir
+	dh_testroot
+	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_link
+	dh_strip
+	dh_compress 
+	dh_fixperms
+#	dh_perl
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+# Build architecture independant packages using the common target.
+binary-indep: build-indep install-indep
+	$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
+
+# Build architecture dependant packages using the common target.
+binary-arch: build-arch install-arch
+	$(MAKE) -f debian/rules DH_OPTIONS=-s binary-common
+
+binary: binary-arch binary-indep
+.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
+
+
+
+
+
+#TODO: for the get-orig-source target
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/Products
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/inst/externallibs/PDIS-XPath-0.3.tar.gz
+#tar xfz PDIS-XPath-0.3.tar.gz
+#rm PDIS-XPath-0.3.tar.gz
+#rm -rf Products/OFolder/
+#rm -rf Products/ManagableIndex/
+#rm -rf Products/AdvancedQuery/
+#rm -rf Products/CMFCore/
+#rm -rf Products/GenericSetup/
+#rm -rf Products/Five/
+#rm -rf Products/PluggableAuthService/
+#rm -rf Products/PluginRegistry/
+#svn -N export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/inst
+#cd inst/
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/inst/docs
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/inst/fs
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/inst/conf/
+#svn export http://dev.zenoss.com/svn/tags/zenoss-1.1.1/bin
+#cd ..
+#find . -name \.cvsignore -exec rm -f {} \;
+


Property changes on: zenoss/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: zenoss/trunk/debian/zenoss-doc.docs
===================================================================
--- zenoss/trunk/debian/zenoss-doc.docs	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/zenoss-doc.docs	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1 @@
+inst/docs/*

Added: zenoss/trunk/debian/zenoss-doc.install
===================================================================
--- zenoss/trunk/debian/zenoss-doc.install	2007-04-12 16:16:29 UTC (rev 791)
+++ zenoss/trunk/debian/zenoss-doc.install	2007-04-12 16:17:10 UTC (rev 792)
@@ -0,0 +1,2 @@
+#DOCS#
+




More information about the pkg-zope-commits mailing list