r45686 - in /packages/unstable/gsound/debian: ./ changelog compat control control.in copyright gir1.2-gsound-1.0.install gsound.install libgsound-dev.install libgsound-doc.install libgsound0.install rules source/ source/format watch

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Aug 18 15:28:23 UTC 2015


Author: ah
Date: Tue Aug 18 15:28:23 2015
New Revision: 45686

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=45686
Log:
Initial packaging


Added:
    packages/unstable/gsound/debian/
    packages/unstable/gsound/debian/changelog
    packages/unstable/gsound/debian/compat
    packages/unstable/gsound/debian/control
    packages/unstable/gsound/debian/control.in
    packages/unstable/gsound/debian/copyright
    packages/unstable/gsound/debian/gir1.2-gsound-1.0.install
    packages/unstable/gsound/debian/gsound.install
    packages/unstable/gsound/debian/libgsound-dev.install
    packages/unstable/gsound/debian/libgsound-doc.install
    packages/unstable/gsound/debian/libgsound0.install
    packages/unstable/gsound/debian/rules   (with props)
    packages/unstable/gsound/debian/source/
    packages/unstable/gsound/debian/source/format
    packages/unstable/gsound/debian/watch

Added: packages/unstable/gsound/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/changelog?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/changelog	(added)
+++ packages/unstable/gsound/debian/changelog	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,5 @@
+gsound (1.0.1-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 18 Aug 2015 17:25:15 +0200

Added: packages/unstable/gsound/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/compat?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/compat	(added)
+++ packages/unstable/gsound/debian/compat	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+9

Added: packages/unstable/gsound/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/control	(added)
+++ packages/unstable/gsound/debian/control	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,68 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+Source: gsound
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               pkg-config (>= 0.22),
+               intltool (>= 0.50.1),
+               libglib2.0-dev (>= 2.36),
+               libcanberra-dev,
+               valac,
+               libgirepository1.0-dev
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gsound
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gsound
+Homepage: https://wiki.gnome.org/Projects/GSound
+
+Package: gsound
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: libgsound0
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: libgsound-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: libgsound-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: gir1.2-gsound-1.0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc: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.
+

Added: packages/unstable/gsound/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/control.in?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/control.in	(added)
+++ packages/unstable/gsound/debian/control.in	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,67 @@
+Source: gsound
+Section: gnome
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               pkg-config (>= 0.22),
+               intltool (>= 0.50.1),
+               libglib2.0-dev (>= 2.36),
+               libcanberra-dev,
+               valac,
+               libgirepository1.0-dev
+Standards-Version: 3.9.6
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gsound
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gsound
+Homepage: https://wiki.gnome.org/Projects/GSound
+
+Package: gsound
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: libgsound0
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: libgsound-dev
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libcanberra-dev,
+         libgsound0 (= ${binary:Version})
+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.
+
+Package: libgsound-doc
+Architecture: all
+Section: doc
+Depends: ${shlibs:Depends},
+         ${misc: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.
+
+Package: gir1.2-gsound-1.0
+Architecture: any
+Section: introspection
+Depends: ${shlibs:Depends}, ${misc: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.
+

Added: packages/unstable/gsound/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/copyright?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/copyright	(added)
+++ packages/unstable/gsound/debian/copyright	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gsound
+Source: http://ftp.gnome.org/pub/GNOME/sources/gsound/
+
+Files: *
+Copyright: 2013 Tristan Brindle <t.c.brindle at gmail.com>
+License: LGPL-2+
+
+Files: debian/*
+Copyright: 2015 Andreas Henriksson <andreas at fatal.se>
+License: LGPL-2+
+
+License: LGPL-2+
+ This file 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.1 of the
+ License, or (at your option) any later version.
+ .
+ This file is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-2'.
+
+

Added: packages/unstable/gsound/debian/gir1.2-gsound-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/gir1.2-gsound-1.0.install?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/gir1.2-gsound-1.0.install	(added)
+++ packages/unstable/gsound/debian/gir1.2-gsound-1.0.install	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+usr/lib/*/girepository-1.0/GSound-1.0.typelib

Added: packages/unstable/gsound/debian/gsound.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/gsound.install?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/gsound.install	(added)
+++ packages/unstable/gsound/debian/gsound.install	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+usr/bin/gsound-play

Added: packages/unstable/gsound/debian/libgsound-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/libgsound-dev.install?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/libgsound-dev.install	(added)
+++ packages/unstable/gsound/debian/libgsound-dev.install	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,7 @@
+usr/include/*
+usr/lib/*/libgsound.a
+usr/lib/*/libgsound.so
+usr/lib/*/pkgconfig/gsound.pc
+usr/share/gir-1.0/GSound-1.0.gir
+usr/share/vala/vapi/gsound.vapi
+usr/share/vala/vapi/gsound.deps

Added: packages/unstable/gsound/debian/libgsound-doc.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/libgsound-doc.install?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/libgsound-doc.install	(added)
+++ packages/unstable/gsound/debian/libgsound-doc.install	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+usr/share/gtk-doc

Added: packages/unstable/gsound/debian/libgsound0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/libgsound0.install?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/libgsound0.install	(added)
+++ packages/unstable/gsound/debian/libgsound0.install	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+usr/lib/*/libgsound.so.0*

Added: packages/unstable/gsound/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/rules?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/rules	(added)
+++ packages/unstable/gsound/debian/rules	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+%:
+	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-silent-rules

Propchange: packages/unstable/gsound/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/unstable/gsound/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/source/format?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/source/format	(added)
+++ packages/unstable/gsound/debian/source/format	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/unstable/gsound/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gsound/debian/watch?rev=45686&op=file
==============================================================================
--- packages/unstable/gsound/debian/watch	(added)
+++ packages/unstable/gsound/debian/watch	[utf-8] Tue Aug 18 15:28:23 2015
@@ -0,0 +1,2 @@
+version=3
+http://download.gnome.org/sources/gsound/([0-9.]+[02468])/gsound-([0-9.]+)\.tar\.xz




More information about the pkg-gnome-commits mailing list