Codebase list gjs / 3bdc932
Move branch to unstable Laurent Bigonville 12 years ago
8 changed file(s) with 31 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
0 gjs (0.7.14-1) UNRELEASED; urgency=low
0 gjs (1.29.0-1) UNRELEASED; urgency=low
1
2 * New upstream release.
3 - Fix FTBFS with iceweasel 5.0 (Closes: #631043)
4 * debian/control.in:
5 - Bump priority to optional
6 * debian/rules: Make tests no-fatal for now, they require newer
7 gobject-introspection (>= 1.29.0)
8 * debian/libgjs0b.symbols: Adjusts .symbols file
9 * debian/watch:
10 - Switch to .bz2 tarballs.
11 - Do not call uupdate anymore
12 * debian/patches/01_remove_rpath_flags.patch: Refresh patch
13 * debian/patches/02_fix_bigendian_test.patch: Drop patch, hackish fix
14 according to upstream
15
16 -- Laurent Bigonville <bigon@debian.org> Fri, 22 Jul 2011 19:56:06 +0200
17
18 gjs (0.7.14-1) experimental; urgency=low
119
220 * New upstream release.
321 * debian/patches/02_fix_bigendian_test.patch: Should fix FTBFS on big-endian
422 arch (Closes: #610256)
523 * debian/control: Bump Standards-Version to 3.9.2 (no further changes)
624
7 -- Laurent Bigonville <bigon@debian.org> Mon, 02 May 2011 13:12:46 +0200
25 -- Laurent Bigonville <bigon@debian.org> Mon, 02 May 2011 23:58:46 +0200
826
927 gjs (0.7.13-2) experimental; urgency=low
1028
6785 - Excludes libraries installed in /usr/lib/gjs-1.0/ from .symbols file
6886 - Remove bashism (Closes: #581455)
6987 * Bump debhelper compatibility to 8
70 * debian/control: Copy BSD licence instead of linking to it to please
88 * debian/copyright: Copy BSD licence instead of linking to it to please
7189 lintian
7290 * debian/watch: Fix URL pattern
7391
44
55 Source: gjs
66 Section: interpreters
7 Priority: extra
7 Priority: optional
88 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
99 Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Gustavo Noronha Silva <kov@debian.org>, Laurent Bigonville <bigon@debian.org>
1010 Build-Depends: debhelper (>= 8),
00 Source: gjs
11 Section: interpreters
2 Priority: extra
2 Priority: optional
33 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
44 Uploaders: @GNOME_TEAM@
55 Build-Depends: debhelper (>= 8),
5757 gjs_closure_new@Base 0.7.1
5858 gjs_closure_new_for_signal@Base 0.7.1
5959 gjs_closure_new_marshaled@Base 0.7.1
60 gjs_create_ns@Base 1.29.0
6061 gjs_define_boxed_class@Base 0.7.1
6162 gjs_define_enumeration@Base 0.7.1
6263 gjs_define_function@Base 0.7.1
6364 gjs_define_info@Base 0.7.1
64 gjs_define_ns@Base 0.7.1
6565 gjs_define_object_class@Base 0.7.1
6666 gjs_define_param_class@Base 0.7.1
6767 gjs_define_repo@Base 0.7.1
66 in /usr/lib (though the .so symlink is in /usr/lib/xulrunner-*), so we
77 can kill the rpath.
88
9 --- a/gjs-internals-1.0.pc.in
10 +++ b/gjs-internals-1.0.pc.in
11 @@ -11,7 +11,6 @@
12 mozjslibdir=@FIREFOX_JS_LIBDIR@
9 --- a/gjs-internals-1.0.pc.in 2011-07-22 19:48:56.154596077 +0200
10 +++ b/gjs-internals-1.0.pc.in 2011-07-22 19:49:16.144595868 +0200
11 @@ -10,7 +10,6 @@
12 jsnativedir=@gjsnativedir@
1313
14 Cflags: -I${includedir}/gjs-1.0 @JS_EXTRA_CFLAGS@
15 -Libs: -Wl,--rpath=${mozjslibdir}
14 Cflags: -I${includedir}/gjs-1.0
15 -Libs: @GJS_INTERNALS_LIBS@
1616 Requires: gjs-1.0 gobject-introspection-1.0 @JS_PACKAGE@
1717
1818 Name: gjs-internals-1.0
00 01_remove_rpath_flags.patch
1 02_fix_bigendian_test.patch
77
88 DEB_DH_MAKESHLIBS_ARGS_libgjs0b := -Xusr/lib/gjs-1.0/ -V -- -c4
99
10 ifeq ($(DEB_BUILD_ARCH_OS),linux)
11 DEB_MAKE_CHECK_TARGET := check
12 else
1310 DEB_MAKE_CHECK_TARGET := check || true
14 endif
1511
1612 install/libgjs0b::
1713 chrpath -d "$(CURDIR)"/debian/tmp/usr/lib/libgjs.so.0.0.0
00 version=3
1 http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)/gjs-(.*)\.tar\.gz debian uupdate
1 http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)/gjs-(.*)\.tar\.bz2