r26466 - in /packages/experimental/gjs/debian: changelog control control.in

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Feb 6 11:37:15 UTC 2011


Author: bigon
Date: Sun Feb  6 11:37:14 2011
New Revision: 26466

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=26466
Log:
* New upstream release.
* debian/control.in:
  - Drop build-depend on libmozjs-dev
  - Make libgjs-dev depend on xulrunner-dev and libdbus-1-dev

Modified:
    packages/experimental/gjs/debian/changelog
    packages/experimental/gjs/debian/control
    packages/experimental/gjs/debian/control.in

Modified: packages/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/changelog?rev=26466&op=diff
==============================================================================
--- packages/experimental/gjs/debian/changelog [utf-8] (original)
+++ packages/experimental/gjs/debian/changelog [utf-8] Sun Feb  6 11:37:14 2011
@@ -1,3 +1,12 @@
+gjs (0.7.10-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/control.in:
+    - Drop build-depend on libmozjs-dev
+    - Make libgjs-dev depend on xulrunner-dev and libdbus-1-dev
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 06 Feb 2011 12:35:11 +0100
+
 gjs (0.7.9-1) experimental; urgency=low
 
   * debian/rules:

Modified: packages/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/control?rev=26466&op=diff
==============================================================================
--- packages/experimental/gjs/debian/control [utf-8] (original)
+++ packages/experimental/gjs/debian/control [utf-8] Sun Feb  6 11:37:14 2011
@@ -16,7 +16,6 @@
                pkg-config,
                libdbus-glib-1-dev,
                libglib2.0-dev,
-               libmozjs-dev (>= 1.9.2),
                libgirepository1.0-dev (>= 0.10.1),
                gobject-introspection (>= 0.10.1),
                gir1.2-glib-2.0,
@@ -58,8 +57,9 @@
 Section: libdevel
 Depends: libgjs0b (= ${binary:Version}),
          ${misc:Depends},
-         libmozjs-dev (>= 1.9.2),
-         libgirepository1.0-dev
+         libgirepository1.0-dev,
+         xulrunner-dev (>= 1.9.2),
+         libdbus-1-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

Modified: packages/experimental/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/experimental/gjs/debian/control.in?rev=26466&op=diff
==============================================================================
--- packages/experimental/gjs/debian/control.in [utf-8] (original)
+++ packages/experimental/gjs/debian/control.in [utf-8] Sun Feb  6 11:37:14 2011
@@ -11,7 +11,6 @@
                pkg-config,
                libdbus-glib-1-dev,
                libglib2.0-dev,
-               libmozjs-dev (>= 1.9.2),
                libgirepository1.0-dev (>= 0.10.1),
                gobject-introspection (>= 0.10.1),
                gir1.2-glib-2.0,
@@ -53,8 +52,9 @@
 Section: libdevel
 Depends: libgjs0b (= ${binary:Version}),
          ${misc:Depends},
-         libmozjs-dev (>= 1.9.2),
-         libgirepository1.0-dev
+         libgirepository1.0-dev,
+         xulrunner-dev (>= 1.9.2),
+         libdbus-1-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




More information about the pkg-gnome-commits mailing list