[Pkg-utopia-commits] r1853 - in /packages/unstable/dbus/debian: changelog control
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Mon Nov 5 10:51:27 UTC 2007
Author: biebl
Date: Mon Nov 5 10:51:27 2007
New Revision: 1853
URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1853
Log:
* debian/control
- Use the new "Homepage:" field to specify the upstream URL.
- The Vcs-* fields are now officially supported, so remove the XS- prefix.
- Demote dbus-x11 dependency to a Recommends. (Closes: #427932)
Modified:
packages/unstable/dbus/debian/changelog
packages/unstable/dbus/debian/control
Modified: packages/unstable/dbus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/changelog?rev=1853&op=diff
==============================================================================
--- packages/unstable/dbus/debian/changelog (original)
+++ packages/unstable/dbus/debian/changelog Mon Nov 5 10:51:27 2007
@@ -1,8 +1,12 @@
dbus (1.1.2-1) UNRELEASED; urgency=low
* New upstream release.
-
- -- Michael Biebl <biebl at debian.org> Wed, 18 Jul 2007 14:43:41 +0200
+ * debian/control
+ - Use the new "Homepage:" field to specify the upstream URL.
+ - The Vcs-* fields are now officially supported, so remove the XS- prefix.
+ - Demote dbus-x11 dependency to a Recommends. (Closes: #427932)
+
+ -- Michael Biebl <biebl at debian.org> Mon, 05 Nov 2007 11:46:10 +0100
dbus (1.1.1-3) unstable; urgency=low
Modified: packages/unstable/dbus/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus/debian/control?rev=1853&op=diff
==============================================================================
--- packages/unstable/dbus/debian/control (original)
+++ packages/unstable/dbus/debian/control Mon Nov 5 10:51:27 2007
@@ -16,8 +16,9 @@
libx11-dev,
libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64]
Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus
-XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus
+Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus
+Homepage: http://dbus.freedesktop.org/
Package: dbus
Architecture: any
@@ -25,8 +26,7 @@
${misc:Depends},
adduser,
debianutils (>= 1.22.0),
- lsb-base (>= 3.1),
- dbus-x11
+ lsb-base (>= 3.1)
Conflicts: libdbus0,
dbus-1,
dbus-1-utils (<< 1.0.2-5),
@@ -35,6 +35,7 @@
dbus-1,
dbus-1-utils (<< 1.0.2-5)
Provides: dbus-1-utils
+Recommends: dbus-x11
Description: simple interprocess messaging system
D-Bus is a message bus, used for sending messages between
applications. Conceptually, it fits somewhere in between raw sockets
More information about the Pkg-utopia-commits
mailing list