~ubuntu-branches/ubuntu/utopic/modules/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/testsuite-fix.patch

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2013-10-14 09:50:10 UTC
  • Revision ID: package-import@ubuntu.com-20131014095010-22skc67krj2xjsmu
Tags: 3.2.10-4
* Replace tcl8.6-dev by tcl-dev | tcl8.6-dev for FTBFS in experimental
  Closes: #725010. 
* Added Patch for uname version strings with braces in them.
* Enable syslog functionality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Alastair McKinstry <mckinstry@debian.org>
 
2
Description: Fix needed for version strings with braces in them.
 
3
Last-Updated: 2013-10-14
 
4
Forwarded: no
 
5
 
 
6
Index: modules-3.2.10/testsuite/modules.50-cmds/095-uname.exp
 
7
===================================================================
 
8
--- modules-3.2.10.orig/testsuite/modules.50-cmds/095-uname.exp 2013-10-14 13:48:52.000000000 +0100
 
9
+++ modules-3.2.10/testsuite/modules.50-cmds/095-uname.exp      2013-10-14 14:05:41.000000000 +0100
 
10
@@ -43,6 +43,8 @@
 
11
 
 
12
 regsub -all \# $u_version {\\#} u_version
 
13
 regsub -all { } $u_version {\\ } u_version
 
14
+regsub -all {\(} $u_version {\\(} u_version
 
15
+regsub -all {\)} $u_version {\\)} u_version
 
16
 regsub -all {\(} $u_domainname {\\(} u_domainname
 
17
 regsub -all {\)} $u_domainname {\\)} u_domainname
 
18