r26435 - in /desktop/experimental/gnome-bluetooth/debian: ./ patches/ source/
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Tue Jan 25 23:13:25 UTC 2011
Author: bigon
Date: Tue Jan 25 23:13:09 2011
New Revision: 26435
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26435
Log:
* New upstream release
- Bump libgnome-bluetooth soname
- Update .symbols file
- Japanese translation updated (Closes: #601518)
* debian/control.in:
- Bump build-dependencies
- Add libgnome-control-center-dev build-dependency
- Add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
gir1.2-freedesktop, gir1.2-gtk-3.0 and libatk1.0-dev for introspection
- Bump Standards-Version to 3.9.1 (no further changes)
- Bump debhelper compatibility to 8
- Remove duplicate Section to please lintian
- Make gnome-bluetooth depends against ${gir:Depends}
- Add gir1.2-gnomebluetooth-1.0 package
* Switch to dpkg-source 3.0 (quilt) format
* debian/libgnome-bluetooth-dev.install: Install .gir file
* debian/rules:
- Add --enable-introspection
- Add parameters for dh_girepository for gnome-bluetooth package
* debian/gnome-bluetooth.install:
- Remove debian/tmp/etc
- Add debian/tmp/usr/lib/control-center-1/panels/*.so,
debian/tmp/usr/lib/gnome-bluetooth/*.so*,
debian/tmp/usr/lib/gnome-bluetooth/*.typelib,
debian/tmp/usr/share/GConf/gsettings/,
debian/tmp/usr/share/glib-2.0/schemas/
Added:
desktop/experimental/gnome-bluetooth/debian/gir1.2-gnomebluetooth-1.0.install
desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth8.install
- copied unchanged from r26234, desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.install
desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth8.symbols
- copied, changed from r26234, desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.symbols
desktop/experimental/gnome-bluetooth/debian/patches/series
desktop/experimental/gnome-bluetooth/debian/source/
desktop/experimental/gnome-bluetooth/debian/source/format
Removed:
desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.install
desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.symbols
desktop/experimental/gnome-bluetooth/debian/patches/02_ja_po.patch
Modified:
desktop/experimental/gnome-bluetooth/debian/changelog
desktop/experimental/gnome-bluetooth/debian/compat
desktop/experimental/gnome-bluetooth/debian/control
desktop/experimental/gnome-bluetooth/debian/control.in
desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install
desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install
desktop/experimental/gnome-bluetooth/debian/rules
Modified: desktop/experimental/gnome-bluetooth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/changelog?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/changelog [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,9 +1,33 @@
-gnome-bluetooth (2.30.0-3) UNRELEASED; urgency=low
-
- * 02_ja_po.patch: patch from Nobuhiro Iwamatsu to update Japanese
- translation. Closes: #601518.
-
- -- Josselin Mouette <joss at debian.org> Sat, 30 Oct 2010 11:34:53 +0200
+gnome-bluetooth (2.91.2-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ - Bump libgnome-bluetooth soname
+ - Update .symbols file
+ - Japanese translation updated (Closes: #601518)
+ * debian/control.in:
+ - Bump build-dependencies
+ - Add libgnome-control-center-dev build-dependency
+ - Add gobject-introspection, libgirepository1.0-dev, gir1.2-atk-1.0,
+ gir1.2-freedesktop, gir1.2-gtk-3.0 and libatk1.0-dev for introspection
+ - Bump Standards-Version to 3.9.1 (no further changes)
+ - Bump debhelper compatibility to 8
+ - Remove duplicate Section to please lintian
+ - Make gnome-bluetooth depends against ${gir:Depends}
+ - Add gir1.2-gnomebluetooth-1.0 package
+ * Switch to dpkg-source 3.0 (quilt) format
+ * debian/libgnome-bluetooth-dev.install: Install .gir file
+ * debian/rules:
+ - Add --enable-introspection
+ - Add parameters for dh_girepository for gnome-bluetooth package
+ * debian/gnome-bluetooth.install:
+ - Remove debian/tmp/etc
+ - Add debian/tmp/usr/lib/control-center-1/panels/*.so,
+ debian/tmp/usr/lib/gnome-bluetooth/*.so*,
+ debian/tmp/usr/lib/gnome-bluetooth/*.typelib,
+ debian/tmp/usr/share/GConf/gsettings/,
+ debian/tmp/usr/share/glib-2.0/schemas/
+
+ -- Laurent Bigonville <bigon at debian.org> Tue, 25 Jan 2011 23:28:07 +0100
gnome-bluetooth (2.30.0-2) unstable; urgency=low
Modified: desktop/experimental/gnome-bluetooth/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/compat?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/compat [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/compat [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,1 +1,1 @@
-5
+8
Modified: desktop/experimental/gnome-bluetooth/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control [utf-8] Tue Jan 25 23:13:09 2011
@@ -7,33 +7,40 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andrea Veri <and at debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5),
- cdbs,
+Uploaders: Andrea Veri <and at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: debhelper (>= 8),
+ cdbs (>= 0.4.91~),
gnome-pkg-tools,
libunique-dev,
- libnotify-dev (>= 0.4.3),
- libglib2.0-dev,
- libgtk2.0-dev (>= 2.19.1),
+ libnotify-dev (>= 0.7),
+ libglib2.0-dev (>= 2.25.7),
+ libgtk3.0-dev (>= 2.91.3),
libx11-dev,
libxi-dev,
libgconf2-dev,
libdbus-glib-1-dev (>= 0.74),
- intltool (>= 0.35),
+ intltool (>= 0.40.0),
libxml2-utils,
gconf2,
gtk-doc-tools,
- nautilus-sendto (>= 2.28.0.1),
- gnome-doc-utils (>= 0.3.2)
-Standards-Version: 3.8.4
+ nautilus-sendto (>= 2.29.0),
+ gnome-doc-utils (>= 0.3.2),
+ libgnome-control-center-dev,
+ gobject-introspection (>= 0.9.5),
+ libgirepository1.0-dev (>= 0.9.5),
+ gir1.2-atk-1.0,
+ gir1.2-freedesktop,
+ gir1.2-gtk-3.0,
+ libatk1.0-dev (>= 1.32.0-2~)
+Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-bluetooth
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth
Homepage: http://live.gnome.org/GnomeBluetooth
Package: gnome-bluetooth
-Section: gnome
Depends: ${shlibs:Depends},
${misc:Depends},
+ ${gir:Depends},
bluez (>= 4.36),
obexd-client,
udev (>= 154),
@@ -54,7 +61,7 @@
bluetooth-sendto is also included for sending files to Bluetooth devices via
OBEX.
-Package: libgnome-bluetooth7
+Package: libgnome-bluetooth8
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -67,8 +74,8 @@
Package: libgnome-bluetooth-dev
Section: libdevel
-Provides: libgnome-bluetooth7-dev
-Depends: libgnome-bluetooth7 (= ${binary:Version}),
+Provides: libgnome-bluetooth8-dev
+Depends: libgnome-bluetooth8 (= ${binary:Version}),
${misc:Depends},
libgtk2.0-dev,
libdbus-glib-1-dev
@@ -80,3 +87,18 @@
devices using the GNOME desktop.
.
The libraries included provide support to gnome-bluetooth.
+ .
+ This package contains the development files for libgnome-bluetooth
+
+Package: gir1.2-gnomebluetooth-1.0
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Description: Introspection data for GnomeBluetooth
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the GNOME desktop.
+ .
+ The libraries included provide support to gnome-bluetooth.
+ .
+ This package contains the introspection data for GnomeBluetooth
Modified: desktop/experimental/gnome-bluetooth/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/control.in?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/control.in [utf-8] Tue Jan 25 23:13:09 2011
@@ -3,32 +3,39 @@
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5),
- cdbs,
+Build-Depends: debhelper (>= 8),
+ cdbs (>= 0.4.91~),
gnome-pkg-tools,
libunique-dev,
- libnotify-dev (>= 0.4.3),
- libglib2.0-dev,
- libgtk2.0-dev (>= 2.19.1),
+ libnotify-dev (>= 0.7),
+ libglib2.0-dev (>= 2.25.7),
+ libgtk3.0-dev (>= 2.91.3),
libx11-dev,
libxi-dev,
libgconf2-dev,
libdbus-glib-1-dev (>= 0.74),
- intltool (>= 0.35),
+ intltool (>= 0.40.0),
libxml2-utils,
gconf2,
gtk-doc-tools,
- nautilus-sendto (>= 2.28.0.1),
- gnome-doc-utils (>= 0.3.2)
-Standards-Version: 3.8.4
+ nautilus-sendto (>= 2.29.0),
+ gnome-doc-utils (>= 0.3.2),
+ libgnome-control-center-dev,
+ gobject-introspection (>= 0.9.5),
+ libgirepository1.0-dev (>= 0.9.5),
+ gir1.2-atk-1.0,
+ gir1.2-freedesktop,
+ gir1.2-gtk-3.0,
+ libatk1.0-dev (>= 1.32.0-2~)
+Standards-Version: 3.9.1
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-bluetooth
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-bluetooth
Homepage: http://live.gnome.org/GnomeBluetooth
Package: gnome-bluetooth
-Section: gnome
Depends: ${shlibs:Depends},
${misc:Depends},
+ ${gir:Depends},
bluez (>= 4.36),
obexd-client,
udev (>= 154),
@@ -49,7 +56,7 @@
bluetooth-sendto is also included for sending files to Bluetooth devices via
OBEX.
-Package: libgnome-bluetooth7
+Package: libgnome-bluetooth8
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -62,8 +69,8 @@
Package: libgnome-bluetooth-dev
Section: libdevel
-Provides: libgnome-bluetooth7-dev
-Depends: libgnome-bluetooth7 (= ${binary:Version}),
+Provides: libgnome-bluetooth8-dev
+Depends: libgnome-bluetooth8 (= ${binary:Version}),
${misc:Depends},
libgtk2.0-dev,
libdbus-glib-1-dev
@@ -75,3 +82,18 @@
devices using the GNOME desktop.
.
The libraries included provide support to gnome-bluetooth.
+ .
+ This package contains the development files for libgnome-bluetooth
+
+Package: gir1.2-gnomebluetooth-1.0
+Architecture: any
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${gir:Depends}
+Description: Introspection data for GnomeBluetooth
+ This package contains tools for managing and manipulating Bluetooth
+ devices using the GNOME desktop.
+ .
+ The libraries included provide support to gnome-bluetooth.
+ .
+ This package contains the introspection data for GnomeBluetooth
Added: desktop/experimental/gnome-bluetooth/debian/gir1.2-gnomebluetooth-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/gir1.2-gnomebluetooth-1.0.install?rev=26435&op=file
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/gir1.2-gnomebluetooth-1.0.install (added)
+++ desktop/experimental/gnome-bluetooth/debian/gir1.2-gnomebluetooth-1.0.install [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,0 +1,1 @@
+usr/lib/girepository-1.0/*
Modified: desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/gnome-bluetooth.install [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,4 +1,3 @@
-debian/tmp/etc
debian/tmp/usr/share/gnome
debian/tmp/usr/share/locale
debian/tmp/usr/share/man/man1
@@ -10,3 +9,8 @@
debian/tmp/usr/lib/gnome-bluetooth/plugins/*.so
debian/tmp/usr/lib/nautilus-sendto/plugins/*.so
debian/61-gnome-bluetooth-rfkill.rules lib/udev/rules.d/
+debian/tmp/usr/lib/control-center-1/panels/*.so
+debian/tmp/usr/lib/gnome-bluetooth/*.so*
+debian/tmp/usr/lib/gnome-bluetooth/*.typelib
+debian/tmp/usr/share/GConf/gsettings/
+debian/tmp/usr/share/glib-2.0/schemas/
Modified: desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth-dev.install [utf-8] Tue Jan 25 23:13:09 2011
@@ -2,3 +2,4 @@
debian/tmp/usr/lib/lib*.so
debian/tmp/usr/lib/pkgconfig/*
debian/tmp/usr/share/gtk-doc/html/gnome-bluetooth/*
+debian/tmp/usr/share/gir-1.0/*
Copied: desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth8.symbols (from r26234, desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth8.symbols?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth7.symbols [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/libgnome-bluetooth8.symbols [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,39 +1,39 @@
-libgnome-bluetooth.so.7 libgnome-bluetooth7 #MINVER#
- bluetooth_category_get_type at Base 2.28.1
- bluetooth_chooser_button_available at Base 2.27.5
- bluetooth_chooser_button_get_type at Base 2.27.5
- bluetooth_chooser_button_new at Base 2.27.5
- bluetooth_chooser_combo_get_type at Base 2.30.0
- bluetooth_chooser_combo_new at Base 2.30.0
- bluetooth_chooser_get_model at Base 2.28.1
- bluetooth_chooser_get_selected_device at Base 2.27.5
- bluetooth_chooser_get_selected_device_icon at Base 2.27.5
- bluetooth_chooser_get_selected_device_info at Base 2.28.1
- bluetooth_chooser_get_selected_device_is_connected at Base 2.27.5
- bluetooth_chooser_get_selected_device_name at Base 2.27.5
- bluetooth_chooser_get_selected_device_type at Base 2.27.5
- bluetooth_chooser_get_treeview at Base 2.30.0
- bluetooth_chooser_get_type at Base 2.27.5
- bluetooth_chooser_get_type_column at Base 2.30.0
- bluetooth_chooser_new at Base 2.27.5
- bluetooth_chooser_remove_selected_device at Base 2.30.0
- bluetooth_chooser_set_title at Base 2.27.5
- bluetooth_chooser_start_discovery at Base 2.27.5
- bluetooth_chooser_stop_discovery at Base 2.28.1
- bluetooth_client_get_adapter_model at Base 2.27.5
- bluetooth_client_get_device_filter_model at Base 2.27.5
- bluetooth_client_get_device_model at Base 2.27.5
- bluetooth_client_get_filter_model at Base 2.27.5
- bluetooth_client_get_model at Base 2.27.5
- bluetooth_client_get_type at Base 2.27.5
- bluetooth_client_new at Base 2.27.5
- bluetooth_client_set_discoverable at Base 2.30.0
- bluetooth_column_get_type at Base 2.28.1
- bluetooth_filter_widget_bind_filter at Base 2.30.0
- bluetooth_filter_widget_get_type at Base 2.30.0
- bluetooth_filter_widget_new at Base 2.30.0
- bluetooth_filter_widget_set_title at Base 2.30.0
- bluetooth_type_get_type at Base 2.28.1
- bluetooth_type_to_string at Base 2.27.5
- bluetooth_uuid_to_string at Base 2.28.1
- bluetooth_verify_address at Base 2.27.5
+libgnome-bluetooth.so.8 libgnome-bluetooth8 #MINVER#
+ bluetooth_category_get_type at Base 2.91.2
+ bluetooth_chooser_button_available at Base 2.91.2
+ bluetooth_chooser_button_get_type at Base 2.91.2
+ bluetooth_chooser_button_new at Base 2.91.2
+ bluetooth_chooser_combo_get_type at Base 2.91.2
+ bluetooth_chooser_combo_new at Base 2.91.2
+ bluetooth_chooser_get_model at Base 2.91.2
+ bluetooth_chooser_get_selected_device at Base 2.91.2
+ bluetooth_chooser_get_selected_device_icon at Base 2.91.2
+ bluetooth_chooser_get_selected_device_info at Base 2.91.2
+ bluetooth_chooser_get_selected_device_is_connected at Base 2.91.2
+ bluetooth_chooser_get_selected_device_name at Base 2.91.2
+ bluetooth_chooser_get_selected_device_type at Base 2.91.2
+ bluetooth_chooser_get_treeview at Base 2.91.2
+ bluetooth_chooser_get_type at Base 2.91.2
+ bluetooth_chooser_get_type_column at Base 2.91.2
+ bluetooth_chooser_new at Base 2.91.2
+ bluetooth_chooser_remove_selected_device at Base 2.91.2
+ bluetooth_chooser_set_title at Base 2.91.2
+ bluetooth_chooser_start_discovery at Base 2.91.2
+ bluetooth_chooser_stop_discovery at Base 2.91.2
+ bluetooth_client_get_adapter_model at Base 2.91.2
+ bluetooth_client_get_device_filter_model at Base 2.91.2
+ bluetooth_client_get_device_model at Base 2.91.2
+ bluetooth_client_get_filter_model at Base 2.91.2
+ bluetooth_client_get_model at Base 2.91.2
+ bluetooth_client_get_type at Base 2.91.2
+ bluetooth_client_new at Base 2.91.2
+ bluetooth_client_set_discoverable at Base 2.91.2
+ bluetooth_column_get_type at Base 2.91.2
+ bluetooth_filter_widget_bind_filter at Base 2.91.2
+ bluetooth_filter_widget_get_type at Base 2.91.2
+ bluetooth_filter_widget_new at Base 2.91.2
+ bluetooth_filter_widget_set_title at Base 2.91.2
+ bluetooth_type_get_type at Base 2.91.2
+ bluetooth_type_to_string at Base 2.91.2
+ bluetooth_uuid_to_string at Base 2.91.2
+ bluetooth_verify_address at Base 2.91.2
Added: desktop/experimental/gnome-bluetooth/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/patches/series?rev=26435&op=file
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/patches/series (added)
+++ desktop/experimental/gnome-bluetooth/debian/patches/series [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,0 +1,1 @@
+01_autostart_path.patch
Modified: desktop/experimental/gnome-bluetooth/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/rules?rev=26435&op=diff
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/rules [utf-8] (original)
+++ desktop/experimental/gnome-bluetooth/debian/rules [utf-8] Tue Jan 25 23:13:09 2011
@@ -3,11 +3,13 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper \
--disable-desktop-update \
--disable-schemas-install \
- --disable-icon-update
+ --disable-icon-update \
+ --enable-introspection
+
+DEB_DH_GIREPOSITORY_ARGS_gnome-bluetooth := -l$(CURDIR)/applet /usr/lib/gnome-bluetooth/
Added: desktop/experimental/gnome-bluetooth/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-bluetooth/debian/source/format?rev=26435&op=file
==============================================================================
--- desktop/experimental/gnome-bluetooth/debian/source/format (added)
+++ desktop/experimental/gnome-bluetooth/debian/source/format [utf-8] Tue Jan 25 23:13:09 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the pkg-gnome-commits
mailing list