Merge lp:~arky/ubuntu/lucid/libsmbios/fix-357212 into lp:ubuntu/lucid/libsmbios

Proposed by arky
Status: Merged
Merged at revision: not available
Proposed branch: lp:~arky/ubuntu/lucid/libsmbios/fix-357212
Merge into: lp:ubuntu/lucid/libsmbios
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
src/bin/smbios-token-ctl (+1/-1)
To merge this branch: bzr merge lp:~arky/ubuntu/lucid/libsmbios/fix-357212
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+19262@code.launchpad.net
To post a comment you must log in.
Revision history for this message
arky (arky) wrote :

simple string fix bug 357212

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-02-24 21:02:55 +0000
3+++ debian/changelog 2010-02-13 09:58:15 +0000
4@@ -1,3 +1,9 @@
5+libsmbios (2.2.13-0ubuntu3) lucid; urgency=low
6+
7+ * String Fix (LP: #357212)
8+
9+ -- arky <rakesh_ambati@yahoo.com> Sat, 13 Feb 2010 15:23:01 +0530
10+
11 libsmbios (2.2.13-0ubuntu2) jaunty; urgency=low
12
13 * debian/libsmbios-dev.install:
14
15=== modified file 'src/bin/smbios-token-ctl'
16--- src/bin/smbios-token-ctl 2008-11-21 12:38:50 +0000
17+++ src/bin/smbios-token-ctl 2010-02-13 09:58:15 +0000
18@@ -175,7 +175,7 @@
19 def tokenInfo(tokenObj, action):
20 exit_code=1
21
22- type = _("<wierd unknown type>")
23+ type = _("<weird unknown type>")
24 value = _("<unknown value>")
25 if tokenObj.isBool():
26 if action == "is-bool": exit_code = 0

Subscribers

People subscribed via source and target branches

to all changes: