[Python-modules-commits] r8904 - in packages/pywbem/trunk (8 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Tue Jun 30 13:47:30 UTC 2009


    Date: Tuesday, June 30, 2009 @ 13:47:21
  Author: bzed
Revision: 8904

Initial release (Closes: #364675)

Added:
  packages/pywbem/trunk/debian/
  packages/pywbem/trunk/debian/changelog
  packages/pywbem/trunk/debian/compat
  packages/pywbem/trunk/debian/control
  packages/pywbem/trunk/debian/copyright
  packages/pywbem/trunk/debian/pyversions
  packages/pywbem/trunk/debian/rules
  packages/pywbem/trunk/debian/watch


Property changes on: packages/pywbem/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pywbem/trunk/debian/changelog
===================================================================
--- packages/pywbem/trunk/debian/changelog	                        (rev 0)
+++ packages/pywbem/trunk/debian/changelog	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1,5 @@
+pywbem (0.7.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #364675)
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Sun, 01 Apr 2007 19:31:31 +0200

Added: packages/pywbem/trunk/debian/compat
===================================================================
--- packages/pywbem/trunk/debian/compat	                        (rev 0)
+++ packages/pywbem/trunk/debian/compat	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1 @@
+5

Added: packages/pywbem/trunk/debian/control
===================================================================
--- packages/pywbem/trunk/debian/control	                        (rev 0)
+++ packages/pywbem/trunk/debian/control	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1,22 @@
+Source: html5lib
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>
+Build-Depends: debhelper (>= 7), python
+Build-Depends-Indep: python-support (>= 0.4)
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pywbem/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pywbem/trunk/
+Homepage: http://pywbem.sourceforge.net/
+Standards-Version: 3.8.2
+
+Package: python-pywbem
+Architecture: all
+Depends: ${python:Depends}, python-twisted-web, python-twisted-core
+Description: Python WBEM Client and Provider Interface
+ PyWBEM is a Python library that implements a Web Based Enterprise
+ Management (WBEM) client.  It performs WBEM operations using the
+ CIM-XML and CIM Operations over HTTP protocols as defined by the
+ Distributed Management Task Force (DMTF).  WBEM is used to remotely
+ describe and manage distributed computing environments.  It is a peer
+ and perhaps successor to the SNMP protocol.

Added: packages/pywbem/trunk/debian/copyright
===================================================================
--- packages/pywbem/trunk/debian/copyright	                        (rev 0)
+++ packages/pywbem/trunk/debian/copyright	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1,39 @@
+This package was debianized by Bernd Zeimetz <bzed at debian.org> on
+Tue, 30 Jun 2009 15:41:47 +0200
+
+
+It was downloaded from http://pywbem.sourceforge.net/
+
+
+
+Copyright (C) 2004,2006 Hewlett-Packard Development Company, L.P.
+
+Authors:
+     Tim Potter <tpot at hp.com>
+     Martin Pool <mbp at hp.com>
+
+
+License:
+
+     This program is free software; you can redistribute it and/or modify
+     it under the terms of the GNU Lesser General Public License as
+     published by the Free Software Foundation; version 2 of the
+     License.
+  
+     This program 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
+     Lesser General Public License for more details.
+
+     You should have received a copy of the GNU Lesser General Public
+     License along with this program; if not, write to the Free Software
+     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+
+On Debian systems a full copy of the GNU Lesser General Public License,
+version 2, can be found in the file /usr/share/common-licenses/LGPL-2.
+
+The Debian packaging is Copyright (C) 2009 Bernd Zeimetz <bzed at debian.org>
+and licensed under the GNU Lesser General Public License,
+version 2.
+

Added: packages/pywbem/trunk/debian/pyversions
===================================================================
--- packages/pywbem/trunk/debian/pyversions	                        (rev 0)
+++ packages/pywbem/trunk/debian/pyversions	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1 @@
+2.3-

Added: packages/pywbem/trunk/debian/rules
===================================================================
--- packages/pywbem/trunk/debian/rules	                        (rev 0)
+++ packages/pywbem/trunk/debian/rules	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@
+
+


Property changes on: packages/pywbem/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pywbem/trunk/debian/watch
===================================================================
--- packages/pywbem/trunk/debian/watch	                        (rev 0)
+++ packages/pywbem/trunk/debian/watch	2009-06-30 13:47:21 UTC (rev 8904)
@@ -0,0 +1,4 @@
+version=3
+
+opts="uversionmangle=s/([a-z]+.*)/~$1/" \
+http://sf.net/pywbem/pywbem-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list