r26274 - in /packages/experimental/gjs: ./ debian/ debian/source/
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Thu Jan 13 15:37:12 UTC 2011
Author: kov
Date: Thu Jan 13 15:37:08 2011
New Revision: 26274
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26274
Log:
Adding gjs packaging.
Added:
packages/experimental/gjs/
packages/experimental/gjs/debian/
packages/experimental/gjs/debian/changelog
packages/experimental/gjs/debian/compat
packages/experimental/gjs/debian/control
packages/experimental/gjs/debian/copyright
packages/experimental/gjs/debian/docs
packages/experimental/gjs/debian/gjs.install
packages/experimental/gjs/debian/gjs.lintian-overrides
packages/experimental/gjs/debian/libgjs-dev.install
packages/experimental/gjs/debian/libgjs0b.install
packages/experimental/gjs/debian/libgjs0b.symbols
packages/experimental/gjs/debian/rules (with props)
packages/experimental/gjs/debian/source/
packages/experimental/gjs/debian/source/format
packages/experimental/gjs/debian/watch
Added: packages/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/changelog?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/changelog (added)
+++ packages/experimental/gjs/debian/changelog [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,110 @@
+gjs (0.7.8-1) experimental; urgency=low
+
+ * New release.
+
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 13 Jan 2011 12:38:57 -0200
+
+gjs (0.7.6-2) experimental; urgency=low
+
+ * debian/control:
+ - build-depend on automake1.11 (Closes: #603222)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 15 Nov 2010 19:26:16 -0200
+
+gjs (0.7.6-1) experimental; urgency=low
+
+ * debian/patches/*:
+ - removed; should no longer be needed
+ * debian/control:
+ - renamed library package to libgjs0b because of ABI breakage
+ - new version requires libmozjs-dev >= 1.9.2.
+ - build-depend on xulrunner-dev >= 1.9.2.12
+ - build-depend on gobject-introspection >= 0.9.2
+ - also build-depend on gir1.0-glib-2.0, and gir1.0-freedesktop >= 0.9.12
+ * debian/libgjs0b.symbols:
+ - updated
+
+ -- Gustavo Noronha Silva <kov at debian.org> Tue, 09 Nov 2010 22:01:53 -0200
+
+gjs (0.7.1-1) unstable; urgency=low
+
+ * Not really an upstream release, just fixing the versioning of the
+ package from yesterday =(
+ * Convert package to new source format 3.0 (quilt)
+ * debian/patches/01_revert_machine_indep_types_removal.diff:
+ - revert removal of the handling of machine indep types - we are still
+ using these in stuff we have in Debian
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Thu, 15 Jul 2010 10:45:47 -0300
+
+gjs (0.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Bumped Standards-Version with no changes
+ * debian/libgjs0a.{shlibs,symbols}:
+ - add shlibs and symbols information
+ * debian/rules:
+ - disable tests that seem to rely on stuff only added in the 0.9 branch
+ of G-I
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Wed, 26 May 2010 10:55:19 -0300
+
+gjs (0.6-1) unstable; urgency=low
+
+ * New upstream version.
+ - build-depends on cairo, so updated debian/control to match
+ - library package renamed to libgjs0a because it broke ABI without
+ changing soname
+ * debian/rules:
+ - only run tests on Linux, other platforms fail here trying to run
+ dbus (Closes: #571792)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 08 Apr 2010 19:53:12 -0300
+
+gjs (0.5-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control, debian/rules:
+ - Accepted patch from Ubuntu to enable the test suite
+ (Closes: #570182)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 27 Feb 2010 20:28:11 -0300
+
+gjs (0.5~git20100201-1) unstable; urgency=low
+
+ * Upstream snapshot
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Tue, 02 Feb 2010 21:58:35 -0200
+
+gjs (0.4-4) unstable; urgency=low
+
+ * debian/control, debian/rules:
+ - build inside a separate directory, and run autoreconf every time
+ (Closes: #558549)
+ - the change above requires debhelper 7.3
+ - also build-depends on autoconf, automake, and libtool
+ - use chrpath to remove rpath defined in libgjs
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Tue, 22 Dec 2009 19:02:43 -0200
+
+gjs (0.4-3) unstable; urgency=low
+
+ * debian/control:
+ - dev package was missing a dependency on the shared library package
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Tue, 20 Oct 2009 15:53:33 -0200
+
+gjs (0.4-2) unstable; urgency=low
+
+ * debian/control:
+ - transition to the new introspection policy
+ * debian/rules;
+ - make lintian happy by fixing the debhelper build-dependency
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Mon, 19 Oct 2009 15:20:47 -0200
+
+gjs (0.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #550723)
+
+ -- Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> Mon, 12 Oct 2009 18:38:36 -0300
Added: packages/experimental/gjs/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/compat?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/compat (added)
+++ packages/experimental/gjs/debian/compat [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,1 @@
+7
Added: packages/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/control?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/control (added)
+++ packages/experimental/gjs/debian/control [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,63 @@
+Source: gjs
+Section: interpreters
+Priority: extra
+Maintainer: Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
+Uploaders: Gustavo Noronha Silva <kov at debian.org>
+Build-Depends: debhelper (>= 7.3.0),
+ autotools-dev,
+ autoconf,
+ automake1.11,
+ libtool,
+ chrpath,
+ pkg-config,
+ libdbus-glib-1-dev,
+ libglib2.0-dev (>= 0.9.12),
+ libmozjs-dev (>= 1.9.2),
+ libgirepository1.0-dev (>= 0.9.2),
+ gobject-introspection (>= 0.9.2),
+ gir1.0-glib-2.0 (>= 0.9.12),
+ gir1.0-freedesktop (>= 0.9.12),
+ xulrunner-dev (>= 1.9.2.12),
+ dbus-x11,
+ uuid-runtime,
+ libcairo2-dev
+Standards-Version: 3.8.4
+Homepage: http://live.gnome.org/Gjs
+
+Package: gjs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Mozilla-based javascript bindings for the GNOME platform
+ Makes it possible for applications to use all of GNOME's platform
+ libraries using the Javascript language. It's mainly based on the
+ Mozilla javascript engine and the GObject introsepection framework.
+ .
+ This package contains the interactive console application.
+
+Package: libgjs0b
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${gir:Depends}
+Conflicts: libgjs0, libgjs0a
+Replaces: libgjs0, libgjs0a
+Description: Mozilla-based javascript bindings for the GNOME platform
+ Makes it possible for applications to use all of GNOME's platform
+ libraries using the Javascript language. It's mainly based on the
+ Mozilla javascript engine and the GObject introspection framework.
+ .
+ This is the shared library applications link to.
+
+Package: libgjs-dev
+Architecture: any
+Section: libdevel
+Depends: libgjs0b (= ${binary:Version}),
+ ${misc:Depends},
+ libmozjs-dev (>= 1.9),
+ libgirepository1.0-dev
+Description: Mozilla-based javascript bindings for the GNOME platform
+ Makes it possible for applications to use all of GNOME's platform
+ libraries using the Javascript language. It's mainly based on the
+ Mozilla javascript engine and the GObject introspection framework.
+ .
+ This package contains the development files applications need to
+ build against.
Added: packages/experimental/gjs/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/copyright?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/copyright (added)
+++ packages/experimental/gjs/debian/copyright [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,113 @@
+This work was packaged for Debian by:
+
+ Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk> on Mon, 12 Oct 2009 18:38:36 -0300
+
+It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/gjs/
+
+Upstream Author:
+
+ litl, LLC
+
+Copyright:
+
+ Copyright © 2008 litl, LLC
+
+For the following files:
+
+ gjs/jsapi-util.c
+ modules/gettext-native.c
+ modules/gettext.js
+ modules/jsUnit.js
+ modules/gettext-native.h
+
+ Copyright © 2009 Red Hat, Inc.
+
+For the following files:
+
+ modules/tweener/tweener.js
+ modules/tweener/tweenList.js
+
+ Copyright © 2006-2007 Zeh Fernando and Nate Chatellier
+
+License:
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ IN THE SOFTWARE.
+
+The Debian packaging is:
+
+ Copyright © 2009 Collabora Ltd.
+
+and is licensed under the same license as the upstream source.
+
+For the following files, the information bellow applies:
+
+ modules/console.c
+ gjs/stack.c
+
+License:
+ Version: MPL 1.1/GPL 2.0/LGPL 2.1
+
+ The contents of this file are subject to the Mozilla Public License Version
+ 1.1 (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+ http://www.mozilla.org/MPL/
+
+ Software distributed under the License is distributed on an "AS IS" basis,
+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+ for the specific language governing rights and limitations under the
+ License.
+
+ The Original Code is Mozilla Communicator client code, released
+ March 31, 1998.
+
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1998
+ the Initial Developer. All Rights Reserved.
+
+ Contributor(s):
+
+ Alternatively, the contents of this file may be used under the terms of
+ either of the GNU General Public License Version 2 or later (the "GPL"),
+ or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+ in which case the provisions of the GPL or the LGPL are applicable instead
+ of those above. If you wish to allow use of your version of this file only
+ under the terms of either the GPL or the LGPL, and not to allow others to
+ use your version of this file under the terms of the MPL, indicate your
+ decision by deleting the provisions above and replace them with the notice
+ and other provisions required by the GPL or the LGPL. If you do not delete
+ the provisions above, a recipient may use your version of this file under
+ the terms of any one of the MPL, the GPL or the LGPL.
+
+ Copyright © 2008 litl, LLC
+ © 1998 Netscape Communications Corporation
+
+The GPLv2 and LGPLv2.1 files can be obtained, on Debian systems, at
+/usr/share/common-licenses/GPL-2, and
+/usr/share-common-licenses/LGPL-2.1, respectively.
+
+For the following files the information bellow applies:
+
+ modules/tweener/equations.js
+
+ Copyright © 2001 Robert Penner
+ License: BSD
+
+The BSD license can be obtained, on Debian systems, at
+/usr/share/common-licenses/BSD.
Added: packages/experimental/gjs/debian/docs
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/docs?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/docs (added)
+++ packages/experimental/gjs/debian/docs [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,2 @@
+NEWS
+README
Added: packages/experimental/gjs/debian/gjs.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/gjs.install?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/gjs.install (added)
+++ packages/experimental/gjs/debian/gjs.install [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,1 @@
+usr/bin
Added: packages/experimental/gjs/debian/gjs.lintian-overrides
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/gjs.lintian-overrides?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/gjs.lintian-overrides (added)
+++ packages/experimental/gjs/debian/gjs.lintian-overrides [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,2 @@
+# we use mozilla libraries, that are in a private library path
+gjs: binary-or-shlib-defines-rpath
Added: packages/experimental/gjs/debian/libgjs-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/libgjs-dev.install?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/libgjs-dev.install (added)
+++ packages/experimental/gjs/debian/libgjs-dev.install [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,3 @@
+usr/include
+usr/lib/libgjs*.so
+usr/lib/pkgconfig/
Added: packages/experimental/gjs/debian/libgjs0b.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/libgjs0b.install?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/libgjs0b.install (added)
+++ packages/experimental/gjs/debian/libgjs0b.install [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,3 @@
+usr/lib/libgjs*.so.*
+usr/lib/gjs-1.0/*.so
+usr/share/gjs-1.0
Added: packages/experimental/gjs/debian/libgjs0b.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/libgjs0b.symbols?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/libgjs0b.symbols (added)
+++ packages/experimental/gjs/debian/libgjs0b.symbols [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,217 @@
+libgjs-dbus.so.0 libgjs0b #MINVER#
+ _gjs_dbus_dispose_info at Base 0.7.1
+ _gjs_dbus_ensure_connect_idle at Base 0.7.1
+ _gjs_dbus_ensure_info at Base 0.7.1
+ _gjs_dbus_process_pending_signal_watchers at Base 0.7.1
+ _gjs_dbus_set_matching_name_owner_changed at Base 0.7.1
+ _gjs_dbus_signal_watch_filter_message at Base 0.7.1
+ gjs_dbus_acquire_name at Base 0.7.1
+ gjs_dbus_add_bus_weakref at Base 0.7.1
+ gjs_dbus_add_connect_funcs at Base 0.7.1
+ gjs_dbus_add_connect_funcs_sync_notify at Base 0.7.1
+ gjs_dbus_append_json_entry at Base 0.7.1
+ gjs_dbus_append_json_entry_BOOLEAN at Base 0.7.1
+ gjs_dbus_append_json_entry_DOUBLE at Base 0.7.1
+ gjs_dbus_append_json_entry_EMPTY_ARRAY at Base 0.7.1
+ gjs_dbus_append_json_entry_INT32 at Base 0.7.1
+ gjs_dbus_append_json_entry_STRING at Base 0.7.1
+ gjs_dbus_append_json_entry_STRING_ARRAY at Base 0.7.1
+ gjs_dbus_get_watched_name_owner at Base 0.7.1
+ gjs_dbus_get_weak_ref at Base 0.7.1
+ gjs_dbus_message_iter_get_gsize at Base 0.7.1
+ gjs_dbus_message_iter_get_gssize at Base 0.7.1
+ gjs_dbus_proxy_call_json_async at Base 0.7.1
+ gjs_dbus_proxy_get_bus_name at Base 0.7.1
+ gjs_dbus_proxy_get_connection at Base 0.7.1
+ gjs_dbus_proxy_get_type at Base 0.7.1
+ gjs_dbus_proxy_new at Base 0.7.1
+ gjs_dbus_proxy_new_json_call at Base 0.7.1
+ gjs_dbus_proxy_new_method_call at Base 0.7.1
+ gjs_dbus_proxy_send at Base 0.7.1
+ gjs_dbus_proxy_send_full at Base 0.7.6
+ gjs_dbus_register_g_object at Base 0.7.1
+ gjs_dbus_register_json at Base 0.7.1
+ gjs_dbus_release_name at Base 0.7.1
+ gjs_dbus_release_name_by_id at Base 0.7.1
+ gjs_dbus_remove_bus_weakref at Base 0.7.1
+ gjs_dbus_remove_connect_funcs at Base 0.7.1
+ gjs_dbus_start_service at Base 0.7.1
+ gjs_dbus_try_connecting_now at Base 0.7.1
+ gjs_dbus_unregister_g_object at Base 0.7.1
+ gjs_dbus_unregister_json at Base 0.7.1
+ gjs_dbus_unwatch_name at Base 0.7.1
+ gjs_dbus_unwatch_signal at Base 0.7.1
+ gjs_dbus_unwatch_signal_by_id at Base 0.7.1
+ gjs_dbus_watch_name at Base 0.7.1
+ gjs_dbus_watch_signal at Base 0.7.1
+libgjs-gi.so.0 libgjs0b #MINVER#
+ gjs_array_from_strv at Base 0.7.1
+ gjs_array_to_strv at Base 0.7.1
+ gjs_boxed_from_c_struct at Base 0.7.1
+ gjs_c_struct_from_boxed at Base 0.7.1
+ gjs_c_union_from_union at Base 0.7.1
+ gjs_camel_from_hyphen at Base 0.7.1
+ gjs_closure_get_callable at Base 0.7.1
+ gjs_closure_get_runtime at Base 0.7.6
+ gjs_closure_invoke at Base 0.7.1
+ gjs_closure_is_valid at Base 0.7.6
+ gjs_closure_new at Base 0.7.1
+ gjs_closure_new_for_signal at Base 0.7.1
+ gjs_closure_new_marshaled at Base 0.7.1
+ gjs_define_boxed_class at Base 0.7.1
+ gjs_define_enumeration at Base 0.7.1
+ gjs_define_function at Base 0.7.1
+ gjs_define_info at Base 0.7.1
+ gjs_define_ns at Base 0.7.1
+ gjs_define_object_class at Base 0.7.1
+ gjs_define_param_class at Base 0.7.1
+ gjs_define_repo at Base 0.7.1
+ gjs_define_union_class at Base 0.7.1
+ gjs_g_argument_init_default at Base 0.7.1
+ gjs_g_argument_release at Base 0.7.1
+ gjs_g_argument_release_in_arg at Base 0.7.1
+ gjs_g_object_from_object at Base 0.7.1
+ gjs_g_param_from_param at Base 0.7.1
+ gjs_hyphen_from_camel at Base 0.7.1
+ gjs_info_type_name at Base 0.7.1
+ gjs_invoke_c_function_uncached at Base 0.7.1
+ gjs_keep_alive_add_child at Base 0.7.1
+ gjs_keep_alive_add_global_child at Base 0.7.1
+ gjs_keep_alive_get_for_import_global at Base 0.7.6
+ gjs_keep_alive_get_global at Base 0.7.1
+ gjs_keep_alive_new at Base 0.7.1
+ gjs_keep_alive_remove_child at Base 0.7.1
+ gjs_keep_alive_remove_global_child at Base 0.7.1
+ gjs_lookup_boxed_class at Base 0.7.1
+ gjs_lookup_boxed_constructor at Base 0.7.1
+ gjs_lookup_boxed_prototype at Base 0.7.1
+ gjs_lookup_enumeration at Base 0.7.1
+ gjs_lookup_namespace_object at Base 0.7.1
+ gjs_lookup_namespace_object_by_name at Base 0.7.1
+ gjs_lookup_object_prototype at Base 0.7.1
+ gjs_lookup_param_prototype at Base 0.7.1
+ gjs_lookup_union_class at Base 0.7.1
+ gjs_lookup_union_constructor at Base 0.7.1
+ gjs_lookup_union_prototype at Base 0.7.1
+ gjs_object_from_g_object at Base 0.7.1
+ gjs_param_from_g_param at Base 0.7.1
+ gjs_struct_foreign_convert_from_g_argument at Base 0.7.1
+ gjs_struct_foreign_convert_to_g_argument at Base 0.7.1
+ gjs_struct_foreign_register at Base 0.7.1
+ gjs_struct_foreign_release_g_argument at Base 0.7.1
+ gjs_union_from_c_union at Base 0.7.1
+ gjs_value_from_g_argument at Base 0.7.1
+ gjs_value_from_g_value at Base 0.7.1
+ gjs_value_to_arg at Base 0.7.1
+ gjs_value_to_g_argument at Base 0.7.1
+ gjs_value_to_g_value at Base 0.7.1
+ gjs_value_to_g_value_no_copy at Base 0.7.1
+libgjs.so.0 libgjs0b #MINVER#
+ _gjs_unit_test_fixture_begin at Base 0.7.6
+ _gjs_unit_test_fixture_finish at Base 0.7.6
+ gjs_add_prop_verbose_stub at Base 0.7.1
+ gjs_byte_array_from_byte_array at Base 0.7.1
+ gjs_byte_array_get_byte_array at Base 0.7.1
+ gjs_call_function_value at Base 0.7.1
+ gjs_check_constructing at Base 0.7.1
+ gjs_construct_object_dynamic at Base 0.7.1
+ gjs_context_define_string_array at Base 0.7.1
+ gjs_context_eval at Base 0.7.1
+ gjs_context_eval_file at Base 0.7.1
+ gjs_context_get_all at Base 0.7.1
+ gjs_context_get_native_context at Base 0.7.1
+ gjs_context_get_type at Base 0.7.1
+ gjs_context_new at Base 0.7.1
+ gjs_context_new_with_search_path at Base 0.7.1
+ gjs_context_print_stack_stderr at Base 0.7.1
+ gjs_context_print_stack_to_buffer at Base 0.7.1
+ gjs_counter_boxed at Base 0.7.1
+ gjs_counter_closure at Base 0.7.1
+ gjs_counter_database at Base 0.7.1
+ gjs_counter_dbus_exports at Base 0.7.1
+ gjs_counter_everything at Base 0.7.1
+ gjs_counter_function at Base 0.7.1
+ gjs_counter_importer at Base 0.7.1
+ gjs_counter_ns at Base 0.7.1
+ gjs_counter_object at Base 0.7.1
+ gjs_counter_param at Base 0.7.1
+ gjs_counter_repo at Base 0.7.1
+ gjs_counter_resultset at Base 0.7.1
+ gjs_counter_weakhash at Base 0.7.1
+ gjs_crash_after_timeout at Base 0.7.1
+ gjs_create_root_importer at Base 0.7.1
+ gjs_date_from_time_t at Base 0.7.1
+ gjs_debug at Base 0.7.1
+ gjs_define_byte_array_stuff at Base 0.7.1
+ gjs_define_importer at Base 0.7.1
+ gjs_define_root_importer at Base 0.7.1
+ gjs_define_string_array at Base 0.7.1
+ gjs_delete_prop_verbose_stub at Base 0.7.1
+ gjs_dumpstack at Base 0.7.1
+ gjs_environment_variable_is_set at Base 0.7.1
+ gjs_error_quark at Base 0.7.1
+ gjs_error_reporter at Base 0.7.1
+ gjs_explain_scope at Base 0.7.1
+ gjs_fatal at Base 0.7.1
+ gjs_g_hash_table_remove_one at Base 0.7.1
+ gjs_g_hash_table_steal_one at Base 0.7.1
+ gjs_g_strv_concat at Base 0.7.1
+ gjs_get_import_global at Base 0.7.6
+ gjs_get_instance_private_dynamic at Base 0.7.1
+ gjs_get_instance_private_dynamic_with_typecheck at Base 0.7.1
+ gjs_get_prop_verbose_stub at Base 0.7.1
+ gjs_get_string_id at Base 0.7.1
+ gjs_get_type_name at Base 0.7.1
+ gjs_import_native_module at Base 0.7.1
+ gjs_init_class_dynamic at Base 0.7.1
+ gjs_init_context_standard at Base 0.7.6
+ gjs_init_sleep_on_crash at Base 0.7.1
+ gjs_log_and_keep_exception at Base 0.7.1
+ gjs_log_exception at Base 0.7.1
+ gjs_log_exception_props at Base 0.7.1
+ gjs_log_object_props at Base 0.7.1
+ gjs_memory_report at Base 0.7.1
+ gjs_move_exception at Base 0.7.1
+ gjs_object_get_property at Base 0.7.1
+ gjs_object_has_property at Base 0.7.1
+ gjs_object_require_property at Base 0.7.1
+ gjs_parse_args at Base 0.7.1
+ gjs_print_backtrace at Base 0.7.1
+ gjs_profiler_dump at Base 0.7.1
+ gjs_profiler_free at Base 0.7.1
+ gjs_profiler_new at Base 0.7.1
+ gjs_profiler_reset at Base 0.7.6
+ gjs_register_native_module at Base 0.7.1
+ gjs_root_value_locations at Base 0.7.1
+ gjs_rooted_array_append at Base 0.7.1
+ gjs_rooted_array_free at Base 0.7.1
+ gjs_rooted_array_get at Base 0.7.1
+ gjs_rooted_array_get_data at Base 0.7.1
+ gjs_rooted_array_get_length at Base 0.7.1
+ gjs_rooted_array_new at Base 0.7.1
+ gjs_runtime_destroy at Base 0.7.6
+ gjs_runtime_get_current_context at Base 0.7.6
+ gjs_runtime_get_default_context at Base 0.7.6
+ gjs_runtime_init at Base 0.7.6
+ gjs_runtime_pop_context at Base 0.7.6
+ gjs_runtime_push_context at Base 0.7.6
+ gjs_runtime_set_default_context at Base 0.7.6
+ gjs_set_prop_verbose_stub at Base 0.7.1
+ gjs_set_values at Base 0.7.1
+ gjs_string_from_binary_data at Base 0.7.1
+ gjs_string_from_filename at Base 0.7.1
+ gjs_string_from_utf8 at Base 0.7.1
+ gjs_string_get_ascii at Base 0.7.1
+ gjs_string_get_ascii_checked at Base 0.7.1
+ gjs_string_get_binary_data at Base 0.7.1
+ gjs_string_get_uint16_data at Base 0.7.1
+ gjs_string_to_filename at Base 0.7.1
+ gjs_string_to_utf8 at Base 0.7.1
+ gjs_throw at Base 0.7.1
+ gjs_throw_g_error at Base 0.7.1
+ gjs_throw_literal at Base 0.7.1
+ gjs_try_string_to_filename at Base 0.7.1
+ gjs_try_string_to_utf8 at Base 0.7.1
+ gjs_unroot_value_locations at Base 0.7.1
+ gjs_util_error_quark at Base 0.7.1
+ gjs_value_debug_string at Base 0.7.1
Added: packages/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/rules?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/rules (added)
+++ packages/experimental/gjs/debian/rules [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,49 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+# Hack to make it possible to run autoreconf without making the diff
+# big, and without requiring a patch that needs to be updated for
+# every release
+override_dh_auto_configure:
+ mkdir _build
+ cp -a * _build || true
+ cd _build && autoreconf -fi
+ dh_auto_configure --sourcedirectory=_build
+
+override_dh_auto_build:
+ dh_auto_build --sourcedirectory=_build
+
+override_dh_auto_install:
+ dh_auto_install --sourcedirectory=_build
+ chrpath -d "$(CURDIR)"/debian/tmp/usr/lib/libgjs.so.0.0.0
+
+ # install a lintian override for the mozilla rpath
+ install -d -m 775 debian/gjs/usr/share/lintian/overrides
+ install -m 644 debian/gjs.lintian-overrides debian/gjs/usr/share/lintian/overrides/gjs
+
+override_dh_makeshlibs:
+ dh_makeshlibs -plibgjs0b -V 'libgjs0b (>= 0.7.1)'
+
+override_dh_clean:
+ rm -rf _build
+ dh_clean
+
+override_dh_auto_test:
+ # Our gir-repository packages don't build Everything.typelib, so the
+ # Everything tests will fail. Just remove them.
+ -rm _build/test/js/testEverythingBasic.js
+ -rm _build/test/js/testEverythingEncapsulated.js
+
+ # Temporarily disable running new tests that are failing. Some
+ # tests apparently depend on test API only available in later,
+ # incompatible versions of gobject-introspection.
+ -rm _build/test/js/testByteArray.js
+ -rm _build/test/js/testGI.js
+ -rm _build/test/js/testGIMarshalling.js
+
+ # Only run tests on linux. Other platforms break trying to run dbus.
+ if [ "$$(dpkg-architecture -qDEB_BUILD_ARCH_OS)" == "linux" ]; then \
+ dh_auto_test --sourcedirectory=_build; \
+ fi
Propchange: packages/experimental/gjs/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/experimental/gjs/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/source/format?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/source/format (added)
+++ packages/experimental/gjs/debian/source/format [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: packages/experimental/gjs/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/watch?rev=26274&op=file
==============================================================================
--- packages/experimental/gjs/debian/watch (added)
+++ packages/experimental/gjs/debian/watch [utf-8] Thu Jan 13 15:37:08 2011
@@ -1,0 +1,2 @@
+version=3
+http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)\d/ mutter-(.*)\.tar\.gz debian uupdate
More information about the pkg-gnome-commits
mailing list