r24613 - in /desktop/experimental/d-conf/debian: ./ changelog compat control copyright dconf-tools.install gir1.0-dconf-0.3.install libdconf-dev.install libdconf0.install libdconf0.symbols rules source/ source/format watch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Jun 29 11:42:04 UTC 2010


Author: bigon
Date: Tue Jun 29 11:42:03 2010
New Revision: 24613

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24613
Log:
* Initial debian release
* New upstream release
* debian/control:
  - Bump build-depend on libglib2.0-dev
  - Build-depend on valac, libgtk2.0-dev, libxml2-dev, libgee-dev
* debian/libdconf-dev.install:
  - Only install gir files from /usr/share, otherwise conflicts with dbus files
    in libdconf0
* New upstream version:
  - fix crashes when the dconf database doesn't yet exist
  - add some incomplete gtk-doc
  - use new GVDB 
  - implement GSettings sync
  - use string tags instead of sequence numbers since it was impossible
    to have universally unique sequence numbers
  - theoretical support for sharing dconf databases between machines with
    different byte orders
  - fix bug where first write was not successful when auto-starting service
  - FreeBSD build fixes
  - client API cleanups
  - GObject introspection support
  - enable automake silent rules by default for tarball builds
* debian/control:
  - build-depends on libgirepository1.0-dev, gobject-introspection, 
    gir1.0-glib-2.0
  - list the new gir binary
* debian/gir1.0-dconf-0.3.install, debian/libdconf-dev.install:
  - updated to install the gobject-introspection gir and typelib and the
    documentation
* debian/libdbconf0.symbols:
  - define library symbols
* debian/rules:
  - call dh_girepository
* Upload to Debian
* The library has non-versioned files because upstream said that the dbus 
  interface will change over time and the library and service should be in 
  the same binary. Since the service is not versioned and several versions
  should not be installed at the same time the library would using conflicts
  on soname change anyway and it's easier to ship one binary.
* debian/copyright:
  - small copyright tweaking
* debian/control, debian/dconf-tools.install:
  - install the binaries in dconf-tools
* debian/libdconf-dev.install:
  - don't install the .la there
* debian/control:
  - Add Vcs-Bzr link
* Initial release

Added:
    desktop/experimental/d-conf/debian/   (with props)
    desktop/experimental/d-conf/debian/changelog
    desktop/experimental/d-conf/debian/compat
    desktop/experimental/d-conf/debian/control
    desktop/experimental/d-conf/debian/copyright
    desktop/experimental/d-conf/debian/dconf-tools.install
    desktop/experimental/d-conf/debian/gir1.0-dconf-0.3.install
    desktop/experimental/d-conf/debian/libdconf-dev.install
    desktop/experimental/d-conf/debian/libdconf0.install
    desktop/experimental/d-conf/debian/libdconf0.symbols
    desktop/experimental/d-conf/debian/rules   (with props)
    desktop/experimental/d-conf/debian/source/
    desktop/experimental/d-conf/debian/source/format
    desktop/experimental/d-conf/debian/watch

Propchange: desktop/experimental/d-conf/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Propchange: desktop/experimental/d-conf/debian/
------------------------------------------------------------------------------
    svn-bp:tagsUrl = svn+ssh://svn.debian.org/svn/pkg-gnome/tags/d-conf/

Added: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/changelog (added)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,84 @@
+d-conf (0.4.1-1) UNRELEASED; urgency=low
+
+  * Initial debian release
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 29 Jun 2010 13:35:04 +0200
+
+d-conf (0.4.1-0ubuntu1) maverick; urgency=low
+
+  * New upstream release
+  * debian/control:
+    - Bump build-depend on libglib2.0-dev
+    - Build-depend on valac, libgtk2.0-dev, libxml2-dev, libgee-dev
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Fri, 25 Jun 2010 11:23:50 +1000
+
+d-conf (0.4-0ubuntu2) maverick; urgency=low
+
+  * debian/libdconf-dev.install:
+    - Only install gir files from /usr/share, otherwise conflicts with dbus files
+      in libdconf0
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Fri, 18 Jun 2010 17:23:19 +1000
+
+d-conf (0.4-0ubuntu1) maverick; urgency=low
+
+  * New upstream version:
+    - fix crashes when the dconf database doesn't yet exist
+    - add some incomplete gtk-doc
+    - use new GVDB 
+    - implement GSettings sync
+    - use string tags instead of sequence numbers since it was impossible
+      to have universally unique sequence numbers
+    - theoretical support for sharing dconf databases between machines with
+      different byte orders
+    - fix bug where first write was not successful when auto-starting service
+    - FreeBSD build fixes
+    - client API cleanups
+    - GObject introspection support
+    - enable automake silent rules by default for tarball builds
+  * debian/control:
+    - build-depends on libgirepository1.0-dev, gobject-introspection, 
+      gir1.0-glib-2.0
+    - list the new gir binary
+  * debian/gir1.0-dconf-0.3.install, debian/libdconf-dev.install:
+    - updated to install the gobject-introspection gir and typelib and the
+      documentation
+  * debian/libdbconf0.symbols:
+    - define library symbols
+  * debian/rules:
+    - call dh_girepository
+
+ -- Sebastien Bacher <seb128 at ubuntu.com>  Tue, 15 Jun 2010 10:45:10 +0200
+
+d-conf (0.3.1-1) experimental; urgency=low
+
+  * Upload to Debian
+  * The library has non-versioned files because upstream said that the dbus 
+    interface will change over time and the library and service should be in 
+    the same binary. Since the service is not versioned and several versions
+    should not be installed at the same time the library would using conflicts
+    on soname change anyway and it's easier to ship one binary.
+  * debian/copyright:
+    - small copyright tweaking
+
+ -- Sebastien Bacher <seb128 at ubuntu.com>  Thu, 03 Jun 2010 15:06:22 +0200
+
+d-conf (0.3.1-0ubuntu2) maverick; urgency=low
+
+  * debian/control, debian/dconf-tools.install:
+    - install the binaries in dconf-tools
+  * debian/libdconf-dev.install:
+    - don't install the .la there
+
+  [ Robert Ancell ]
+  * debian/control:
+    - Add Vcs-Bzr link
+
+ -- Sebastien Bacher <seb at canonical.com>  Mon, 31 May 2010 16:35:42 +0200
+
+d-conf (0.3.1-0ubuntu1) maverick; urgency=low
+
+  * Initial release
+
+ -- Robert Ancell <robert.ancell at canonical.com>  Mon, 24 May 2010 17:19:01 +1000

Added: desktop/experimental/d-conf/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/compat?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/compat (added)
+++ desktop/experimental/d-conf/debian/compat [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,1 @@
+7

Added: desktop/experimental/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/control (added)
+++ desktop/experimental/d-conf/debian/control [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,58 @@
+Source: d-conf
+Priority: extra
+Maintainer: Robert Ancell <robert.ancell at canonical.com>
+Build-Depends: debhelper (>= 7.0.50~),
+               autotools-dev,
+               valac,
+               libglib2.0-dev (>= 2.25.10),
+               libgtk2.0-dev,
+               libxml2-dev,
+               libgee-dev,
+               libgirepository1.0-dev (>= 0.6.7),
+               gobject-introspection (>= 0.6.7),
+               gir1.0-glib-2.0
+Standards-Version: 3.8.4
+Section: libs
+Homepage: http://live.gnome.org/dconf
+Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/dconf/ubuntu
+
+Package: libdconf-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends},
+         libdconf0 (= ${binary:Version})
+Description: Simple key-based configuration system (development files)
+ dconf is a simple key-based configuration system.
+ .
+ This package contains a static library and header files.
+
+Package: libdconf0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: Simple key-based configuration system
+ dconf is a simple key-based configuration system.
+ 
+Package: dconf-tools
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: dconf
+Description: Simple key-based configuration system
+ dconf is a simple key-based configuration system.
+ .
+ This package contains the dconf command line tools
+ 
+Package: gir1.0-dconf-0.3
+Section: libs
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Description: GObject introspection data for dconf
+ dconf is a simple key-based configuration system.
+ .
+ This package contains introspection data and can be used by packages using 
+ the GIRepository format to generate dynamic bindings.
+

Added: desktop/experimental/d-conf/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/copyright?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/copyright (added)
+++ desktop/experimental/d-conf/debian/copyright [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,29 @@
+This work was packaged for Debian by:
+
+    Robert Ancell <robert.ancell at canonical.com> on Mon, 24 May 2010 17:19:01 +1000
+
+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/dconf/
+
+Upstream Author(s):
+
+    Ryan Lortie <desrt at desrt.ca>
+
+Copyright:
+
+    Copyright © 2008-2009 Ryan Lortie
+    Copyright © 2010 Codethink Limited
+
+License:
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the licence, or (at your option) any later version.
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Robert Ancell <robert.ancell at canonical.com> and is
+    licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'.

Added: desktop/experimental/d-conf/debian/dconf-tools.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/dconf-tools.install?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/dconf-tools.install (added)
+++ desktop/experimental/d-conf/debian/dconf-tools.install [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,1 @@
+debian/tmp/usr/bin

Added: desktop/experimental/d-conf/debian/gir1.0-dconf-0.3.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/gir1.0-dconf-0.3.install?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/gir1.0-dconf-0.3.install (added)
+++ desktop/experimental/d-conf/debian/gir1.0-dconf-0.3.install [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,2 @@
+debian/tmp/usr/lib/girepository-1.0/
+

Added: desktop/experimental/d-conf/debian/libdconf-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf-dev.install?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf-dev.install (added)
+++ desktop/experimental/d-conf/debian/libdconf-dev.install [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,6 @@
+debian/tmp/usr/lib/pkgconfig
+debian/tmp/usr/lib/*.so
+debian/tmp/usr/lib/*.a
+debian/tmp/usr/include
+debian/tmp/usr/share/gir-1.0
+

Added: desktop/experimental/d-conf/debian/libdconf0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf0.install?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf0.install (added)
+++ desktop/experimental/d-conf/debian/libdconf0.install [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,5 @@
+debian/tmp/usr/lib/*.so.*
+debian/tmp/usr/lib/d-conf
+debian/tmp/usr/lib/gio
+debian/tmp/usr/share/dbus-1
+

Added: desktop/experimental/d-conf/debian/libdconf0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/libdconf0.symbols?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/libdconf0.symbols (added)
+++ desktop/experimental/d-conf/debian/libdconf0.symbols [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,35 @@
+libdconf.so.0 libdconf0 #MINVER#
+ dconf_client_get_type at Base 0.4
+ dconf_client_is_writable at Base 0.4
+ dconf_client_list at Base 0.4
+ dconf_client_new at Base 0.4
+ dconf_client_read at Base 0.4
+ dconf_client_read_default at Base 0.4
+ dconf_client_read_no_default at Base 0.4
+ dconf_client_set_locked at Base 0.4
+ dconf_client_write at Base 0.4
+ dconf_client_write_async at Base 0.4
+ dconf_client_write_finish at Base 0.4
+ dconf_client_write_many at Base 0.4
+ dconf_client_write_many_async at Base 0.4
+ dconf_client_write_many_finish at Base 0.4
+ dconf_engine_decode_notify at Base 0.4
+ dconf_engine_interpret_reply at Base 0.4
+ dconf_engine_is_writable at Base 0.4
+ dconf_engine_list at Base 0.4
+ dconf_engine_new at Base 0.4
+ dconf_engine_read at Base 0.4
+ dconf_engine_ref at Base 0.4
+ dconf_engine_set_locked at Base 0.4
+ dconf_engine_unref at Base 0.4
+ dconf_engine_unwatch at Base 0.4
+ dconf_engine_watch at Base 0.4
+ dconf_engine_write at Base 0.4
+ dconf_engine_write_many at Base 0.4
+ dconf_is_dir at Base 0.4
+ dconf_is_key at Base 0.4
+ dconf_is_path at Base 0.4
+ dconf_is_rel at Base 0.4
+ dconf_is_rel_dir at Base 0.4
+ dconf_is_rel_key at Base 0.4
+ gvdb_table_walk at Base 0.4

Added: desktop/experimental/d-conf/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/rules?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/rules (added)
+++ desktop/experimental/d-conf/debian/rules [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@
+
+override_dh_installdeb:
+	dh_installdeb
+	dh_girepository -pgir1.0-dconf-0.3
+

Propchange: desktop/experimental/d-conf/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/experimental/d-conf/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/source/format?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/source/format (added)
+++ desktop/experimental/d-conf/debian/source/format [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: desktop/experimental/d-conf/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/watch?rev=24613&op=file
==============================================================================
--- desktop/experimental/d-conf/debian/watch (added)
+++ desktop/experimental/d-conf/debian/watch [utf-8] Tue Jun 29 11:42:03 2010
@@ -1,0 +1,3 @@
+version=2
+http://ftp.gnome.org/pub/GNOME/sources/dconf/([\d\.]+)\d/ \
+	dconf-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list