r35111 - in /desktop/unstable/gnome-panel/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Tue May 22 06:59:10 UTC 2012
Author: biebl
Date: Tue May 22 06:59:08 2012
New Revision: 35111
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=35111
Log:
Remove hard-coded dependency on gconf2 and rely on ${misc:Depends}
instead.
Modified:
desktop/unstable/gnome-panel/debian/changelog
desktop/unstable/gnome-panel/debian/control
desktop/unstable/gnome-panel/debian/control.in
Modified: desktop/unstable/gnome-panel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/changelog?rev=35111&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/changelog [utf-8] Tue May 22 06:59:08 2012
@@ -8,6 +8,8 @@
"Online Accounts" from user menu. It can be easily accessed via the
"System Settings" menu entry and doesn't need to be shown in such a
prominent place.
+ * Remove hard-coded dependency on gconf2 and rely on ${misc:Depends}
+ instead.
[ Josselin Mouette ]
* Rename 01_panel_submenus.patch to 01_menus_rename.patch.
Modified: desktop/unstable/gnome-panel/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control?rev=35111&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control [utf-8] Tue May 22 06:59:08 2012
@@ -130,8 +130,7 @@
Package: gnome-panel-data
Section: gnome
Architecture: all
-Depends: ${misc:Depends},
- gconf2 (>= 2.14.0-2)
+Depends: ${misc:Depends}
Recommends: gnome-panel
Description: common files for the GNOME Panel
This package includes some files that are needed by the GNOME Panel
Modified: desktop/unstable/gnome-panel/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-panel/debian/control.in?rev=35111&op=diff
==============================================================================
--- desktop/unstable/gnome-panel/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-panel/debian/control.in [utf-8] Tue May 22 06:59:08 2012
@@ -125,8 +125,7 @@
Package: gnome-panel-data
Section: gnome
Architecture: all
-Depends: ${misc:Depends},
- gconf2 (>= 2.14.0-2)
+Depends: ${misc:Depends}
Recommends: gnome-panel
Description: common files for the GNOME Panel
This package includes some files that are needed by the GNOME Panel
More information about the pkg-gnome-commits
mailing list