r25827 - in /desktop/experimental/gtk+2.0/debian: changelog control control.in gir1.0-gtk-2.0.install.in gir1.2-gtk-2.0.install.in rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Thu Dec 9 16:46:37 UTC 2010


Author: bigon
Date: Thu Dec  9 16:46:33 2010
New Revision: 25827

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25827
Log:
Change gir package name from gir1.0-gtk-2.0 to gir1.2-gtk-2.0

Added:
    desktop/experimental/gtk+2.0/debian/gir1.2-gtk-2.0.install.in
      - copied unchanged from r25826, desktop/experimental/gtk+2.0/debian/gir1.0-gtk-2.0.install.in
Removed:
    desktop/experimental/gtk+2.0/debian/gir1.0-gtk-2.0.install.in
Modified:
    desktop/experimental/gtk+2.0/debian/changelog
    desktop/experimental/gtk+2.0/debian/control
    desktop/experimental/gtk+2.0/debian/control.in
    desktop/experimental/gtk+2.0/debian/rules

Modified: desktop/experimental/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/changelog?rev=25827&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/changelog [utf-8] Thu Dec  9 16:46:33 2010
@@ -11,20 +11,20 @@
       - add new package to BINARY_ARCH_PKGS
       - add dh_girepository call
     - debian/control.in:
-      - add gobject-introspection, libgirepository1.0-dev, gir1.0-atk-1.0,
-        gir1.0-pango-1.0, gir1.0-glib-2.0 and gir1.0-freedesktop build-dep
+      - add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
+        gir1.2-pango-1.0, gir1.2-glib-2.0 and gir1.2-freedesktop build-dep
       - Bump libpango1.0-dev, libgdk-pixbuf2.0-dev and libatk1.0-dev
         build-dependencies to be sure we have .gir files
-      - add gir package (gir1.0-gtk-2.0)
+      - add gir package (gir1.2-gtk-2.0)
     - debian/libgtk2.0-dev.install.in: add gir files
-    - add debian/gir1.0-gtk-2.0.install
+    - add debian/gir1.2-gtk-2.0.install
   * Add debian/patches/064_gir_build_workaround.patch: Fix build with
     introspection enabled
   * debian/patches/070_mandatory-relibtoolize.patch: Refresh
   * Switch to dpkg-source 3.0 (quilt) format
   * debian/watch: Bump version to 3
 
- -- Laurent Bigonville <bigon at debian.org>  Sun, 05 Dec 2010 21:03:00 +0100
+ -- Laurent Bigonville <bigon at debian.org>  Thu, 09 Dec 2010 17:43:10 +0100
 
 gtk+2.0 (2.22.0-1) experimental; urgency=low
 

Modified: desktop/experimental/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/control?rev=25827&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/control [utf-8] Thu Dec  9 16:46:33 2010
@@ -32,11 +32,11 @@
                libcups2-dev (>= 1.2),
                gobject-introspection (>= 0.9.3),
                libgirepository1.0-dev (>= 0.9.3),
-               gir1.0-glib-2.0,
-               gir1.0-freedesktop,
-               gir1.0-atk-1.0,
-               gir1.0-pango-1.0,
-               gir1.0-gdkpixbuf-2.0,
+               gir1.2-glib-2.0,
+               gir1.2-freedesktop,
+               gir1.2-atk-1.0,
+               gir1.2-pango-1.0,
+               gir1.2-gdkpixbuf-2.0,
                quilt,
                gawk,
                xsltproc,
@@ -220,7 +220,7 @@
  .
  This package contains the pixbuf theme engine.
 
-Package: gir1.0-gtk-2.0
+Package: gir1.2-gtk-2.0
 Architecture: any
 Depends: libgtk2.0-common,
          ${misc:Depends},

Modified: desktop/experimental/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/control.in?rev=25827&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/control.in [utf-8] Thu Dec  9 16:46:33 2010
@@ -32,11 +32,11 @@
                libcups2-dev (>= 1.2),
                gobject-introspection (>= 0.9.3),
                libgirepository1.0-dev (>= 0.9.3),
-               gir1.0-glib-2.0,
-               gir1.0-freedesktop,
-               gir1.0-atk-1.0,
-               gir1.0-pango-1.0,
-               gir1.0-gdkpixbuf-2.0,
+               gir1.2-glib-2.0,
+               gir1.2-freedesktop,
+               gir1.2-atk-1.0,
+               gir1.2-pango-1.0,
+               gir1.2-gdkpixbuf-2.0,
                quilt,
                gawk,
                xsltproc,
@@ -220,7 +220,7 @@
  .
  This package contains the pixbuf theme engine.
 
-Package: gir1.0-gtk-2.0
+Package: gir1.2-gtk-2.0
 Architecture: any
 Depends: @COMMON_PKG@,
          ${misc:Depends},

Modified: desktop/experimental/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B2.0/debian/rules?rev=25827&op=diff
==============================================================================
--- desktop/experimental/gtk+2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+2.0/debian/rules [utf-8] Thu Dec  9 16:46:33 2010
@@ -77,7 +77,7 @@
 
 # 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) gir1.0-gtk-2.0 libgail18 libgail-dbg libgail-dev libgail-common
+BINARY_ARCH_PKGS := $(SHARED_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
@@ -333,7 +333,7 @@
 		-X$(MODULES_BASE_PATH) \
 		-V"libgail18 (>= $(SHVER)), libgail-common (>= $(SHVER))" \
 		-- -c4
-	dh_girepository -pgir1.0-gtk-2.0
+	dh_girepository -pgir1.2-gtk-2.0
 	dh_installdeb -s
 	# override shlibs for libraries from this source before computing
 	# dependencies of packages generated from this source; we already have




More information about the pkg-gnome-commits mailing list