[Pkg-zenoss-commits] r25 - in packages/zenoss-plugins/trunk: . Zenoss_Plugins.egg-info debian

Bernd Zeimetz bzed-guest at alioth.debian.org
Tue May 8 23:20:41 UTC 2007


Author: bzed-guest
Date: 2007-05-08 23:20:40 +0000 (Tue, 08 May 2007)
New Revision: 25

Added:
   packages/zenoss-plugins/trunk/debian/
   packages/zenoss-plugins/trunk/debian/changelog
   packages/zenoss-plugins/trunk/debian/compat
   packages/zenoss-plugins/trunk/debian/control
   packages/zenoss-plugins/trunk/debian/copyright
   packages/zenoss-plugins/trunk/debian/pycompat
   packages/zenoss-plugins/trunk/debian/pyversions
   packages/zenoss-plugins/trunk/debian/rules
   packages/zenoss-plugins/trunk/debian/watch
Modified:
   packages/zenoss-plugins/trunk/Zenoss_Plugins.egg-info/SOURCES.txt
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages/zenoss-plugins/trunk/Zenoss_Plugins.egg-info/SOURCES.txt
===================================================================
--- packages/zenoss-plugins/trunk/Zenoss_Plugins.egg-info/SOURCES.txt	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/Zenoss_Plugins.egg-info/SOURCES.txt	2007-05-08 23:20:40 UTC (rev 25)
@@ -1,4 +1,5 @@
 README.txt
+setup.cfg
 setup.py
 Zenoss_Plugins.egg-info/PKG-INFO
 Zenoss_Plugins.egg-info/SOURCES.txt


Property changes on: packages/zenoss-plugins/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/zenoss-plugins/trunk/debian/changelog
===================================================================
--- packages/zenoss-plugins/trunk/debian/changelog	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/changelog	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1,6 @@
+zenoss-plugins (1.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Wed,  9 May 2007 00:51:09 +0200
+

Added: packages/zenoss-plugins/trunk/debian/compat
===================================================================
--- packages/zenoss-plugins/trunk/debian/compat	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/compat	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1 @@
+5

Added: packages/zenoss-plugins/trunk/debian/control
===================================================================
--- packages/zenoss-plugins/trunk/debian/control	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/control	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1,17 @@
+Source: zenoss-plugins
+Section: net
+Priority: optional
+Maintainer: Zenoss Packaging Team <pkg-zenoss-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bernd at bzed.de>
+Build-Depends: cdbs, debhelper (>= 5), python, python-support (>= 0.5.3)
+Standards-Version: 3.7.2
+
+Package: zenoss-plugins
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Suggests: nagios-plugins
+Description: Plugins for Zenoss
+ The Zenoss plugins collect information about a computer's
+ CPU, memory, disk, io, or process activity and reports it
+ in name-value pair format. These name-value pairs can be
+ graphed in the Zenoss web application.

Added: packages/zenoss-plugins/trunk/debian/copyright
===================================================================
--- packages/zenoss-plugins/trunk/debian/copyright	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/copyright	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1,31 @@
+This package was debianized by Bernd Zeimetz <bernd at bzed.de> on
+Wed,  9 May 2007 00:51:09 +0200.
+
+It was downloaded from http://www.zenoss.com/download/links?nt
+
+Upstream Author: Christopher Blunck <chris at zenoss.com>
+
+Copyright: Copyright (c) 2006 Zenoss, Inc. all rights reserved.
+
+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.
+

Added: packages/zenoss-plugins/trunk/debian/pycompat
===================================================================
--- packages/zenoss-plugins/trunk/debian/pycompat	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/pycompat	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1 @@
+2

Added: packages/zenoss-plugins/trunk/debian/pyversions
===================================================================
--- packages/zenoss-plugins/trunk/debian/pyversions	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/pyversions	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1 @@
+2.4

Added: packages/zenoss-plugins/trunk/debian/rules
===================================================================
--- packages/zenoss-plugins/trunk/debian/rules	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/rules	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+


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

Added: packages/zenoss-plugins/trunk/debian/watch
===================================================================
--- packages/zenoss-plugins/trunk/debian/watch	2007-05-08 23:20:35 UTC (rev 24)
+++ packages/zenoss-plugins/trunk/debian/watch	2007-05-08 23:20:40 UTC (rev 25)
@@ -0,0 +1,3 @@
+version=3
+
+opts=filenamemangle=s/Zenoss-Plugins/zenoss-plugins/ http://sf.net/zenoss/Zenoss-Plugins-([0-9.]+).tar.gz




More information about the Pkg-zenoss-commits mailing list