r45856 - in /packages/unstable/gsound/debian: changelog control control.in
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Sun Sep 6 18:52:43 UTC 2015
Author: bigon
Date: Sun Sep 6 18:52:43 2015
New Revision: 45856
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45856
Log:
* debian/control.in: Fix the duplicated descriptions
* debian/control.in: Move the shared library to the libs section
* debian/control.in: Make the -dev package depends against the gir one per
our own g-i mini policy
Modified:
packages/unstable/gsound/debian/changelog
packages/unstable/gsound/debian/control
packages/unstable/gsound/debian/control.in
Modified: packages/unstable/gsound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/changelog?rev=45856&op=diff
==============================================================================
--- packages/unstable/gsound/debian/changelog [utf-8] (original)
+++ packages/unstable/gsound/debian/changelog [utf-8] Sun Sep 6 18:52:43 2015
@@ -2,8 +2,12 @@
* debian/libgsound0.symbols: Add a .symbols file
* debian/rules, debian/control.in: Call dh_girepository during the build
+ * debian/control.in: Fix the duplicated descriptions
+ * debian/control.in: Move the shared library to the libs section
+ * debian/control.in: Make the -dev package depends against the gir one per
+ our own g-i mini policy
- -- Laurent Bigonville <bigon at debian.org> Sun, 06 Sep 2015 20:29:38 +0200
+ -- Laurent Bigonville <bigon at debian.org> Sun, 06 Sep 2015 20:51:16 +0200
gsound (1.0.1-1) unstable; urgency=low
Modified: packages/unstable/gsound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control?rev=45856&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control [utf-8] (original)
+++ packages/unstable/gsound/debian/control [utf-8] Sun Sep 6 18:52:43 2015
@@ -24,45 +24,58 @@
Package: gsound
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (tools)
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
libcanberra C library.
+ .
+ This package contains tools for use with GSound.
Package: libgsound0
Architecture: any
+Section: libs
Depends: ${misc:Depends}, ${shlibs: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
libcanberra C library.
+ .
+ This package contains the shared library.
Package: libgsound-dev
Architecture: any
Section: libdevel
-Depends: libcanberra-dev,
+Depends: gir1.2-gsound-1.0 (= ${binary:Version}),
+ libcanberra-dev,
libgsound0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (devel)
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
libcanberra C library.
+ .
+ This package contains the static library and development headers.
Package: libgsound-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (documentation)
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
libcanberra C library.
+ .
+ This package contains the documentation.
Package: gir1.2-gsound-1.0
Architecture: any
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (gir bindings)
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
libcanberra C library.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.
Modified: packages/unstable/gsound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control.in?rev=45856&op=diff
==============================================================================
--- packages/unstable/gsound/debian/control.in [utf-8] (original)
+++ packages/unstable/gsound/debian/control.in [utf-8] Sun Sep 6 18:52:43 2015
@@ -20,45 +20,58 @@
Package: gsound
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (tools)
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
libcanberra C library.
+ .
+ This package contains tools for use with GSound.
Package: libgsound0
Architecture: any
+Section: libs
Depends: ${misc:Depends}, ${shlibs: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
libcanberra C library.
+ .
+ This package contains the shared library.
Package: libgsound-dev
Architecture: any
Section: libdevel
-Depends: libcanberra-dev,
+Depends: gir1.2-gsound-1.0 (= ${binary:Version}),
+ libcanberra-dev,
libgsound0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (devel)
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
libcanberra C library.
+ .
+ This package contains the static library and development headers.
Package: libgsound-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (documentation)
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
libcanberra C library.
+ .
+ This package contains the documentation.
Package: gir1.2-gsound-1.0
Architecture: any
Section: introspection
Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
-Description: small library for playing system sounds
+Description: small library for playing system sounds (gir bindings)
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
libcanberra C library.
+ .
+ This package can be used by other packages using the GIRepository format to
+ generate dynamic bindings.
More information about the pkg-gnome-commits
mailing list