[Pkg-utopia-commits] r300 - in packages/experimental/dbus/debian: . patches

Sjoerd Simons sjoerd at costa.debian.org
Tue Sep 6 07:28:52 UTC 2005


Author: sjoerd
Date: 2005-09-06 07:28:51 +0000 (Tue, 06 Sep 2005)
New Revision: 300

Removed:
   packages/experimental/dbus/debian/patches/dbus-sessionbus-checkuid.patch
Modified:
   packages/experimental/dbus/debian/changelog
   packages/experimental/dbus/debian/control
Log:
* New upstream release
* Fix descriptions to refer to dbus rather than dbus-1. 
* Make dbus-1-utils depend on dbus
* debian/patches/dbus-sessionbus-checkuid.patch
  + Removed. Fixed upstream



Modified: packages/experimental/dbus/debian/changelog
===================================================================
--- packages/experimental/dbus/debian/changelog	2005-09-05 15:25:31 UTC (rev 299)
+++ packages/experimental/dbus/debian/changelog	2005-09-06 07:28:51 UTC (rev 300)
@@ -1,3 +1,13 @@
+dbus (0.36.2-1) experimental; urgency=low
+
+  * New upstream release
+  * Fix descriptions to refer to dbus rather than dbus-1. 
+  * Make dbus-1-utils depend on dbus
+  * debian/patches/dbus-sessionbus-checkuid.patch
+    + Removed. Fixed upstream
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Tue,  6 Sep 2005 09:26:19 +0200
+
 dbus (0.36.1-1) experimental; urgency=low
 
   * New upstream release (Closes: #319593, #324016)

Modified: packages/experimental/dbus/debian/control
===================================================================
--- packages/experimental/dbus/debian/control	2005-09-05 15:25:31 UTC (rev 299)
+++ packages/experimental/dbus/debian/control	2005-09-06 07:28:51 UTC (rev 300)
@@ -50,12 +50,12 @@
  used.  It comes with several interfaces, including GLib.  See the
  description of dbus-glib-1 for more information about those.
  .
- The daemon can be found in the dbus-1 package.
+ The daemon can be found in the dbus package.
 
 Package: dbus-1-utils
 Architecture: any
 Section: utils
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, dbus
 Replaces: dbus-1 (<< 0.20-4)
 Description: simple interprocess messaging system (utilities)
  D-BUS is a message bus, used for sending messages between
@@ -65,7 +65,7 @@
  This package contains several D-BUS related utilities like
  dbus-launch and dbus-send.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: dbus-1-doc
 Section: doc
@@ -81,7 +81,7 @@
  This package contains the API documentation for D-BUS, as well as
  the protocol specification.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-1-dev
 Section: libdevel
@@ -94,7 +94,7 @@
  Conceptually, it fits somewhere in between raw sockets and CORBA in
  terms of complexity.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-glib-1-dev
 Section: libdevel
@@ -109,7 +109,7 @@
  .
  This package provides a GLib-style interface to D-BUS.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-glib-1-1
 Section: libs
@@ -123,7 +123,7 @@
  This package provides the GLib-based shared library for applications using the
  GLib interface to D-BUS.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-qt-1-dev
 Section: libdevel
@@ -138,7 +138,7 @@
  .
  This package provides a Qt-style interface to D-BUS.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-qt-1-1c2
 Section: libs
@@ -154,7 +154,7 @@
  This package provides the Qt-based shared library for applications using the
  Qt interface to D-BUS.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: python2.4-dbus
 Section: python
@@ -167,7 +167,7 @@
  .
  This package provides a Python interface to D-BUS.
  .
- See the dbus-1 description for more information about D-BUS in general.
+ See the dbus description for more information about D-BUS in general.
 
 Package: libdbus-1-cil
 Section: libs

Deleted: packages/experimental/dbus/debian/patches/dbus-sessionbus-checkuid.patch
===================================================================
--- packages/experimental/dbus/debian/patches/dbus-sessionbus-checkuid.patch	2005-09-05 15:25:31 UTC (rev 299)
+++ packages/experimental/dbus/debian/patches/dbus-sessionbus-checkuid.patch	2005-09-06 07:28:51 UTC (rev 300)
@@ -1,24 +0,0 @@
-diff -Nur dbus-0.34/bus/policy.c dbus-0.34.new/bus/policy.c
---- dbus-0.34/bus/policy.c	2004-08-26 00:11:49.000000000 +0200
-+++ dbus-0.34.new/bus/policy.c	2005-06-27 09:07:01.000000000 +0200
-@@ -454,7 +454,7 @@
-       return FALSE;
-     }
-   
--  allowed = FALSE;
-+  allowed = uid == _dbus_getuid ();
- 
-   allowed = list_allows_user (allowed,
-                               &policy->default_rules,
-diff -Nur dbus-0.34/bus/session.conf.in dbus-0.34.new/bus/session.conf.in
---- dbus-0.34/bus/session.conf.in	2004-10-25 20:48:58.000000000 +0200
-+++ dbus-0.34.new/bus/session.conf.in	2005-06-27 09:08:40.000000000 +0200
-@@ -19,8 +19,6 @@
-     <allow eavesdrop="true"/>
-     <!-- Allow anyone to own anything -->
-     <allow own="*"/>
--    <!-- Allow any user to connect -->
--    <allow user="*"/>
-   </policy>
- 
-   <!-- This is included last so local configuration can override what's 




More information about the Pkg-utopia-commits mailing list