[Python-modules-commits] r8457 - in packages/python-psutil/trunk/debian (6 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed May 13 15:01:26 UTC 2009


    Date: Wednesday, May 13, 2009 @ 15:01:25
  Author: morph
Revision: 8457

Initial release (Closes: #527594)

Modified:
  packages/python-psutil/trunk/debian/changelog
  packages/python-psutil/trunk/debian/control
  packages/python-psutil/trunk/debian/copyright
  packages/python-psutil/trunk/debian/docs
  packages/python-psutil/trunk/debian/rules
Deleted:
  packages/python-psutil/trunk/debian/dirs

Modified: packages/python-psutil/trunk/debian/changelog
===================================================================
--- packages/python-psutil/trunk/debian/changelog	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/changelog	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1,5 +1,5 @@
 python-psutil (0.1.2-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+  * Initial release (Closes: #527594)
 
  -- Sandro Tosi <morph at debian.org>  Sat, 09 May 2009 01:04:06 +0200

Modified: packages/python-psutil/trunk/debian/control
===================================================================
--- packages/python-psutil/trunk/debian/control	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/control	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1,18 +1,22 @@
 Source: python-psutil
-Section: unknown
-Priority: extra
-Maintainer: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7)
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 7), python
+Build-Depends-Indep: python-support (>= 1.0.0)
 Standards-Version: 3.8.1
-Homepage: <insert the upstream URL, if relevant>
+Homepage: http://code.google.com/p/psutil/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-psutil/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-psutil/trunk/
 
 Package: python-psutil
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: <insert up to 60 chars description>
- <insert long description, indented with spaces>
-
-Package: python-psutil-dbg
-Architecture: all
-Description:
- <insert long description, indented with spaces>
+Description: module providing convenience functions for managing processes
+ psutil is a module providing an interface for retrieving information on
+ running processes and system utilization (CPU, memory) in a portable way
+ by using Python, implementing many functionalities offered by tools like
+ ps, top and Windows task manager.
+ .
+ It currently supports Linux, OS X, FreeBSD and Windows.

Modified: packages/python-psutil/trunk/debian/copyright
===================================================================
--- packages/python-psutil/trunk/debian/copyright	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/copyright	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1,28 +1,43 @@
 This package was debianized by Sandro Tosi <morph at debian.org> on
 Fri, 08 May 2009 23:49:16 +0200.
 
-It was downloaded from <url://example.com>
+It was downloaded from http://code.google.com/p/psutil/
 
 Upstream Author(s):
 
-    <put author's name and email here>
-    <likewise for another author>
+    Giampaolo Rodola, Dave Daeschler, Jay Loden <psutil-dev at googlegroups.com>
 
 Copyright:
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola
 
 License:
 
-    <Put the license of the package here indented by 4 spaces>
+    Redistribution and use in source and binary forms, with or without modification,
+    are permitted provided that the following conditions are met:
 
+     * Redistributions of source code must retain the above copyright notice, this
+       list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright notice,
+       this list of conditions and the following disclaimer in the documentation
+       and/or other materials provided with the distribution.
+     * Neither the name of the psutil authors nor the names of its contributors
+       may be used to endorse or promote products derived from this software without
+       specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+    WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+    ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
+    ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
 The Debian packaging is:
 
     Copyright (C) 2009 Sandro Tosi <morph at debian.org>
 
-and is licensed under the GPL version 3, 
-see `/usr/share/common-licenses/GPL-3'.
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.
+and is licensed under the same terms as upstream code.

Deleted: packages/python-psutil/trunk/debian/dirs
===================================================================
--- packages/python-psutil/trunk/debian/dirs	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/dirs	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin

Modified: packages/python-psutil/trunk/debian/docs
===================================================================
--- packages/python-psutil/trunk/debian/docs	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/docs	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1 +1 @@
-README
+docs

Modified: packages/python-psutil/trunk/debian/rules
===================================================================
--- packages/python-psutil/trunk/debian/rules	2009-05-13 13:29:12 UTC (rev 8456)
+++ packages/python-psutil/trunk/debian/rules	2009-05-13 15:01:25 UTC (rev 8457)
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 %:
 	dh $@
+
+override_dh_installchangelogs:
+	dh_installchangelogs HISTORY




More information about the Python-modules-commits mailing list