r29083 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 22 19:54:18 UTC 2011


Author: biebl
Date: Fri Jul 22 19:54:18 2011
New Revision: 29083

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29083
Log:
* debian/control.in: Make libgtk2.0-bin Architecture: any, as the symlinks
  now point to multiarch directories, and the /i386-* links are broken on
  other architectures.
* debian/rules: ensure libgtk2.0-bin is also taken into account as an arch:any
  package now. (LP: #810747)

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    desktop/unstable/gtk+2.0/debian/control.in
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=29083&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Fri Jul 22 19:54:18 2011
@@ -10,7 +10,16 @@
   * Make the -dev packages depend on a multiarch-capable version of
     pkg-config.
 
- -- Michael Biebl <biebl at debian.org>  Fri, 22 Jul 2011 20:41:32 +0200
+  [ Martin Pitt ]
+  * debian/control.in: Make libgtk2.0-bin Architecture: any, as the symlinks
+    now point to multiarch directories, and the /i386-* links are broken on
+    other architectures.
+
+  [ Mathieu Trudel-Lapierre ]
+  * debian/rules: ensure libgtk2.0-bin is also taken into account as an arch:any
+    package now. (LP: #810747)
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 22 Jul 2011 21:46:47 +0200
 
 gtk+2.0 (2.24.5-3) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=29083&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control [utf-8] Fri Jul 22 19:54:18 2011
@@ -108,7 +108,7 @@
 
 Package: libgtk2.0-bin
 Section: misc
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
          libgtk2.0-0 (>= ${source:Version}),
          libgtk2.0-common

Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=29083&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in [utf-8] Fri Jul 22 19:54:18 2011
@@ -108,7 +108,7 @@
 
 Package: @BIN_PKG@
 Section: misc
-Architecture: all
+Architecture: any
 Depends: ${misc:Depends},
          @SHARED_PKG@ (>= ${source:Version}),
          @COMMON_PKG@

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=29083&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules [utf-8] Fri Jul 22 19:54:18 2011
@@ -77,8 +77,8 @@
 PIXBUF_PKG := gtk2-engines-pixbuf
 
 # package groups, used in rule dependencies and in cleanup
-BINARY_INDEP_PKGS := $(COMMON_PKG) $(BIN_PKG) $(DOC_PKG) libgail-doc
-BINARY_ARCH_PKGS := $(SHARED_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG) $(EXAMPLES_PKG) $(PIXBUF_PKG) libgail18 libgail-dbg libgail-dev libgail-common gir1.2-gtk-2.0
+BINARY_INDEP_PKGS := $(COMMON_PKG) $(DOC_PKG) libgail-doc
+BINARY_ARCH_PKGS := $(SHARED_PKG) $(BIN_PKG) $(UDEB_PKG) $(DEV_PKG) $(DEBUG_PKG) $(EXAMPLES_PKG) $(PIXBUF_PKG) gir1.2-gtk-2.0 libgail18 libgail-dbg libgail-dev libgail-common
 ALL_PKGS := $(BINARY_INDEP_PKGS) $(BINARY_ARCH_PKGS)
 
 # list of flavors we build; each gets a builddir, a configure pass (configure




More information about the pkg-gnome-commits mailing list