[Python-modules-commits] r8397 - in packages/psutil/trunk (9 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri May 8 22:00:21 UTC 2009


    Date: Friday, May 8, 2009 @ 22:00:17
  Author: morph
Revision: 8397

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/psutil/trunk/debian/
  packages/psutil/trunk/debian/changelog
  packages/psutil/trunk/debian/compat
  packages/psutil/trunk/debian/control
  packages/psutil/trunk/debian/copyright
  packages/psutil/trunk/debian/dirs
  packages/psutil/trunk/debian/docs
  packages/psutil/trunk/debian/rules
  packages/psutil/trunk/debian/watch


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

Added: packages/psutil/trunk/debian/changelog
===================================================================
--- packages/psutil/trunk/debian/changelog	                        (rev 0)
+++ packages/psutil/trunk/debian/changelog	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,5 @@
+psutil (0.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 08 May 2009 23:49:16 +0200

Added: packages/psutil/trunk/debian/compat
===================================================================
--- packages/psutil/trunk/debian/compat	                        (rev 0)
+++ packages/psutil/trunk/debian/compat	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1 @@
+7

Added: packages/psutil/trunk/debian/control
===================================================================
--- packages/psutil/trunk/debian/control	                        (rev 0)
+++ packages/psutil/trunk/debian/control	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,18 @@
+Source: psutil
+Section: unknown
+Priority: extra
+Maintainer: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: <insert the upstream URL, if relevant>
+
+Package: python-psutil
+Architecture: any
+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>

Added: packages/psutil/trunk/debian/copyright
===================================================================
--- packages/psutil/trunk/debian/copyright	                        (rev 0)
+++ packages/psutil/trunk/debian/copyright	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,28 @@
+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>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+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.

Added: packages/psutil/trunk/debian/dirs
===================================================================
--- packages/psutil/trunk/debian/dirs	                        (rev 0)
+++ packages/psutil/trunk/debian/dirs	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,2 @@
+usr/bin
+usr/sbin

Added: packages/psutil/trunk/debian/docs
===================================================================
--- packages/psutil/trunk/debian/docs	                        (rev 0)
+++ packages/psutil/trunk/debian/docs	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1 @@
+README

Added: packages/psutil/trunk/debian/rules
===================================================================
--- packages/psutil/trunk/debian/rules	                        (rev 0)
+++ packages/psutil/trunk/debian/rules	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@


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

Added: packages/psutil/trunk/debian/watch
===================================================================
--- packages/psutil/trunk/debian/watch	                        (rev 0)
+++ packages/psutil/trunk/debian/watch	2009-05-08 22:00:17 UTC (rev 8397)
@@ -0,0 +1,3 @@
+version=3
+
+http://code.google.com/p/psutil/downloads/list http://psutil.googlecode.com/files/psutil-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list