Merge lp:~cosmos-door/ubuntu-keyboard/fix-1483463 into lp:ubuntu-keyboard

Proposed by Mitsuya Shibata
Status: Needs review
Proposed branch: lp:~cosmos-door/ubuntu-keyboard/fix-1483463
Merge into: lp:ubuntu-keyboard
Diff against target: 66 lines (+7/-7)
1 file modified
debian/control (+7/-7)
To merge this branch: bzr merge lp:~cosmos-door/ubuntu-keyboard/fix-1483463
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+267605@code.launchpad.net

Description of the change

fix lintian error: missing-separator-between-items

To post a comment you must log in.

Unmerged revisions

403. By Mitsuya Shibata

debian/control: fix missing-separator-between-items for lintian

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2015-05-29 11:02:11 +0000
3+++ debian/control 2015-08-11 02:00:08 +0000
4@@ -160,7 +160,7 @@
5 Package: ubuntu-keyboard-croatian
6 Architecture: any
7 Depends: ubuntu-keyboard (= ${binary:Version}),
8- myspell-hr
9+ myspell-hr,
10 ${misc:Depends},
11 ${shlibs:Depends},
12 Description: Ubuntu on-screen keyboard data files - Croatian
13@@ -169,7 +169,7 @@
14 Package: ubuntu-keyboard-czech
15 Architecture: any
16 Depends: ubuntu-keyboard (= ${binary:Version}),
17- myspell-cs
18+ myspell-cs,
19 ${misc:Depends},
20 ${shlibs:Depends},
21 Description: Ubuntu on-screen keyboard data files - Czech
22@@ -248,7 +248,7 @@
23 Package: ubuntu-keyboard-hebrew
24 Architecture: any
25 Depends: ubuntu-keyboard (= ${binary:Version}),
26- myspell-he
27+ myspell-he,
28 ${misc:Depends},
29 ${shlibs:Depends},
30 Description: Ubuntu on-screen keyboard data files - Hebrew
31@@ -274,7 +274,7 @@
32 Package: ubuntu-keyboard-italian
33 Architecture: any
34 Depends: ubuntu-keyboard (= ${binary:Version}),
35- myspell-it
36+ myspell-it,
37 ${misc:Depends},
38 ${shlibs:Depends},
39 Description: Ubuntu on-screen keyboard data files - Italian
40@@ -283,7 +283,7 @@
41 Package: ubuntu-keyboard-norwegian-bokmal
42 Architecture: any
43 Depends: ubuntu-keyboard (= ${binary:Version}),
44- myspell-nb
45+ myspell-nb,
46 ${misc:Depends},
47 ${shlibs:Depends},
48 Description: Ubuntu on-screen keyboard data files - Norwegian Bokmål
49@@ -301,7 +301,7 @@
50 Package: ubuntu-keyboard-portuguese
51 Architecture: any
52 Depends: ubuntu-keyboard (= ${binary:Version}),
53- myspell-pt
54+ myspell-pt,
55 ${misc:Depends},
56 ${shlibs:Depends},
57 Description: Ubuntu on-screen keyboard data files - Portuguese
58@@ -355,7 +355,7 @@
59 Package: ubuntu-keyboard-spanish
60 Architecture: any
61 Depends: ubuntu-keyboard (= ${binary:Version}),
62- myspell-es
63+ myspell-es,
64 ${misc:Depends},
65 ${shlibs:Depends},
66 Description: Ubuntu on-screen keyboard data files - Spanish

Subscribers

People subscribed via source and target branches