[kernel] r15035 - in people/waldi/s390/s390-tools/debian: . patches

Bastian Blank waldi at alioth.debian.org
Wed Jan 27 16:08:14 UTC 2010


Author: waldi
Date: Wed Jan 27 16:08:10 2010
New Revision: 15035

Log:
Use bash for some tools

* debian/changelog: Update.
* debian/patches/bashism.patch: Add.
* debian/patches/series: Add new patch.

Added:
   people/waldi/s390/s390-tools/debian/patches/bashism.patch
Modified:
   people/waldi/s390/s390-tools/debian/changelog
   people/waldi/s390/s390-tools/debian/patches/series

Modified: people/waldi/s390/s390-tools/debian/changelog
==============================================================================
--- people/waldi/s390/s390-tools/debian/changelog	Wed Jan 27 16:05:09 2010	(r15034)
+++ people/waldi/s390/s390-tools/debian/changelog	Wed Jan 27 16:08:10 2010	(r15035)
@@ -1,10 +1,14 @@
 s390-tools (1.8.3-1) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * New upstream version. (closes: #566649)
   * Use 3.0 (quilt) source format.
   * Use debhelper compat level 7.
   * Set section to admin.
 
+  [ Frans Pop ]
+  * lstape, chccwdev: use bash as shell. Closes: #566675.
+
  -- Bastian Blank <waldi at debian.org>  Wed, 27 Jan 2010 10:01:14 +0000
 
 s390-tools (1.6.2-1) unstable; urgency=low

Added: people/waldi/s390/s390-tools/debian/patches/bashism.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ people/waldi/s390/s390-tools/debian/patches/bashism.patch	Wed Jan 27 16:08:10 2010	(r15035)
@@ -0,0 +1,24 @@
+--- a/zconf/chccwdev
++++ b/zconf/chccwdev
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #==============================================================================
+ # Copyright IBM Corp. 2003, 2009.
+ #
+--- a/zconf/lstape
++++ b/zconf/lstape
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #==============================================================================
+ # Copyright IBM Corp. 2003, 2007.
+ #
+--- a/iucvterm/bin/chiucvallow.in
++++ b/iucvterm/bin/chiucvallow.in
+@@ -1,4 +1,4 @@
+-#!/bin/sh
++#!/bin/bash
+ #
+ # z/VM IUCV HVC device driver -- Edit z/VM user ID filter
+ #

Modified: people/waldi/s390/s390-tools/debian/patches/series
==============================================================================
--- people/waldi/s390/s390-tools/debian/patches/series	Wed Jan 27 16:05:09 2010	(r15034)
+++ people/waldi/s390/s390-tools/debian/patches/series	Wed Jan 27 16:08:10 2010	(r15035)
@@ -3,3 +3,4 @@
 install.patch
 disable.patch
 zipl-optional.patch
+bashism.patch



More information about the Kernel-svn-changes mailing list