r29064 - in /packages/experimental/gjs/debian: changelog libgjs0b.symbols patches/ rules watch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri Jul 22 17:30:58 UTC 2011


Author: bigon
Date: Fri Jul 22 17:30:58 2011
New Revision: 29064

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29064
Log:
* New upstream release.
  - Fix FTBFS with iceweasel 5.0 (Closes: #631043)
* debian/rules: Make tests no-fatal for now, they require newer
  gobject-introspection (>= 1.29.0)
* debian/libgjs0b.symbols: Adjusts .symbols file
* debian/watch:
  - Switch to .bz2 tarballs.
  - Do not call uupdate anymore
* debian/patches/02_fix_bigendian_test.patch: Drop patch, hackish fix
  according to upstream

Removed:
    packages/experimental/gjs/debian/patches/
Modified:
    packages/experimental/gjs/debian/changelog
    packages/experimental/gjs/debian/libgjs0b.symbols
    packages/experimental/gjs/debian/rules
    packages/experimental/gjs/debian/watch

Modified: packages/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/changelog?rev=29064&op=diff
==============================================================================
--- packages/experimental/gjs/debian/changelog [utf-8] (original)
+++ packages/experimental/gjs/debian/changelog [utf-8] Fri Jul 22 17:30:58 2011
@@ -1,9 +1,19 @@
-gjs (0.7.14-2) UNRELEASED; urgency=low
-
+gjs (1.29.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+    - Fix FTBFS with iceweasel 5.0 (Closes: #631043)
   * debian/control.in:
     - Bump priority to optional
-
- -- Laurent Bigonville <bigon at debian.org>  Tue, 03 May 2011 16:42:30 +0200
+  * debian/rules: Make tests no-fatal for now, they require newer
+    gobject-introspection (>= 1.29.0)
+  * debian/libgjs0b.symbols: Adjusts .symbols file
+  * debian/watch:
+    - Switch to .bz2 tarballs.
+    - Do not call uupdate anymore
+  * debian/patches/02_fix_bigendian_test.patch: Drop patch, hackish fix
+    according to upstream
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 22 Jul 2011 19:21:24 +0200
 
 gjs (0.7.14-1) experimental; urgency=low
 

Modified: packages/experimental/gjs/debian/libgjs0b.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/libgjs0b.symbols?rev=29064&op=diff
==============================================================================
--- packages/experimental/gjs/debian/libgjs0b.symbols [utf-8] (original)
+++ packages/experimental/gjs/debian/libgjs0b.symbols [utf-8] Fri Jul 22 17:30:58 2011
@@ -58,11 +58,11 @@
  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_create_ns at Base 1.29.0
  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

Modified: packages/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/rules?rev=29064&op=diff
==============================================================================
--- packages/experimental/gjs/debian/rules [utf-8] (original)
+++ packages/experimental/gjs/debian/rules [utf-8] Fri Jul 22 17:30:58 2011
@@ -8,11 +8,7 @@
 
 DEB_DH_MAKESHLIBS_ARGS_libgjs0b := -Xusr/lib/gjs-1.0/ -V -- -c4
 
-ifeq ($(DEB_BUILD_ARCH_OS),linux)
-DEB_MAKE_CHECK_TARGET := check
-else
 DEB_MAKE_CHECK_TARGET := check || true
-endif
 
 install/libgjs0b::
 	chrpath -d "$(CURDIR)"/debian/tmp/usr/lib/libgjs.so.0.0.0

Modified: packages/experimental/gjs/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/watch?rev=29064&op=diff
==============================================================================
--- packages/experimental/gjs/debian/watch [utf-8] (original)
+++ packages/experimental/gjs/debian/watch [utf-8] Fri Jul 22 17:30:58 2011
@@ -1,2 +1,2 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)/gjs-(.*)\.tar\.gz debian uupdate
+http://ftp.gnome.org/pub/GNOME/sources/gjs/([\d\.]+)/gjs-(.*)\.tar\.bz2




More information about the pkg-gnome-commits mailing list