Skip to content

Commit

Permalink
Fix failure to comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Feb 6, 2013
1 parent 3396ffc commit f37790a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Depends: ${gir:Depends},
gir1.2-polkit-1.0,
gir1.2-soup-2.4,
gir1.2-upowerglib-1.0,
gir1.2-gtkclutter-1.0
gir1.2-gtkclutter-1.0,
python,
python-dbus,
python-gconf,
Expand Down
2 changes: 1 addition & 1 deletion debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Depends: ${gir:Depends},
gir1.2-polkit-1.0,
gir1.2-soup-2.4,
gir1.2-upowerglib-1.0,
gir1.2-gtkclutter-1.0
gir1.2-gtkclutter-1.0,
python,
python-dbus,
python-gconf,
Expand Down

0 comments on commit f37790a

Please sign in to comment.