r49543 - in /desktop/unstable/libgnome-games-support: ./ debian/ debian/source/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 17 19:50:02 UTC 2016


Author: jbicha-guest
Date: Wed Aug 17 19:50:02 2016
New Revision: 49543

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49543
Log:
Initial release. (Closes: #824130)

Added:
    desktop/unstable/libgnome-games-support/
    desktop/unstable/libgnome-games-support/debian/
    desktop/unstable/libgnome-games-support/debian/changelog
    desktop/unstable/libgnome-games-support/debian/compat
    desktop/unstable/libgnome-games-support/debian/control
    desktop/unstable/libgnome-games-support/debian/control.in
    desktop/unstable/libgnome-games-support/debian/copyright
    desktop/unstable/libgnome-games-support/debian/docs
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-common.install
    desktop/unstable/libgnome-games-support/debian/libgnome-games-support-dev.install
    desktop/unstable/libgnome-games-support/debian/rules   (with props)
    desktop/unstable/libgnome-games-support/debian/source/
    desktop/unstable/libgnome-games-support/debian/source/format
    desktop/unstable/libgnome-games-support/debian/watch

Added: desktop/unstable/libgnome-games-support/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/changelog?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/changelog	(added)
+++ desktop/unstable/libgnome-games-support/debian/changelog	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,5 @@
+libgnome-games-support (1.1.90-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #824130)
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 17 Aug 2016 15:19:05 -0400

Added: desktop/unstable/libgnome-games-support/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/compat?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/compat	(added)
+++ desktop/unstable/libgnome-games-support/debian/compat	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1 @@
+9

Added: desktop/unstable/libgnome-games-support/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/control?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/control	(added)
+++ desktop/unstable/libgnome-games-support/debian/control	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,56 @@
+# 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: libgnome-games-support
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: Jeremy Bicha <jbicha at ubuntu.com>,
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               libgee-0.8-dev,
+               libglib2.0-dev (>= 2.40),
+               libgtk-3-dev (>= 3.19.2),
+               pkg-config (>= 0.19),
+               valac (>= 0.24),
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-games-support
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-games-support
+Homepage: https://wiki.gnome.org/Apps/Games
+
+Package: libgnome-games-support-1.0-2
+Architecture: any
+Multi-Arch: same
+Depends: libgnome-games-support-common,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: library for common functions of GNOME games
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+
+Package: libgnome-games-support-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+Description: library for common functions of GNOME games (common files)
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+ .
+ This package contains architecture-independent files such as translations.
+
+Package: libgnome-games-support-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libgee-0.8-dev,
+         libglib2.0-dev (>= 2.44),
+         libgnome-games-support-1.0-2 (= ${binary:Version}),
+         libgtk-3-dev (>= 3.20),
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: library for common functions of GNOME games (dev files)
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+ .
+ This package contains development headers and libraries.

Added: desktop/unstable/libgnome-games-support/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/control.in?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/control.in	(added)
+++ desktop/unstable/libgnome-games-support/debian/control.in	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,52 @@
+Source: libgnome-games-support
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@,
+Build-Depends: debhelper (>= 9),
+               gnome-pkg-tools,
+               libgee-0.8-dev,
+               libglib2.0-dev (>= 2.40),
+               libgtk-3-dev (>= 3.19.2),
+               pkg-config (>= 0.19),
+               valac (>= 0.24),
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/libgnome-games-support
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/libgnome-games-support
+Homepage: https://wiki.gnome.org/Apps/Games
+
+Package: libgnome-games-support-1.0-2
+Architecture: any
+Multi-Arch: same
+Depends: libgnome-games-support-common,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: library for common functions of GNOME games
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+
+Package: libgnome-games-support-common
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+Description: library for common functions of GNOME games (common files)
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+ .
+ This package contains architecture-independent files such as translations.
+
+Package: libgnome-games-support-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libgee-0.8-dev,
+         libglib2.0-dev (>= 2.44),
+         libgnome-games-support-1.0-2 (= ${binary:Version}),
+         libgtk-3-dev (>= 3.20),
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: library for common functions of GNOME games (dev files)
+ libgnome-games-support is a small library intended for internal use by the
+ games developed by the GNOME project but it may be used by others.
+ .
+ This package contains development headers and libraries.

Added: desktop/unstable/libgnome-games-support/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/copyright?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/copyright	(added)
+++ desktop/unstable/libgnome-games-support/debian/copyright	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,23 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: libgnome-games-support
+Source: https://download.gnome.org/sources/libgnome-games-support/
+
+Files: *
+Copyright: 2014-2016 Michael Catanzaro <mcatanzaro at gnome.org>
+           2014 Nikhar Agrawal
+License: LGPL-3+
+ This package 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 3 of the License, or (at your option) any later version.
+ .
+ This package 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-3".

Added: desktop/unstable/libgnome-games-support/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/docs?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/docs	(added)
+++ desktop/unstable/libgnome-games-support/debian/docs	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1 @@
+NEWS

Added: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install	(added)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.install	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1 @@
+usr/lib/*/libgnome-games-support-1.0.so.*

Added: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols	(added)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-1.0-2.symbols	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,70 @@
+libgnome-games-support-1.0.so.2 libgnome-games-support-1.0-2 #MINVER#
+ games_grid_frame_construct at Base 1.1.90
+ games_grid_frame_get_height at Base 1.1.90
+ games_grid_frame_get_type at Base 1.1.90
+ games_grid_frame_get_width at Base 1.1.90
+ games_grid_frame_get_xalign at Base 1.1.90
+ games_grid_frame_get_xpadding at Base 1.1.90
+ games_grid_frame_get_yalign at Base 1.1.90
+ games_grid_frame_get_ypadding at Base 1.1.90
+ games_grid_frame_new at Base 1.1.90
+ games_grid_frame_set at Base 1.1.90
+ games_grid_frame_set_alignment at Base 1.1.90
+ games_grid_frame_set_height at Base 1.1.90
+ games_grid_frame_set_padding at Base 1.1.90
+ games_grid_frame_set_width at Base 1.1.90
+ games_grid_frame_set_xalign at Base 1.1.90
+ games_grid_frame_set_xpadding at Base 1.1.90
+ games_grid_frame_set_yalign at Base 1.1.90
+ games_grid_frame_set_ypadding at Base 1.1.90
+ games_scores_category_construct at Base 1.1.90
+ games_scores_category_get_key at Base 1.1.90
+ games_scores_category_get_name at Base 1.1.90
+ games_scores_category_get_type at Base 1.1.90
+ games_scores_category_new at Base 1.1.90
+ games_scores_category_set_key at Base 1.1.90
+ games_scores_category_set_name at Base 1.1.90
+ games_scores_context_add_score at Base 1.1.90
+ games_scores_context_add_score_finish at Base 1.1.90
+ games_scores_context_add_score_internal at Base 1.1.90
+ games_scores_context_add_score_internal_finish at Base 1.1.90
+ games_scores_context_add_score_sync at Base 1.1.90
+ games_scores_context_construct at Base 1.1.90
+ games_scores_context_construct_with_importer at Base 1.1.90
+ games_scores_context_get_categories at Base 1.1.90
+ games_scores_context_get_high_scores at Base 1.1.90
+ games_scores_context_get_type at Base 1.1.90
+ games_scores_context_has_scores at Base 1.1.90
+ games_scores_context_new at Base 1.1.90
+ games_scores_context_new_with_importer at Base 1.1.90
+ games_scores_context_run_dialog at Base 1.1.90
+ games_scores_context_run_dialog_internal at Base 1.1.90
+ games_scores_context_update_score_name at Base 1.1.90
+ games_scores_dialog_construct at Base 1.1.90
+ games_scores_dialog_get_type at Base 1.1.90
+ games_scores_dialog_new at Base 1.1.90
+ games_scores_directory_importer_construct at Base 1.1.90
+ games_scores_directory_importer_construct_with_convert_func at Base 1.1.90
+ games_scores_directory_importer_get_type at Base 1.1.90
+ games_scores_directory_importer_new at Base 1.1.90
+ games_scores_directory_importer_new_with_convert_func at Base 1.1.90
+ games_scores_history_file_importer_construct at Base 1.1.90
+ games_scores_history_file_importer_get_type at Base 1.1.90
+ games_scores_history_file_importer_new at Base 1.1.90
+ games_scores_history_file_importer_parse_date at Base 1.1.90
+ games_scores_importer_construct at Base 1.1.90
+ games_scores_importer_get_type at Base 1.1.90
+ games_scores_importer_importOldScores at Base 1.1.90
+ games_scores_importer_run at Base 1.1.90
+ games_scores_score_construct at Base 1.1.90
+ games_scores_score_equals at Base 1.1.90
+ games_scores_score_get_score at Base 1.1.90
+ games_scores_score_get_time at Base 1.1.90
+ games_scores_score_get_type at Base 1.1.90
+ games_scores_score_get_user at Base 1.1.90
+ games_scores_score_new at Base 1.1.90
+ games_scores_score_set_score at Base 1.1.90
+ games_scores_score_set_time at Base 1.1.90
+ games_scores_score_set_user at Base 1.1.90
+ games_scores_style_get_type at Base 1.1.90
+

Added: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-common.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-common.install?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-common.install	(added)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-common.install	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1 @@
+usr/share/locale

Added: desktop/unstable/libgnome-games-support/debian/libgnome-games-support-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/libgnome-games-support-dev.install?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/libgnome-games-support-dev.install	(added)
+++ desktop/unstable/libgnome-games-support/debian/libgnome-games-support-dev.install	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,4 @@
+usr/include
+usr/lib/*/lib*.so
+usr/lib/*/pkgconfig/*
+usr/share/vala

Added: desktop/unstable/libgnome-games-support/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/rules?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/rules	(added)
+++ desktop/unstable/libgnome-games-support/debian/rules	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+
+-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
+
+%:
+	dh $@ --parallel --with autoreconf,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
+override_dh_install:
+	dh_install --list-missing
+
+# TODO
+override_dh_auto_test:

Propchange: desktop/unstable/libgnome-games-support/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: desktop/unstable/libgnome-games-support/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/source/format?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/source/format	(added)
+++ desktop/unstable/libgnome-games-support/debian/source/format	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1 @@
+3.0 (quilt)

Added: desktop/unstable/libgnome-games-support/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnome-games-support/debian/watch?rev=49543&op=file
==============================================================================
--- desktop/unstable/libgnome-games-support/debian/watch	(added)
+++ desktop/unstable/libgnome-games-support/debian/watch	[utf-8] Wed Aug 17 19:50:02 2016
@@ -0,0 +1,3 @@
+version=4
+https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \
+	@PACKAGE@@ANY_VERSION@\.tar\.xz




More information about the pkg-gnome-commits mailing list