r52803 - in /desktop/experimental/gjs/debian: changelog control control.in libgjs0e.install libgjs0f.install rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Tue Aug 15 13:17:36 UTC 2017


Author: ah
Date: Tue Aug 15 13:17:36 2017
New Revision: 52803

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52803
Log:
* New upstream release.
* Update build-dependencies according to configure.ac changes.
* Switch to mozjs52
* Rename libgjs0e to libgjs0f and replace/conflict with the old name.

Added:
    desktop/experimental/gjs/debian/libgjs0f.install
      - copied unchanged from r52802, desktop/experimental/gjs/debian/libgjs0e.install
Removed:
    desktop/experimental/gjs/debian/libgjs0e.install
Modified:
    desktop/experimental/gjs/debian/changelog
    desktop/experimental/gjs/debian/control
    desktop/experimental/gjs/debian/control.in
    desktop/experimental/gjs/debian/rules

Modified: desktop/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/changelog?rev=52803&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gjs/debian/changelog	[utf-8] Tue Aug 15 13:17:36 2017
@@ -1,3 +1,12 @@
+gjs (1.49.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Update build-dependencies according to configure.ac changes.
+  * Switch to mozjs52
+  * Rename libgjs0e to libgjs0f and replace/conflict with the old name.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Tue, 15 Aug 2017 13:51:26 +0200
+
 gjs (1.46.0-2) unstable; urgency=medium
 
   [ Roland Hieber ]

Modified: desktop/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control?rev=52803&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control	[utf-8] (original)
+++ desktop/experimental/gjs/debian/control	[utf-8] Tue Aug 15 13:17:36 2017
@@ -11,13 +11,13 @@
                dpkg-dev (>= 1.17.14),
                gnome-common,
                gnome-pkg-tools,
-               pkg-config,
-               libglib2.0-dev (>= 2.42.0),
+               pkg-config (>= 0.28),
+               libglib2.0-dev (>= 2.50.0),
                libgirepository1.0-dev (>= 1.41.4),
                gobject-introspection (>= 1.41.4),
-               libmozjs-24-dev,
+               libmozjs-52-dev,
                libreadline-dev,
-               libgtk-3-dev,
+               libgtk-3-dev (>= 3.20),
                libcairo2-dev,
                dbus <!nocheck>,
                dbus-x11 <!nocheck>,
@@ -53,14 +53,14 @@
  This package contains test programs, designed to be run as part of a
  regression testsuite.
 
-Package: libgjs0e
+Package: libgjs0f
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
-Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
+Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d, libgjs0e
+Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d, libgjs0e
 Provides: ${gjs:Provides}
 Description: Mozilla-based javascript bindings for the GNOME platform
  Makes it possible for applications to use all of GNOME's platform
@@ -74,9 +74,9 @@
 Section: libdevel
 Depends: ${misc:Depends},
          gjs,
-         libgjs0e (= ${binary:Version}),
+         libgjs0f (= ${binary:Version}),
          libgirepository1.0-dev (>= 1.41.4),
-         libmozjs-24-dev
+         libmozjs-52-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: desktop/experimental/gjs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control.in?rev=52803&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gjs/debian/control.in	[utf-8] Tue Aug 15 13:17:36 2017
@@ -7,13 +7,13 @@
                dpkg-dev (>= 1.17.14),
                gnome-common,
                gnome-pkg-tools,
-               pkg-config,
-               libglib2.0-dev (>= 2.42.0),
+               pkg-config (>= 0.28),
+               libglib2.0-dev (>= 2.50.0),
                libgirepository1.0-dev (>= 1.41.4),
                gobject-introspection (>= 1.41.4),
-               libmozjs-24-dev,
+               libmozjs-52-dev,
                libreadline-dev,
-               libgtk-3-dev,
+               libgtk-3-dev (>= 3.20),
                libcairo2-dev,
                dbus <!nocheck>,
                dbus-x11 <!nocheck>,
@@ -49,14 +49,14 @@
  This package contains test programs, designed to be run as part of a
  regression testsuite.
 
-Package: libgjs0e
+Package: libgjs0f
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${gir:Depends}
-Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
-Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d
+Conflicts: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d, libgjs0e
+Replaces: libgjs0, libgjs0a, libgjs0b, libgjs0c, libgjs0d, libgjs0e
 Provides: ${gjs:Provides}
 Description: Mozilla-based javascript bindings for the GNOME platform
  Makes it possible for applications to use all of GNOME's platform
@@ -70,9 +70,9 @@
 Section: libdevel
 Depends: ${misc:Depends},
          gjs,
-         libgjs0e (= ${binary:Version}),
+         libgjs0f (= ${binary:Version}),
          libgirepository1.0-dev (>= 1.41.4),
-         libmozjs-24-dev
+         libmozjs-52-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: desktop/experimental/gjs/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/rules?rev=52803&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/rules	[utf-8] (original)
+++ desktop/experimental/gjs/debian/rules	[utf-8] Tue Aug 15 13:17:36 2017
@@ -29,8 +29,8 @@
 	dh_auto_test || true
 
 override_dh_makeshlibs:
-	dh_makeshlibs -Xusr/lib/gjs-1.0/ -V'libgjs0e (>= $(DEB_UPSTREAM_VERSION)), libgjs0-$(LIBMOZJS)' -- -c4
+	dh_makeshlibs -Xusr/lib/gjs-1.0/ -V'libgjs0f (>= $(DEB_UPSTREAM_VERSION)), libgjs0-$(LIBMOZJS)' -- -c4
 
 override_dh_gencontrol:
-	echo gjs:Provides=libgjs0-$(LIBMOZJS) >> debian/libgjs0e.substvars
+	echo gjs:Provides=libgjs0-$(LIBMOZJS) >> debian/libgjs0f.substvars
 	dh_gencontrol




More information about the pkg-gnome-commits mailing list