r40725 - in /desktop/experimental/cheese/debian: changelog cheese-common.install cheese.install control control.in libcheese-dev.install libcheese-gtk23.symbols libcheese7.symbols

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Feb 23 23:03:48 UTC 2014


Author: ah
Date: Sun Feb 23 23:03:48 2014
New Revision: 40725

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40725
Log:
* New upstream release.
* Bump build-dependencies according to configure.ac changes:
  - gtk+ 3.10.0, valac 0.22, glib 2.38.0
* Add build-dependency on appdata-tools
  - needed because of m4 macro usage.
* Update homepage url.
* No longer install usr/share/cheese in cheese-common
  - resource files are now embedded in binary using gresource
* Add three new symbols to debian/libcheese-gtk23.symbols
* Dropped one unused linux-only symbol from debian/libcheese7.symbols
* Install usr/share/appdata/cheese.appdata.xml in cheese
* Install cheese-avatar-widget.h and cheese-resource.h in libcheese-dev
* Bump Standards-Version to 3.9.5

Modified:
    desktop/experimental/cheese/debian/changelog
    desktop/experimental/cheese/debian/cheese-common.install
    desktop/experimental/cheese/debian/cheese.install
    desktop/experimental/cheese/debian/control
    desktop/experimental/cheese/debian/control.in
    desktop/experimental/cheese/debian/libcheese-dev.install
    desktop/experimental/cheese/debian/libcheese-gtk23.symbols
    desktop/experimental/cheese/debian/libcheese7.symbols

Modified: desktop/experimental/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/changelog?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/changelog	[utf-8] (original)
+++ desktop/experimental/cheese/debian/changelog	[utf-8] Sun Feb 23 23:03:48 2014
@@ -1,3 +1,21 @@
+cheese (3.11.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Bump build-dependencies according to configure.ac changes:
+    - gtk+ 3.10.0, valac 0.22, glib 2.38.0
+  * Add build-dependency on appdata-tools
+    - needed because of m4 macro usage.
+  * Update homepage url.
+  * No longer install usr/share/cheese in cheese-common
+    - resource files are now embedded in binary using gresource
+  * Add three new symbols to debian/libcheese-gtk23.symbols
+  * Dropped one unused linux-only symbol from debian/libcheese7.symbols
+  * Install usr/share/appdata/cheese.appdata.xml in cheese
+  * Install cheese-avatar-widget.h and cheese-resource.h in libcheese-dev
+  * Bump Standards-Version to 3.9.5
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 23 Feb 2014 23:15:24 +0100
+
 cheese (3.10.1-3) experimental; urgency=low
 
   * Also build against G3.10 gnome-desktop

Modified: desktop/experimental/cheese/debian/cheese-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/cheese-common.install?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/cheese-common.install	[utf-8] (original)
+++ desktop/experimental/cheese/debian/cheese-common.install	[utf-8] Sun Feb 23 23:03:48 2014
@@ -1,4 +1,3 @@
-usr/share/cheese
 usr/share/glib-2.0/schemas
 usr/share/help
 usr/share/icons

Modified: desktop/experimental/cheese/debian/cheese.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/cheese.install?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/cheese.install	[utf-8] (original)
+++ desktop/experimental/cheese/debian/cheese.install	[utf-8] Sun Feb 23 23:03:48 2014
@@ -1,3 +1,4 @@
 usr/bin
 usr/share/applications
 usr/share/man
+usr/share/appdata/cheese.appdata.xml

Modified: desktop/experimental/cheese/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/control?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/control	[utf-8] (original)
+++ desktop/experimental/cheese/debian/control	[utf-8] Sun Feb 23 23:03:48 2014
@@ -7,9 +7,9 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Standards-Version: 3.9.4
-Homepage: http://projects.gnome.org/cheese/
+Homepage: https://wiki.gnome.org/Apps/Cheese
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cheese/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/cheese/
 Build-Depends: cdbs (>= 0.4.93~),
@@ -21,10 +21,10 @@
                gtk-doc-tools (>= 1.14),
                intltool (>= 0.50.0),
                rarian-compat,
-               valac (>= 0.18),
-               libglib2.0-dev (>= 2.32.0),
+               valac (>= 0.22),
+               libglib2.0-dev (>= 2.38.0),
                libgdk-pixbuf2.0-dev,
-               libgtk-3-dev (>= 3.4.4),
+               libgtk-3-dev (>= 3.10.0),
                libgnome-desktop-3-dev (>= 3.10.0),
                libgstreamer1.0-dev (>= 0.11.0),
                libgstreamer-plugins-base1.0-dev (>= 0.11.0),
@@ -43,6 +43,7 @@
                libxtst-dev,
                libgudev-1.0-dev [linux-any],
                pkg-config (>= 0.24),
+               appdata-tools,
                yelp-tools
 
 Package: cheese

Modified: desktop/experimental/cheese/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/control.in?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/control.in	[utf-8] (original)
+++ desktop/experimental/cheese/debian/control.in	[utf-8] Sun Feb 23 23:03:48 2014
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.9.4
-Homepage: http://projects.gnome.org/cheese/
+Standards-Version: 3.9.5
+Homepage: https://wiki.gnome.org/Apps/Cheese
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cheese/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/cheese/
 Build-Depends: cdbs (>= 0.4.93~),
@@ -16,10 +16,10 @@
                gtk-doc-tools (>= 1.14),
                intltool (>= 0.50.0),
                rarian-compat,
-               valac (>= 0.18),
-               libglib2.0-dev (>= 2.32.0),
+               valac (>= 0.22),
+               libglib2.0-dev (>= 2.38.0),
                libgdk-pixbuf2.0-dev,
-               libgtk-3-dev (>= 3.4.4),
+               libgtk-3-dev (>= 3.10.0),
                libgnome-desktop-3-dev (>= 3.10.0),
                libgstreamer1.0-dev (>= 0.11.0),
                libgstreamer-plugins-base1.0-dev (>= 0.11.0),
@@ -38,6 +38,7 @@
                libxtst-dev,
                libgudev-1.0-dev [linux-any],
                pkg-config (>= 0.24),
+               appdata-tools,
                yelp-tools
 
 Package: cheese

Modified: desktop/experimental/cheese/debian/libcheese-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/libcheese-dev.install?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/libcheese-dev.install	[utf-8] (original)
+++ desktop/experimental/cheese/debian/libcheese-dev.install	[utf-8] Sun Feb 23 23:03:48 2014
@@ -1,8 +1,10 @@
 usr/lib/*/pkgconfig/cheese.pc
 usr/lib/*/libcheese.so
 usr/include/cheese/cheese.h
+usr/include/cheese/cheese-avatar-widget.h
 usr/include/cheese/cheese-camera-device.h
 usr/include/cheese/cheese-camera-device-monitor.h
 usr/include/cheese/cheese-camera.h
 usr/include/cheese/cheese-effect.h
+usr/include/cheese/cheese-resource.h
 usr/share/gir-1.0

Modified: desktop/experimental/cheese/debian/libcheese-gtk23.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/libcheese-gtk23.symbols?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/libcheese-gtk23.symbols	[utf-8] (original)
+++ desktop/experimental/cheese/debian/libcheese-gtk23.symbols	[utf-8] Sun Feb 23 23:03:48 2014
@@ -2,6 +2,9 @@
  cheese_avatar_chooser_get_picture at Base 3.0.1
  cheese_avatar_chooser_get_type at Base 3.0.1
  cheese_avatar_chooser_new at Base 3.0.1
+ cheese_avatar_widget_get_picture at Base 3.11.90
+ cheese_avatar_widget_get_type at Base 3.11.90
+ cheese_avatar_widget_new at Base 3.11.90
  cheese_flash_fire at Base 3.0.1
  cheese_flash_get_type at Base 3.0.1
  cheese_flash_new at Base 3.0.1

Modified: desktop/experimental/cheese/debian/libcheese7.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cheese/debian/libcheese7.symbols?rev=40725&op=diff
==============================================================================
--- desktop/experimental/cheese/debian/libcheese7.symbols	[utf-8] (original)
+++ desktop/experimental/cheese/debian/libcheese7.symbols	[utf-8] Sun Feb 23 23:03:48 2014
@@ -15,7 +15,7 @@
  cheese_camera_device_monitor_error_quark at Base 3.0.1
  cheese_camera_device_monitor_get_type at Base 3.0.1
  cheese_camera_device_monitor_new at Base 3.0.1
- (arch=linux-any)cheese_camera_device_monitor_set_up_device at Base 3.4.0
+#MISSING: 3.11.90-1# (arch=linux-any)cheese_camera_device_monitor_set_up_device at Base 3.4.0
  cheese_camera_device_new at Base 3.0.1
  cheese_camera_error_quark at Base 3.0.1
  cheese_camera_get_balance_property_range at Base 3.0.1




More information about the pkg-gnome-commits mailing list