X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=05b02ff6e0b9324365b5897556bc308e28950aef;hp=0ce60ea3cc6d0c5262358e66f6be1209526c64ba;hb=8b77cf6f2a6b8f1ec930395d8f9b762fa1d4bfbc;hpb=155d582be8f8606989447364d93f754751e6820e diff --git a/support/builddeb.py b/support/builddeb.py index 0ce60ea..05b02ff 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -100,7 +100,7 @@ def build_package(distribution): "|".join((oldName, newName)) for (oldName, newName) in files ) - p["/usr/share/dbus-1/services"] = ["org.freedesktop.Telepathy.ConnectionManager.theonering.service.in"] + p["/usr/share/dbus-1/services"] = ["org.freedesktop.Telepathy.ConnectionManager.theonering.service"] p["/usr/share/telepathy/managers"] = ["theonering.manager"] p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-theonering.png|theonering.png"] p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-theonering.png|theonering.png"]