[Python-apps-commits] r4408 - in packages/smem/trunk/debian (3 files)

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Sat Jan 2 10:08:48 UTC 2010


    Date: Saturday, January 2, 2010 @ 10:08:44
  Author: nijel
Revision: 4408

Use bash for capture example, it uses bashisms which are not easy to
avoid.

Added:
  packages/smem/trunk/debian/patches/capture-bashism.patch
Modified:
  packages/smem/trunk/debian/changelog
  packages/smem/trunk/debian/patches/series

Modified: packages/smem/trunk/debian/changelog
===================================================================
--- packages/smem/trunk/debian/changelog	2009-12-31 12:03:54 UTC (rev 4407)
+++ packages/smem/trunk/debian/changelog	2010-01-02 10:08:44 UTC (rev 4408)
@@ -1,8 +1,9 @@
 smem (0.9-2) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
+  * Use bash for capture example, it uses bashisms which are not easy to
+    avoid.
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Wed, 23 Dec 2009 15:28:05 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Sat, 02 Jan 2010 11:06:45 +0100
 
 smem (0.9-1) unstable; urgency=low
 

Added: packages/smem/trunk/debian/patches/capture-bashism.patch
===================================================================
--- packages/smem/trunk/debian/patches/capture-bashism.patch	                        (rev 0)
+++ packages/smem/trunk/debian/patches/capture-bashism.patch	2010-01-02 10:08:44 UTC (rev 4408)
@@ -0,0 +1,10 @@
+Subject: Capture script requires bash
+From: Michal ÄŒihaÅ™ <nijel at debian.org>
+--- a/capture
++++ b/capture
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ # example of capturing target data for smem
+ 
+ # capture a memory data snapshot with realtime priority

Modified: packages/smem/trunk/debian/patches/series
===================================================================
--- packages/smem/trunk/debian/patches/series	2009-12-31 12:03:54 UTC (rev 4407)
+++ packages/smem/trunk/debian/patches/series	2010-01-02 10:08:44 UTC (rev 4408)
@@ -1 +1,2 @@
+capture-bashism.patch
 manpage-dashes.patch




More information about the Python-apps-commits mailing list