~ubuntu-branches/ubuntu/trusty/screen/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/03fully_expand_screenencodings.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-06-12 19:33:30 UTC
  • mfrom: (1.1.13 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612193330-1tt3qhpxonbgdmq2
Tags: 4.0.3-11
* Unbreak <End> and <^A Bksp> using a patch from Loïc Minier
  (thanks!) - introduced as new 45suppress_remap.dpatch.
  Closes: #484647.
* Bump Standards version to 3.8.0. No changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 03fully_expand_screenencodings.dpatch by  <hesso@pool.math.tu-berlin.de>
 
3
##
 
4
## DP: SCREENENCODINGS contains ${prefix} from $datadir, which needs
 
5
## DP: an extra expansion step.
 
6
 
 
7
@DPATCH@
 
8
diff -Naur screen-4.0.3.orig/configure.in screen-4.0.3/configure.in
 
9
--- screen-4.0.3.orig/configure.in      2008-06-01 23:40:01.000000000 +0200
 
10
+++ screen-4.0.3/configure.in   2008-06-01 23:40:03.000000000 +0200
 
11
@@ -1287,7 +1287,7 @@
 
12
 SCREENENCODINGS="\"/usr/local/lib/screen/utf8encodings\""
 
13
 if test -n "$datadir"; then
 
14
 eval SCREENENCODINGS="$datadir/screen/utf8encodings"
 
15
-SCREENENCODINGS="\"$SCREENENCODINGS\""
 
16
+eval SCREENENCODINGS="\\\"$SCREENENCODINGS\\\""
 
17
 fi
 
18
 AC_MSG_CHECKING(for the utf8-encodings location)
 
19
 AC_DEFINE_UNQUOTED(SCREENENCODINGS,$SCREENENCODINGS)