[Python-apps-commits] r4347 - in packages/smem/trunk/debian (11 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Wed Dec 23 14:22:53 UTC 2009


    Date: Wednesday, December 23, 2009 @ 14:22:51
  Author: nijel
Revision: 4347

Initial release (Closes: #562179).

Added:
  packages/smem/trunk/debian/changelog
  packages/smem/trunk/debian/compat
  packages/smem/trunk/debian/control
  packages/smem/trunk/debian/copyright
  packages/smem/trunk/debian/examples
  packages/smem/trunk/debian/install
  packages/smem/trunk/debian/manpages
  packages/smem/trunk/debian/rules
  packages/smem/trunk/debian/source/
  packages/smem/trunk/debian/source/format
  packages/smem/trunk/debian/watch

Added: packages/smem/trunk/debian/changelog
===================================================================
--- packages/smem/trunk/debian/changelog	                        (rev 0)
+++ packages/smem/trunk/debian/changelog	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,5 @@
+smem (0.9-1) unstable; urgency=low
+
+  * Initial release (Closes: #562179).
+
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 23 Dec 2009 15:19:06 +0100

Added: packages/smem/trunk/debian/compat
===================================================================
--- packages/smem/trunk/debian/compat	                        (rev 0)
+++ packages/smem/trunk/debian/compat	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1 @@
+7

Added: packages/smem/trunk/debian/control
===================================================================
--- packages/smem/trunk/debian/control	                        (rev 0)
+++ packages/smem/trunk/debian/control	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,21 @@
+Source: smem
+Section: utils
+Priority: extra
+Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/smem/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/smem/trunk/
+Homepage: http://www.selenic.com/smem/
+
+Package: smem
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-matplotlib
+XB-Python-Version: ${python:Versions}
+Description: memory reporting tool
+ Tool that can give numerous reports on memory usage on Linux systems.
+ Unlike existing tools, smem can report proportional set size (PSS),
+ which is a more meaningful representation of the amount of memory used
+ by libraries and applications in a virtual memory system.

Added: packages/smem/trunk/debian/copyright
===================================================================
--- packages/smem/trunk/debian/copyright	                        (rev 0)
+++ packages/smem/trunk/debian/copyright	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,33 @@
+This package was debianized by Michal ÄŒihaÅ™ <nijel at debian.org> on
+Wed, 23 Dec 2009 15:20:42 +0100.
+
+It was downloaded from <http://www.selenic.com/smem/download/>
+
+Upstream Author: 
+    
+    Matt Mackall
+
+Copyright: 
+
+    Copyright 2008-2009 Matt Mackall <mpm at selenic.com>
+
+License:
+
+    This package is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License version 2 or later
+    as published by the Free Software Foundation. 
+
+    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-2'.
+
+The Debian packaging is Copyright (C) 2009, Michal ÄŒihaÅ™
+<nijel at debian.org> and is licensed under the GPL, see above.

Added: packages/smem/trunk/debian/examples
===================================================================
--- packages/smem/trunk/debian/examples	                        (rev 0)
+++ packages/smem/trunk/debian/examples	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,2 @@
+capture
+smemcap.c

Added: packages/smem/trunk/debian/install
===================================================================
--- packages/smem/trunk/debian/install	                        (rev 0)
+++ packages/smem/trunk/debian/install	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1 @@
+smem usr/bin

Added: packages/smem/trunk/debian/manpages
===================================================================
--- packages/smem/trunk/debian/manpages	                        (rev 0)
+++ packages/smem/trunk/debian/manpages	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1 @@
+smem.8

Added: packages/smem/trunk/debian/rules
===================================================================
--- packages/smem/trunk/debian/rules	                        (rev 0)
+++ packages/smem/trunk/debian/rules	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+%:
+	dh $@


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

Added: packages/smem/trunk/debian/source/format
===================================================================
--- packages/smem/trunk/debian/source/format	                        (rev 0)
+++ packages/smem/trunk/debian/source/format	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/smem/trunk/debian/watch
===================================================================
--- packages/smem/trunk/debian/watch	                        (rev 0)
+++ packages/smem/trunk/debian/watch	2009-12-23 14:22:51 UTC (rev 4347)
@@ -0,0 +1,2 @@
+version=3
+http://www.selenic.com/smem/download/smem-(.*)\.tar.gz




More information about the Python-apps-commits mailing list