r24641 - in /desktop/experimental/gconf/debian: changelog control control.in gir1.0-gconf-2.0.install libgconf2-dev.install rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Jul 2 17:17:08 UTC 2010


Author: joss
Date: Fri Jul  2 17:17:05 2010
New Revision: 24641

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24641
Log:
* Patch from Ubuntu - thanks to Sébastien Bacher:
  * debian/control.in:
    - list a new gir1.0-gconf-2.0 binary
    - libgconf2-dev replaces gir-repository-dev
  * debian/gir1.0-gconf-2.0.install,
    debian/libgconf2-dev.install:
    - install the gir and typelib
  * debian/rules:
    - use dh_girepository

Added:
    desktop/experimental/gconf/debian/gir1.0-gconf-2.0.install
Modified:
    desktop/experimental/gconf/debian/changelog
    desktop/experimental/gconf/debian/control
    desktop/experimental/gconf/debian/control.in
    desktop/experimental/gconf/debian/libgconf2-dev.install
    desktop/experimental/gconf/debian/rules

Modified: desktop/experimental/gconf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/changelog?rev=24641&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/changelog [utf-8] (original)
+++ desktop/experimental/gconf/debian/changelog [utf-8] Fri Jul  2 17:17:05 2010
@@ -1,3 +1,17 @@
+gconf (2.31.4-2) UNRELEASED; urgency=low
+
+  * Patch from Ubuntu - thanks to Sébastien Bacher:
+    * debian/control.in:
+      - list a new gir1.0-gconf-2.0 binary
+      - libgconf2-dev replaces gir-repository-dev
+    * debian/gir1.0-gconf-2.0.install,
+      debian/libgconf2-dev.install:
+      - install the gir and typelib
+    * debian/rules:
+      - use dh_girepository
+
+ -- Josselin Mouette <joss at debian.org>  Fri, 02 Jul 2010 19:16:31 +0200
+
 gconf (2.31.4-1) experimental; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/experimental/gconf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/control?rev=24641&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/control [utf-8] (original)
+++ desktop/experimental/gconf/debian/control [utf-8] Fri Jul  2 17:17:05 2010
@@ -7,7 +7,7 @@
 Section: libs
 Priority: optional
 Maintainer: Josselin Mouette <joss at debian.org>
-Uploaders: David Weinehall <tao at debian.org>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5),
                cdbs (>= 0.4.41),
                quilt,
@@ -28,7 +28,9 @@
                python (>= 2.3),
                python-support (>= 0.5.3),
                autotools-dev,
-               libglib2.0-doc
+               libglib2.0-doc,
+               gobject-introspection,
+               libgirepository1.0-dev (>= 0.6.7)
 Standards-Version: 3.8.4
 Homepage:  http://projects.gnome.org/gconf/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconf
@@ -115,7 +117,8 @@
          liborbit2-dev (>= 1:2.10.2-1.1),
          libdbus-1-dev (>= 1.0.0),
          gconf2 (= ${binary:Version})
-Replaces: gconf2 (<< 2.12.0-2)
+Replaces: gconf2 (<< 2.12.0-2), 
+          gir-repository-dev (<< 0.6.5-6ubuntu2)
 Description: GNOME configuration database system (development)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the
@@ -125,3 +128,19 @@
  .
  This package contains the static libraries, header files and
  documentation needed to build applications using GConf. 
+
+Package: gir1.0-gconf-2.0
+Architecture: any
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GNOME configuration database system (GObject-Introspection)
+ GConf is a configuration database system for storing application
+ preferences. It supports default or mandatory settings set by the
+ administrator, and changes to the database are instantly applied to all
+ running applications. It is written for the GNOME desktop but doesn't
+ require it.
+ .
+ It can be used by packages using the GIRepository format to generate 
+ dynamic bindings.
+

Modified: desktop/experimental/gconf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/control.in?rev=24641&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/control.in [utf-8] (original)
+++ desktop/experimental/gconf/debian/control.in [utf-8] Fri Jul  2 17:17:05 2010
@@ -23,7 +23,10 @@
                python (>= 2.3),
                python-support (>= 0.5.3),
                autotools-dev,
-               libglib2.0-doc
+               libglib2.0-doc,
+               gobject-introspection,
+               libgirepository1.0-dev (>= 0.6.7),
+               gir1.0-glib-2.0
 Standards-Version: 3.8.4
 Homepage:  http://projects.gnome.org/gconf/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gconf
@@ -110,7 +113,8 @@
          liborbit2-dev (>= 1:2.10.2-1.1),
          libdbus-1-dev (>= 1.0.0),
          gconf2 (= ${binary:Version})
-Replaces: gconf2 (<< 2.12.0-2)
+Replaces: gconf2 (<< 2.12.0-2), 
+          gir-repository-dev (<< 0.6.5-7)
 Description: GNOME configuration database system (development)
  GConf is a configuration database system for storing application
  preferences. It supports default or mandatory settings set by the
@@ -120,3 +124,19 @@
  .
  This package contains the static libraries, header files and
  documentation needed to build applications using GConf. 
+
+Package: gir1.0-gconf-2.0
+Architecture: any
+Depends: ${gir:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GNOME configuration database system (GObject-Introspection)
+ GConf is a configuration database system for storing application
+ preferences. It supports default or mandatory settings set by the
+ administrator, and changes to the database are instantly applied to all
+ running applications. It is written for the GNOME desktop but doesn't
+ require it.
+ .
+ It can be used by packages using the GIRepository format to generate 
+ dynamic bindings.
+

Added: desktop/experimental/gconf/debian/gir1.0-gconf-2.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/gir1.0-gconf-2.0.install?rev=24641&op=file
==============================================================================
--- desktop/experimental/gconf/debian/gir1.0-gconf-2.0.install (added)
+++ desktop/experimental/gconf/debian/gir1.0-gconf-2.0.install [utf-8] Fri Jul  2 17:17:05 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/girepository-1.0

Modified: desktop/experimental/gconf/debian/libgconf2-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/libgconf2-dev.install?rev=24641&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/libgconf2-dev.install [utf-8] (original)
+++ desktop/experimental/gconf/debian/libgconf2-dev.install [utf-8] Fri Jul  2 17:17:05 2010
@@ -3,5 +3,6 @@
 debian/tmp/usr/lib/*.a
 debian/tmp/usr/lib/*.la
 debian/tmp/usr/share/aclocal
+debian/tmp/usr/share/gir-1.0
 debian/tmp/usr/lib/pkgconfig
 debian/tmp/usr/share/gtk-doc/html/gconf/* usr/share/doc/gconf2/html/

Modified: desktop/experimental/gconf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gconf/debian/rules?rev=24641&op=diff
==============================================================================
--- desktop/experimental/gconf/debian/rules [utf-8] (original)
+++ desktop/experimental/gconf/debian/rules [utf-8] Fri Jul  2 17:17:05 2010
@@ -35,3 +35,7 @@
 
 binary-predeb/gconf2::
 	dh_pysupport -p$(cdbs_curpkg)
+
+binary-predeb/gir1.0-gconf-2.0::
+	dh_girepository -p$(cdbs_curpkg)
+




More information about the pkg-gnome-commits mailing list