X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=aba045138b6c895b1268780d321ee4e98eacc09b;hp=54d331ca1bfb5060d9238c4c17486d62dfa94b8b;hb=218bfd2464d383becc840c69cce9a6cb0fd78b6a;hpb=8b1dd0280fa3bfaaae356f05bf7684ad441db2a4 diff --git a/support/builddeb.py b/support/builddeb.py index 54d331c..aba0451 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -101,7 +101,6 @@ def build_package(distribution): "fremantle": "64x64-theonering.png", # Fremantle natively uses 48x48 "mer": "64x64-theonering.png", }[distribution] - p["/usr/bin"] = [ "theonering.py" ] for relPath, files in unflatten_files(find_files(".")).iteritems(): fullPath = "/usr/lib/theonering" if relPath: @@ -110,7 +109,7 @@ def build_package(distribution): "|".join((oldName, newName)) for (oldName, newName) in files ) - p["/usr/share/dbus-1/services"] = ["org.freedesktop.Telepathy.ConnectionManagers.theonering.service.in"] + p["/usr/share/dbus-1/services"] = ["org.freedesktop.Telepathy.ConnectionManager.theonering.service.in"] 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"]