~ubuntu-branches/ubuntu/precise/transmission/precise

« back to all changes in this revision

Viewing changes to debian/patches/updateminiupnpcstrings_double_escape_slash.patch

  • Committer: Bazaar Package Importer
  • Author(s): Leo Costela
  • Date: 2009-07-25 20:20:23 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.19 sid)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20090725202023-9xmfycsfotr430nv
* debian/rules: patch before configure
* debian/patches: add patch to not build libevent, regardless of
  linking (really, really closes: #537868)
* debian/changelog: fix dates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- transmission/third-party/miniupnp/updateminiupnpcstrings.sh 2009-07-19 18:29:27.000000000 +0200
 
2
+++ transmission.new/third-party/miniupnp/updateminiupnpcstrings.sh     2009-07-19 18:31:03.000000000 +0200
 
3
@@ -28,6 +28,9 @@
 
4
 
 
5
 echo "Detected OS [$OS_NAME] version [$OS_VERSION]"
 
6
 
 
7
+OS_VERSION=`echo ${OS_VERSION} | sed 's/\//\\\//'`
 
8
+echo OS_VERSION="$OS_VERSION"
 
9
+
 
10
 EXPR="s/OS_STRING \".*\"/OS_STRING \"${OS_NAME}\/${OS_VERSION}\"/"
 
11
 #echo $EXPR
 
12
 #echo "Backing up $OUTPUT_FILE to $OUTPUT_FILE.bak."