r25913 - in /desktop/experimental/gtksourceview3/debian: changelog control control.in gir1.0-gtksource-3.0.install gir1.2-gtksource-3.0.install

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Dec 12 19:26:21 UTC 2010


Author: pochu
Date: Sun Dec 12 19:26:15 2010
New Revision: 25913

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25913
Log:
* Update to the new gir policy:
  - Rename gir1.0-gtksource-3.0 to gir1.2-gtksource-3.0.
  - Bump the gobject-introspection build dependency.
  - Build depend on gir1.2 packages.

Added:
    desktop/experimental/gtksourceview3/debian/gir1.2-gtksource-3.0.install
      - copied unchanged from r25898, desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install
Removed:
    desktop/experimental/gtksourceview3/debian/gir1.0-gtksource-3.0.install
Modified:
    desktop/experimental/gtksourceview3/debian/changelog
    desktop/experimental/gtksourceview3/debian/control
    desktop/experimental/gtksourceview3/debian/control.in

Modified: desktop/experimental/gtksourceview3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/changelog?rev=25913&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/changelog [utf-8] Sun Dec 12 19:26:15 2010
@@ -20,6 +20,10 @@
   * debian/rules:
     - Bump shlibs.
     - Remove useless comments.
+  * Update to the new gir policy:
+    - Rename gir1.0-gtksource-3.0 to gir1.2-gtksource-3.0.
+    - Bump the gobject-introspection build dependency.
+    - Build depend on gir1.2 packages.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 11 Dec 2010 17:05:34 +0100
 

Modified: desktop/experimental/gtksourceview3/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control?rev=25913&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control [utf-8] Sun Dec 12 19:26:15 2010
@@ -14,14 +14,16 @@
                gnome-pkg-tools (>= 0.7),
                dpkg-dev (>= 1.13.19),
                libgtk3.0-dev (>= 2.91.4),
+               libatk1.0-dev (>= 1.32),
                libxml2-dev (>= 2.6),
                intltool (>= 0.40),
                gtk-doc-tools (>= 1.11),
                libglib2.0-dev (>= 2.16.0),
                libgladeui-1-dev (>= 3.2),
-               gobject-introspection,
+               gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.0),
-               gir1.0-gtk-3.0
+               gir1.2-gtk-3.0,
+               gir1.2-atk-1.0
 Build-Depends-Indep: libglib2.0-doc, libgtk3.0-doc
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
@@ -72,18 +74,6 @@
  This package contains the header files required if you wish to develop
  software that uses the GtkSourceView widget.
 
-Package: gir1.0-gtksource-3.0
-Section: libs
-Architecture: any
-Depends: ${misc:Depends},
-         ${gir:Depends}
-Description: gir files for the GTK+ syntax highlighting widget
- GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
- GtkTextView. It improves GtkTextView by implementing syntax highlighting and
- other features typical of a source editor.
- .
- This package contains gobject introspection information.
-
 Package: libgtksourceview-3.0-doc
 Section: doc
 Architecture: all
@@ -94,3 +84,17 @@
  other features typical of a source editor.
  .
  This package contains the GtkSourceView reference manual.
+
+Package: gir1.2-gtksource-3.0
+Section: libs
+Architecture: any
+Depends: ${misc:Depends},
+         ${gir:Depends}
+Conflicts: gir1.0-gtksource-3.0
+Replaces: gir1.0-gtksource-3.0
+Description: gir files for the GTK+ syntax highlighting widget
+ GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
+ GtkTextView. It improves GtkTextView by implementing syntax highlighting and
+ other features typical of a source editor.
+ .
+ This package contains gobject introspection information.

Modified: desktop/experimental/gtksourceview3/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtksourceview3/debian/control.in?rev=25913&op=diff
==============================================================================
--- desktop/experimental/gtksourceview3/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtksourceview3/debian/control.in [utf-8] Sun Dec 12 19:26:15 2010
@@ -15,10 +15,10 @@
                gtk-doc-tools (>= 1.11),
                libglib2.0-dev (>= 2.16.0),
                libgladeui-1-dev (>= 3.2),
-               gobject-introspection (>= 0.9.0),
+               gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.9.0),
-               gir1.0-gtk-3.0,
-               gir1.0-atk-1.0
+               gir1.2-gtk-3.0,
+               gir1.2-atk-1.0
 Build-Depends-Indep: libglib2.0-doc, libgtk3.0-doc
 Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtksourceview2
@@ -80,11 +80,13 @@
  .
  This package contains the GtkSourceView reference manual.
 
-Package: gir1.0-gtksource-3.0
+Package: gir1.2-gtksource-3.0
 Section: libs
 Architecture: any
 Depends: ${misc:Depends},
          ${gir:Depends}
+Conflicts: gir1.0-gtksource-3.0
+Replaces: gir1.0-gtksource-3.0
 Description: gir files for the GTK+ syntax highlighting widget
  GtkSourceView is a text widget that extends the standard GTK+ 3.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and




More information about the pkg-gnome-commits mailing list