r18978 - in /desktop/unstable/system-tools-backends/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 12 02:40:47 UTC 2009


Author: biebl
Date: Thu Mar 12 02:40:47 2009
New Revision: 18978

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18978
Log:
* debian/control{.in}
  - Add Vcs-* fields.
  - Add Homepage field.
  - Add dependency on dbus (>= 1.1.2) which is required for D-Bus system bus
    activation (i.e. start-on-demand).

Modified:
    desktop/unstable/system-tools-backends/debian/changelog
    desktop/unstable/system-tools-backends/debian/control
    desktop/unstable/system-tools-backends/debian/control.in

Modified: desktop/unstable/system-tools-backends/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/changelog?rev=18978&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/changelog (original)
+++ desktop/unstable/system-tools-backends/debian/changelog Thu Mar 12 02:40:47 2009
@@ -1,3 +1,13 @@
+system-tools-backends (2.6.0-5) UNRELEASED; urgency=low
+
+  * debian/control{.in}
+    - Add Vcs-* fields.
+    - Add Homepage field.
+    - Add dependency on dbus (>= 1.1.2) which is required for D-Bus system bus
+      activation (i.e. start-on-demand).
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 12 Mar 2009 01:35:47 +0100
+
 system-tools-backends (2.6.0-4) unstable; urgency=low
 
   * 05_cve_2008_4311.patch: new patch, based on the patch by Simon 

Modified: desktop/unstable/system-tools-backends/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/control?rev=18978&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/control (original)
+++ desktop/unstable/system-tools-backends/debian/control Thu Mar 12 02:40:47 2009
@@ -13,12 +13,16 @@
                libdbus-glib-1-dev (>= 0.74),
                libpolkit-dbus-dev (>= 0.5),
                libglib2.0-dev (>= 2.15.2)
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/system-tools-backends
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends
+Homepage: http://system-tools-backends.freedesktop.org/
 
 Package: system-tools-backends
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libnet-dbus-perl,
+         dbus (>= 1.1.2),
          adduser
 Replaces: gnome-system-tools (<< 1.1)
 Conflicts: gnome-system-tools (<< 2.18), liboobs-1-3

Modified: desktop/unstable/system-tools-backends/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends/debian/control.in?rev=18978&op=diff
==============================================================================
--- desktop/unstable/system-tools-backends/debian/control.in (original)
+++ desktop/unstable/system-tools-backends/debian/control.in Thu Mar 12 02:40:47 2009
@@ -13,12 +13,16 @@
                libdbus-glib-1-dev (>= 0.74),
                libpolkit-dbus-dev (>= 0.5),
                libglib2.0-dev (>= 2.15.2)
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/system-tools-backends
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/system-tools-backends
+Homepage: http://system-tools-backends.freedesktop.org/
 
 Package: system-tools-backends
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libnet-dbus-perl,
+         dbus (>= 1.1.2),
          adduser
 Replaces: gnome-system-tools (<< 1.1)
 Conflicts: gnome-system-tools (<< 2.18), liboobs-1-3




More information about the pkg-gnome-commits mailing list