r54353 - in /desktop/experimental/gjs/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Fri Oct 13 17:23:33 UTC 2017


Author: smcv
Date: Fri Oct 13 17:23:32 2017
New Revision: 54353

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54353
Log:
* d/control.in: Add Breaks on versions of various JS apps that are
  not compatible with the ES6 syntax rules used since mozjs52
  (partially addresses #874693)
  - No Breaks needed for lockstep upgrade of gnome-shell since old
    Shell depends on libgjs0e or older, new Shell depends on libgjs0g,
    and the two are already non-coinstallable

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

Modified: desktop/experimental/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/changelog?rev=54353&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gjs/debian/changelog	[utf-8] Fri Oct 13 17:23:32 2017
@@ -1,3 +1,14 @@
+gjs (1.50.1-2) UNRELEASED; urgency=medium
+
+  * d/control.in: Add Breaks on versions of various JS apps that are
+    not compatible with the ES6 syntax rules used since mozjs52
+    (partially addresses #874693)
+    - No Breaks needed for lockstep upgrade of gnome-shell since old
+      Shell depends on libgjs0e or older, new Shell depends on libgjs0g,
+      and the two are already non-coinstallable
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 12 Oct 2017 08:44:51 +0100
+
 gjs (1.50.1-1) experimental; urgency=medium
 
   * New upstream release

Modified: desktop/experimental/gjs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gjs/debian/control?rev=54353&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control	[utf-8] (original)
+++ desktop/experimental/gjs/debian/control	[utf-8] Fri Oct 13 17:23:32 2017
@@ -32,6 +32,12 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Breaks: gnome-characters (<< 3.25.92),
+        gnome-documents (<< 3.25.90),
+        gnome-maps (<< 3.26.1),
+        gnome-weather (<< 3.25.91),
+        polari (<< 3.25.4),
+        ostree-tests (<< 2017.11-1~),
 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=54353&op=diff
==============================================================================
--- desktop/experimental/gjs/debian/control.in	[utf-8] (original)
+++ desktop/experimental/gjs/debian/control.in	[utf-8] Fri Oct 13 17:23:32 2017
@@ -28,6 +28,12 @@
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
+Breaks: gnome-characters (<< 3.25.92),
+        gnome-documents (<< 3.25.90),
+        gnome-maps (<< 3.26.1),
+        gnome-weather (<< 3.25.91),
+        polari (<< 3.25.4),
+        ostree-tests (<< 2017.11-1~),
 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