~ubuntu-branches/ubuntu/oneiric/mksh/oneiric

« back to all changes in this revision

Viewing changes to debian/diffs/zz-version.diff

  • Committer: Bazaar Package Importer
  • Author(s): Thorsten Glaser
  • Date: 2010-02-28 17:32:01 UTC
  • mfrom: (1.1.15 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100228173201-wkqhm2ppvcj4opi0
Tags: 39.3-1ubuntu1
* Merge from Debian unstable. (Closes LP: #529559)
  New upstream version. (Closes LP: #355883)
  This integrates a workaround for a gcc bug. (cf. LP: #375604)
  Remaining Ubuntu changes:
  - debian/control, debian/rules: Exclude dietlibc on powerpc/ppc64
    and sparc (cf. LP: #381332)
  - debian/README.Debian, debian/mksh.postinst: Hardcode installing
    mksh as /bin/sh to false (cf. LP: #348872) but retain debconf
    infrastructure so that, if set to true in old installations, it
    will correctly be removed on upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$MirOS: contrib/hosted/tg/deb/mksh/debian/diffs/zz-version.diff,v 1.5 2009/09/29 12:43:47 tg Exp $
2
 
 
3
 
        Since we have Debian specific patches, we are expected
4
 
        to announce a Debian specific ksh version number.
5
 
 
6
 
--- check.t~    Tue Sep 29 12:31:33 2009
7
 
+++ check.t     Tue Sep 29 12:34:34 2009
8
 
@@ -25,7 +25,7 @@
9
 
 # http://www.research.att.com/~gsf/public/ifs.sh
10
 
 
11
 
 expected-stdout:
12
 
-       @(#)MIRBSD KSH R39 2009/08/01
13
 
+       @(#)MIRBSD KSH R39 2009/08/01 Debian 39.1-3
14
 
 description:
15
 
        Check version of shell.
16
 
 stdin:
17
 
--- mksh.1~     Tue Sep 29 12:30:59 2009
18
 
+++ mksh.1      Tue Sep 29 12:34:36 2009
19
 
@@ -5686,10 +5686,11 @@ all contributors, such as the Debian and
20
 
 See the documentation, CVS, and web site for details.
21
 
 .Sh BUGS
22
 
 This document attempts to describe
23
 
-.Nm mksh\ R39
24
 
+.Nm mksh\ R39\ Debian\ 39.1\-3
25
 
 and up,
26
 
 compiled without any options impacting functionality, such as
27
 
 .Dv MKSH_SMALL ,
28
 
+but with Debian specific patches applied,
29
 
 for an operating environment supporting all of its advanced needs.
30
 
 Please report bugs in
31
 
 .Nm
32
 
--- sh.h~       Tue Sep 29 12:30:43 2009
33
 
+++ sh.h        Tue Sep 29 12:34:38 2009
34
 
@@ -138,3 +138,3 @@
35
 
 #endif
36
 
-#define MKSH_VERSION "R39 2009/08/01"
37
 
+#define MKSH_VERSION "R39 2009/08/01 Debian 39.1-3"
38