r33056 - in /desktop/experimental/gjs/debian: ./ patches/

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Mon Mar 12 23:34:36 UTC 2012


Author: jbicha-guest
Date: Mon Mar 12 23:34:36 2012
New Revision: 33056

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33056
Log:
* New upstream release.
* Add gir package
* debian/control.in: Require minimum glib 2.31
* Drop all patches since they've been applied upstream

Added:
    desktop/experimental/gjs/debian/gir1.2-gjs-1.0.install
Removed:
    desktop/experimental/gjs/debian/patches/01_remove_rpath_flags.patch
    desktop/experimental/gjs/debian/patches/02_function-Correctly-convert-from-ffi-return-values-to.patch
    desktop/experimental/gjs/debian/patches/03_function-Fix-ffi-return-value-handling-on-32-bit.patch
Modified:
    desktop/experimental/gjs/debian/changelog
    desktop/experimental/gjs/debian/control
    desktop/experimental/gjs/debian/control.in
    desktop/experimental/gjs/debian/libgjs-dev.install
    desktop/experimental/gjs/debian/patches/series

Modified: desktop/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/changelog?rev=33056&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/changelog [utf-8] (original)
+++ desktop/experimental/gjs/debian/changelog [utf-8] Mon Mar 12 23:34:36 2012
@@ -1,3 +1,12 @@
+gjs (1.31.20-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Add gir package
+  * debian/control.in: Require minimum glib 2.31
+  * Drop all patches since they've been applied upstream
+
+ -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 12 Mar 2012 19:14:13 -0400
+
 gjs (1.30.1-1) unstable; urgency=low
 
   * New upstream release.

Modified: desktop/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control?rev=33056&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control [utf-8] (original)
+++ desktop/experimental/gjs/debian/control [utf-8] Mon Mar 12 23:34:36 2012
@@ -15,7 +15,7 @@
                chrpath,
                pkg-config,
                libdbus-glib-1-dev,
-               libglib2.0-dev,
+               libglib2.0-dev (>= 2.31),
                libgirepository1.0-dev (>= 1.29.16),
                gobject-introspection (>= 1.29.16),
                gir1.2-glib-2.0,
@@ -24,7 +24,7 @@
                dbus-x11,
                uuid-runtime,
                libcairo2-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gjs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gjs
 Homepage: http://live.gnome.org/Gjs
@@ -56,8 +56,9 @@
 Package: libgjs-dev
 Architecture: any
 Section: libdevel
-Depends: libgjs0b (= ${binary:Version}),
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         libgjs0b (= ${binary:Version}),
+         gir1.2-gjs-1.0 (= ${binary:Version}),
          libgirepository1.0-dev,
          libmozjs185-dev,
          libdbus-1-dev
@@ -68,3 +69,20 @@
  .
  This package contains the development files applications need to
  build against.
+
+Package: gir1.2-gjs-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libgjs0b (<< 1.31.10)
+Replaces: libgjs0b (<< 1.31.10)
+Description: GObject introspection data for GJS
+ 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 GObject introspection data which may be
+ used to generate dynamic bindings.

Modified: desktop/experimental/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control.in?rev=33056&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control.in [utf-8] (original)
+++ desktop/experimental/gjs/debian/control.in [utf-8] Mon Mar 12 23:34:36 2012
@@ -10,7 +10,7 @@
                chrpath,
                pkg-config,
                libdbus-glib-1-dev,
-               libglib2.0-dev,
+               libglib2.0-dev (>= 2.31),
                libgirepository1.0-dev (>= 1.29.16),
                gobject-introspection (>= 1.29.16),
                gir1.2-glib-2.0,
@@ -19,7 +19,7 @@
                dbus-x11,
                uuid-runtime,
                libcairo2-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/gjs
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/gjs
 Homepage: http://live.gnome.org/Gjs
@@ -51,8 +51,9 @@
 Package: libgjs-dev
 Architecture: any
 Section: libdevel
-Depends: libgjs0b (= ${binary:Version}),
-         ${misc:Depends},
+Depends: ${misc:Depends},
+         libgjs0b (= ${binary:Version}),
+         gir1.2-gjs-1.0 (= ${binary:Version}),
          libgirepository1.0-dev,
          libmozjs185-dev,
          libdbus-1-dev
@@ -63,3 +64,20 @@
  .
  This package contains the development files applications need to
  build against.
+
+Package: gir1.2-gjs-1.0
+Section: introspection
+Architecture: any
+Depends: ${gir:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Conflicts: libgjs0b (<< 1.31.10)
+Replaces: libgjs0b (<< 1.31.10)
+Description: GObject introspection data for GJS
+ 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 GObject introspection data which may be
+ used to generate dynamic bindings.

Added: desktop/experimental/gjs/debian/gir1.2-gjs-1.0.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/gir1.2-gjs-1.0.install?rev=33056&op=file
==============================================================================
--- desktop/experimental/gjs/debian/gir1.2-gjs-1.0.install (added)
+++ desktop/experimental/gjs/debian/gir1.2-gjs-1.0.install [utf-8] Mon Mar 12 23:34:36 2012
@@ -1,0 +1,1 @@
+usr/lib/girepository-1.0/*.typelib

Modified: desktop/experimental/gjs/debian/libgjs-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/libgjs-dev.install?rev=33056&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/libgjs-dev.install [utf-8] (original)
+++ desktop/experimental/gjs/debian/libgjs-dev.install [utf-8] Mon Mar 12 23:34:36 2012
@@ -1,4 +1,4 @@
 usr/include
-usr/lib/gjs/*.gir
 usr/lib/libgjs*.so
 usr/lib/pkgconfig/
+usr/share/gir-1.0/*.gir

Modified: desktop/experimental/gjs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/patches/series?rev=33056&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gjs/debian/patches/series [utf-8] Mon Mar 12 23:34:36 2012
@@ -1,3 +1,0 @@
-01_remove_rpath_flags.patch
-02_function-Correctly-convert-from-ffi-return-values-to.patch
-03_function-Fix-ffi-return-value-handling-on-32-bit.patch




More information about the pkg-gnome-commits mailing list