r25777 - in /desktop/unstable/meta-gnome2/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Dec 5 18:40:51 UTC 2010


Author: joss
Date: Sun Dec  5 18:40:41 2010
New Revision: 25777

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25777
Log:
Make gnome-core architecture-dependent as a consequence.

Modified:
    desktop/unstable/meta-gnome2/debian/changelog
    desktop/unstable/meta-gnome2/debian/control
    desktop/unstable/meta-gnome2/debian/control.in

Modified: desktop/unstable/meta-gnome2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/meta-gnome2/debian/changelog?rev=25777&op=diff
==============================================================================
--- desktop/unstable/meta-gnome2/debian/changelog [utf-8] (original)
+++ desktop/unstable/meta-gnome2/debian/changelog [utf-8] Sun Dec  5 18:40:41 2010
@@ -3,6 +3,7 @@
   * Move a number of packages from gnome-desktop-environment to 
     gnome-core, which becomes the key package for tasksel. It will 
     allow the GNOME task to keep on fitting in a single CD.
+  * Make gnome-core architecture-dependent as a consequence.
 
  -- Josselin Mouette <joss at debian.org>  Sun, 05 Dec 2010 19:36:38 +0100
 

Modified: desktop/unstable/meta-gnome2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/meta-gnome2/debian/control?rev=25777&op=diff
==============================================================================
--- desktop/unstable/meta-gnome2/debian/control [utf-8] (original)
+++ desktop/unstable/meta-gnome2/debian/control [utf-8] Sun Dec  5 18:40:41 2010
@@ -63,7 +63,7 @@
  environment to date.
 
 Package: gnome-core
-Architecture: all
+Architecture: any
 Section: gnome
 Priority: optional
 Depends: desktop-base,
@@ -115,7 +115,7 @@
 Architecture: any
 Section: gnome
 Priority: optional
-Depends: gnome-core (= ${source:Version}),
+Depends: gnome-core (= ${binary:Version}),
          alacarte (>= 0.13.1),
          brasero (>= 2.30),
          cheese (>= 2.30) [linux-any],
@@ -173,7 +173,7 @@
 Architecture: all
 Section: gnome
 Priority: optional
-Depends: gnome-core (= ${source:Version}),
+Depends: gnome-core (>= ${source:Version}),
          at-spi (>= 1.30),
          libatk1.0-data (>= 1.30),
          dasher (>= 4.11),

Modified: desktop/unstable/meta-gnome2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/meta-gnome2/debian/control.in?rev=25777&op=diff
==============================================================================
--- desktop/unstable/meta-gnome2/debian/control.in [utf-8] (original)
+++ desktop/unstable/meta-gnome2/debian/control.in [utf-8] Sun Dec  5 18:40:41 2010
@@ -58,7 +58,7 @@
  environment to date.
 
 Package: gnome-core
-Architecture: all
+Architecture: any
 Section: gnome
 Priority: optional
 Depends: desktop-base,
@@ -110,7 +110,7 @@
 Architecture: any
 Section: gnome
 Priority: optional
-Depends: gnome-core (= ${source:Version}),
+Depends: gnome-core (= ${binary:Version}),
          alacarte (>= 0.13.1),
          brasero (>= 2.30),
          cheese (>= 2.30) [linux-any],
@@ -168,7 +168,7 @@
 Architecture: all
 Section: gnome
 Priority: optional
-Depends: gnome-core (= ${source:Version}),
+Depends: gnome-core (>= ${source:Version}),
          at-spi (>= 1.30),
          libatk1.0-data (>= 1.30),
          dasher (>= 4.11),




More information about the pkg-gnome-commits mailing list