r26327 - in /desktop/experimental/gnome-control-center/debian: changelog control control.in patches/

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 16 22:45:31 UTC 2011


Author: pochu
Date: Sun Jan 16 22:45:31 2011
New Revision: 26327

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26327
Log:
  - capplets-data: stop breaking g-c-c, it already depends on a new
    enough version of the former so this is not needed.
  - gnome-control-center: no need to manually depend on
    libgnome-control-center1. The shlibs does that for us.
  - Don't use tabs for padding.
  - Drop obsolete dpkg-dev b-d.

Removed:
    desktop/experimental/gnome-control-center/debian/patches/
Modified:
    desktop/experimental/gnome-control-center/debian/changelog
    desktop/experimental/gnome-control-center/debian/control
    desktop/experimental/gnome-control-center/debian/control.in

Modified: desktop/experimental/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/changelog?rev=26327&op=diff
==============================================================================
--- desktop/experimental/gnome-control-center/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-control-center/debian/changelog [utf-8] Sun Jan 16 22:45:31 2011
@@ -5,6 +5,12 @@
       they seem unneeded.
     - capplets-data replaces gnome-media-common.
     - Build depend on docbook-xml, needed to build the docs.
+    - capplets-data: stop breaking g-c-c, it already depends on a new
+      enough version of the former so this is not needed.
+    - gnome-control-center: no need to manually depend on
+      libgnome-control-center1. The shlibs does that for us.
+    - Don't use tabs for padding.
+    - Drop obsolete dpkg-dev b-d.
   * debian/control.in,
     debian/rules,
     debian/source/format:

Modified: desktop/experimental/gnome-control-center/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/control?rev=26327&op=diff
==============================================================================
--- desktop/experimental/gnome-control-center/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-control-center/debian/control [utf-8] Sun Jan 16 22:45:31 2011
@@ -12,7 +12,6 @@
 Build-Depends: cdbs (>= 0.4.41),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
-               dpkg-dev (>= 1.13.19),
                debhelper (>= 5.0.0),
                docbook-to-man,
                docbook-xml,
@@ -52,8 +51,7 @@
          gnome-menus (>= 2.12.0),
          gnome-desktop-data,
          gnome-icon-theme (>= 2.24),
-         desktop-file-utils,
-         libgnome-control-center1 (= ${binary:Version})
+         desktop-file-utils
 Recommends: gnome-user-guide,
             gnome-session,
             policykit-1-gnome,
@@ -88,7 +86,6 @@
 Provides: capplets-data
 Conflicts: capplets-data
 Replaces: capplets-data, gnome-media-common (<< 2.91)
-Breaks: gnome-control-center (<< ${source:Version})
 Description: configuration applets for GNOME - data files
  This package contains data files (icons, pixmaps, locales files) needed by
  the configuration applets in the gnome-control-center package.
@@ -105,6 +102,6 @@
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
-	 ${shlibs:Depends}
+         ${shlibs:Depends}
 Description: utilities to configure the GNOME desktop
  This package contains the library used by Control Center panels

Modified: desktop/experimental/gnome-control-center/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-control-center/debian/control.in?rev=26327&op=diff
==============================================================================
--- desktop/experimental/gnome-control-center/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-control-center/debian/control.in [utf-8] Sun Jan 16 22:45:31 2011
@@ -7,7 +7,6 @@
 Build-Depends: cdbs (>= 0.4.41),
                gnome-pkg-tools (>= 0.10),
                gnome-common,
-               dpkg-dev (>= 1.13.19),
                debhelper (>= 5.0.0),
                docbook-to-man,
                docbook-xml,
@@ -47,8 +46,7 @@
          gnome-menus (>= 2.12.0),
          gnome-desktop-data,
          gnome-icon-theme (>= 2.24),
-         desktop-file-utils,
-         libgnome-control-center1 (= ${binary:Version})
+         desktop-file-utils
 Recommends: gnome-user-guide,
             gnome-session,
             policykit-1-gnome,
@@ -83,7 +81,6 @@
 Provides: capplets-data
 Conflicts: capplets-data
 Replaces: capplets-data, gnome-media-common (<< 2.91)
-Breaks: gnome-control-center (<< ${source:Version})
 Description: configuration applets for GNOME - data files
  This package contains data files (icons, pixmaps, locales files) needed by
  the configuration applets in the gnome-control-center package.
@@ -100,6 +97,6 @@
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
-	 ${shlibs:Depends}
+         ${shlibs:Depends}
 Description: utilities to configure the GNOME desktop
  This package contains the library used by Control Center panels




More information about the pkg-gnome-commits mailing list