[Pkg-bazaar-commits] ./bzr-gtk/unstable r39: Build and install the bzrlib.plugins.gtk.preferences package

Chris Lamb chris at chris-lamb.co.uk
Thu May 1 12:36:39 UTC 2008


------------------------------------------------------------
revno: 39
committer: Chris Lamb <chris at chris-lamb.co.uk>
branch nick: pkg-bzr-gtk
timestamp: Thu 2008-05-01 13:36:39 +0100
message:
  Build and install the bzrlib.plugins.gtk.preferences package
added:
  debian/patches/04-build-preferences-module.dpatch
modified:
  debian/changelog
  debian/patches/00list
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-01 12:28:39 +0000
+++ b/debian/changelog	2008-05-01 12:36:39 +0000
@@ -7,6 +7,8 @@
   * Add 01-desktop-file-categories patch to set suitable FDO categories in
     .desktop files.
   * Update debian/copyright.
+  * Add 04-build-preferences-module to build and install the
+    bzrlib.plugins.gtk.preferences package.
 
  -- Chris Lamb <chris at chris-lamb.co.uk>  Thu, 01 May 2008 12:44:17 +0100
 

=== modified file 'debian/patches/00list'
--- a/debian/patches/00list	2008-05-01 12:02:08 +0000
+++ b/debian/patches/00list	2008-05-01 12:36:39 +0000
@@ -1,3 +1,4 @@
 01-desktop-file-categories.dpatch
 02-disable-nautilus-integration.dpatch
 03-ghost-window.dpatch
+04-build-preferences-module.dpatch

=== added file 'debian/patches/04-build-preferences-module.dpatch'
--- a/debian/patches/04-build-preferences-module.dpatch	1970-01-01 00:00:00 +0000
+++ b/debian/patches/04-build-preferences-module.dpatch	2008-05-01 12:36:39 +0000
@@ -0,0 +1,25 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04-build-preferences-module.dpatch by Chris Lamb <chris at chris-lamb.co.uk>
+##
+## DP: Build and install the bzrlib.plugins.gtk.preferences package
+
+ at DPATCH@
+diff -urNad bzr-gtk-0.94.0rc1~/setup.py bzr-gtk-0.94.0rc1/setup.py
+--- bzr-gtk-0.94.0rc1~/setup.py	2008-05-01 13:25:24.000000000 +0100
++++ bzr-gtk-0.94.0rc1/setup.py	2008-05-01 13:25:41.000000000 +0100
+@@ -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