r45852 - in /packages/unstable/gsound/debian: changelog control control.in libgsound0.symbols rules
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sun Sep 6 18:26:13 UTC 2015
Author: bigon
Date: Sun Sep 6 18:26:13 2015
New Revision: 45852
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45852
Log:
* debian/libgsound0.symbols: Add a .symbols file
* debian/rules, debian/control.in: Call dh_girepository during the build
Added:
packages/unstable/gsound/debian/libgsound0.symbols
Modified:
packages/unstable/gsound/debian/changelog
packages/unstable/gsound/debian/control
packages/unstable/gsound/debian/control.in
packages/unstable/gsound/debian/rules
Modified: packages/unstable/gsound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/changelog?rev=45852&op=diff
==============================================================================
--- packages/unstable/gsound/debian/changelog [utf-8] (original)
+++ packages/unstable/gsound/debian/changelog [utf-8] Sun Sep 6 18:26:13 2015
@@ -1,3 +1,10 @@
+gsound (1.0.1-2) UNRELEASED; urgency=medium
+
+ * debian/libgsound0.symbols: Add a .symbols file
+ * debian/rules, debian/control.in: Call dh_girepository during the build
+
+ -- Laurent Bigonville <bigon at debian.org> Sun, 06 Sep 2015 20:24:39 +0200
+
gsound (1.0.1-1) unstable; urgency=low
* Initial release
Modified: packages/unstable/gsound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control?rev=45852&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control [utf-8] (original)
+++ packages/unstable/gsound/debian/control [utf-8] Sun Sep 6 18:26:13 2015
@@ -6,12 +6,13 @@
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Laurent Bigonville <bigon at debian.org>
Build-Depends: debhelper (>= 9),
gnome-pkg-tools,
intltool (>= 0.50.1),
libcanberra-dev,
libgirepository1.0-dev,
+ gobject-introspection,
libglib2.0-dev (>= 2.36),
pkg-config (>= 0.22),
valac
@@ -60,7 +61,7 @@
Package: gir1.2-gsound-1.0
Architecture: any
Section: introspection
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends}
Description: small library for playing system sounds
GSound is a small library for playing system sounds. It's designed to
be used via GObject Introspection, and is a thin wrapper around the
Modified: packages/unstable/gsound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control.in?rev=45852&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control.in [utf-8] (original)
+++ packages/unstable/gsound/debian/control.in [utf-8] Sun Sep 6 18:26:13 2015
@@ -8,6 +8,7 @@
intltool (>= 0.50.1),
libcanberra-dev,
libgirepository1.0-dev,
+ gobject-introspection,
libglib2.0-dev (>= 2.36),
pkg-config (>= 0.22),
valac
@@ -56,7 +57,7 @@
Package: gir1.2-gsound-1.0
Architecture: any
Section: introspection
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${gir:Depends}
Description: small library for playing system sounds
GSound is a small library for playing system sounds. It's designed to
be used via GObject Introspection, and is a thin wrapper around the
Added: packages/unstable/gsound/debian/libgsound0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/libgsound0.symbols?rev=45852&op=file
==============================================================================
--- packages/unstable/gsound/debian/libgsound0.symbols (added)
+++ packages/unstable/gsound/debian/libgsound0.symbols [utf-8] Sun Sep 6 18:26:13 2015
@@ -0,0 +1,15 @@
+libgsound.so.0 libgsound0 #MINVER#
+ gsound_context_cache at Base 1.0.1
+ gsound_context_cachev at Base 1.0.1
+ gsound_context_get_type at Base 1.0.1
+ gsound_context_new at Base 1.0.1
+ gsound_context_open at Base 1.0.1
+ gsound_context_play_full at Base 1.0.1
+ gsound_context_play_full_finish at Base 1.0.1
+ gsound_context_play_fullv at Base 1.0.1
+ gsound_context_play_simple at Base 1.0.1
+ gsound_context_play_simplev at Base 1.0.1
+ gsound_context_set_attributes at Base 1.0.1
+ gsound_context_set_attributesv at Base 1.0.1
+ gsound_context_set_driver at Base 1.0.1
+ gsound_error_quark at Base 1.0.1
Modified: packages/unstable/gsound/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/rules?rev=45852&op=diff
==============================================================================
--- packages/unstable/gsound/debian/rules [utf-8] (original)
+++ packages/unstable/gsound/debian/rules [utf-8] Sun Sep 6 18:26:13 2015
@@ -4,7 +4,7 @@
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
%:
- dh $@
+ dh $@ --with gir
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
More information about the pkg-gnome-commits
mailing list