Your message dated Sat, 14 Oct 2017 09:32:42 -0400
with message-id
<caaajcmzyn0w39+72wbwzhrlehioxkaexzmj11psddktsbba...@mail.gmail.com>
and subject line Re: gjs: samll typo in package description
has caused the Debian Bug report #841138,
regarding gjs: samll typo in package description
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
841138: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841138
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gjs
Version: 1.46.0-1
Severity: minor
Tags: patch
Dear Maintainer,
there is a small typo in the package description ("introsepection"). While we're
at it, also correct "JavaScript" to the official spelling.
This patch is so trivial, I release it as CC-0.
Cheers,
- Roland
-- System Information:
Debian Release: stretch/sid
APT prefers testing-debug
APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (170,
'unstable'), (1, 'unstable-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.7.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages gjs depends on:
ii libc6 2.24-3
ii libgcc1 1:6.1.1-11
ii libgjs0e [libgjs0-libmozjs-24-0] 1.46.0-1
ii libglib2.0-0 2.50.0-1
ii libstdc++6 6.1.1-11
gjs recommends no packages.
gjs suggests no packages.
-- no debconf information
Index: debian/control.in
===================================================================
--- debian/control.in (revision 51482)
+++ debian/control.in (working copy)
@@ -30,8 +30,8 @@
${misc:Depends}
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
- Mozilla javascript engine and the GObject introsepection framework.
+ libraries using the JavaScript language. It's mainly based on the
+ Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains the interactive console application.
@@ -44,8 +44,8 @@
at-spi2-core
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
- Mozilla javascript engine and the GObject introsepection framework.
+ libraries using the JavaScript language. It's mainly based on the
+ Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains test programs, designed to be run as part of a
regression testsuite.
@@ -60,8 +60,8 @@
Provides: ${gjs:Provides}
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
- Mozilla javascript engine and the GObject introspection framework.
+ libraries using the JavaScript language. It's mainly based on the
+ Mozilla JavaScript engine and the GObject introspection framework.
.
This is the shared library applications link to.
@@ -75,8 +75,8 @@
libmozjs-24-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
- Mozilla javascript engine and the GObject introspection framework.
+ libraries using the JavaScript language. It's mainly based on the
+ Mozilla JavaScript engine and the GObject introspection framework.
.
This package contains the development files applications need to
build against.
--- End Message ---
--- Begin Message ---
Version: 1.46.0-2
gjs (1.46.0-2) unstable; urgency=medium
[ Roland Hieber ]
* Fix typo in package description (Closes: #841138)
[ Iain Lane ]
* debian/control{,.in}: Have libgjs0e depend on gir dependencies, since the
GjsPrivate library requires GObject, GLib and Gtk. gjs-tests depends
transitively on this package, so remove the gir1.2-gtk-3.0 dependency from
there.
* d/p/0001-installed-tests-Prepend-pkglibdir-to-library-path.patch: Backport
an upstream patch to look in pkglibdir for (private) libraries, in the
installed test runner. Should fix the installed tests, and thus the
autopkgtests.
-- Iain Lane <[email protected]> Wed, 15 Mar 2017 11:21:32 +0000
--- End Message ---