[Pkg-bazaar-commits] ./bzr-gtk/unstable r478: Merge Chris' preferences installation fix.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:50:27 UTC 2009


------------------------------------------------------------
revno: 478
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2008-05-01 15:12:58 +0200
message:
  Merge Chris' preferences installation fix.
modified:
  setup.py
    ------------------------------------------------------------
    revno: 476.1.1
    author: Chris Lamb <chris at chris-lamb.co.uk>
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: fix-preferences-install
    timestamp: Thu 2008-05-01 15:03:54 +0200
    message:
      Build and install the bzrlib.plugins.gtk.preferences package
    modified:
      setup.py
-------------- next part --------------
=== modified file 'setup.py'
--- a/setup.py	2008-04-25 21:38:41 +0000
+++ b/setup.py	2008-05-01 13:03:54 +0000
@@ -104,6 +104,7 @@
         "bzrlib.plugins.gtk.olive": "olive",
         "bzrlib.plugins.gtk.tests": "tests",
         "bzrlib.plugins.gtk.branchview": "branchview",
+        "bzrlib.plugins.gtk.preferences": "preferences",
         },
     packages = [
         "bzrlib.plugins.gtk",
@@ -112,6 +113,7 @@
         "bzrlib.plugins.gtk.olive",
         "bzrlib.plugins.gtk.tests",
         "bzrlib.plugins.gtk.branchview",
+        "bzrlib.plugins.gtk.preferences",
         ],
     data_files=[('share/olive', ['olive.glade',
                                  'cmenu.ui',



More information about the Pkg-bazaar-commits mailing list