On 2021-01-26 14:02, Lennart Sorensen wrote:
> It is not that simple.
...
> Simply manually putting in the config instead seems like a lot less work.
Thanks for the investigation, Lennart!
I probably stay with:
$ setxkbmap -option compose:caps
$ setxkbmap -option compose:ralt
Cheers
Package: prosody-modules
Version: 0.0~hg20200915.ed0c7044b00f+dfsg-1
Severity: wishlist
There is a new suite of modules for invitation handling, replacing mod_invite:
https://modules.prosody.im/mod_invites.html
I would add the modules with their dependencies, but keep mod_invite for now
to not br
Package: prosody-modules
Version: 0.0~hg20200915.ed0c7044b00f+dfsg-1
Severity: wishlist
A number of modules received improvements in the last three months.
It probably makes sense to include them before deep freeze.
Package: prosody-modules
Version: 0.0~hg20210130.dd3bfe8f182e+dfsg-1
Severity: wishlist
To support client certificate authentication instead of password
login, this module is needed. It works fine, but like everything
related to OpenSSL, it's a little bit tricky.
mod_auth_ccert:
https://modules.p
Dear Michele,
any chance to get 3.0.8 packaged now, so that it might reach
Debian 11 (bullseye) in time?
Thank you!
Control: retitle -1 RFP: organicmaps -- offline maps application
Programme has been renamed.
New URL: https://organicmaps.app/
Github: https://github.com/organicmaps/organicmaps
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-org-caldav
Version : git master
Upstream Author : David Engster
* URL : https://github.com/dengste/org-caldav
* License : GPL-3+
Programming Lang: Emacs-Lisp
Package: trac
Version: 1.5.2+dfsg-2
Severity: serious
IMHO, the current version of Trac is not suitable for including
it in a stable release. I'll try to provide backports of future
version 1.6.x for Debian 11.
Package: wnpp
Severity: wishlist
* Package name: python-orgparse
Version : v0.2.4
Upstream Author : Dima Gerasimov
* URL : https://github.com/karlicoss/orgparse
* License : BSD-2-clause
Programming Lang: Python
Description : Python module for reading Em
Package: openssh-client
Version: 1:8.4p1-5
Severity: wishlist
In a multi OS environment I have a user named "Sasha Spencer Hughes".
Their name is shortened to ssh for email, jabber and as user name.
Unfortunately, the associated group name conflicts with the one used by
/usr/bin/ssh-agent.
I wou
Thanks for solving this so quickly, Colin!
But doesn't need the `addgroup --system --quiet` also `--force-badname`,
if the group name starts with an underscore?
No harm done by `update_ssh_group_name()`, but maybe I would use
`if ! getent group _ssh >/dev/null; then` instead of
`if getent group s
On 2021-07-04 10:21, Colin Watson wrote:
> On Sun, Jul 04, 2021 at 08:17:59AM +0000, Martin wrote:
>> No harm done by `update_ssh_group_name()`, but maybe I would use
>> `if ! getent group _ssh >/dev/null; then` instead of
>> `if getent group ssh >/dev/null; then` just
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: elpa-emacs-dashboard
Version : 1.7.0
Upstream Author : Rakan Al-Hneiti
* URL : https://github.com/emacs-dashboard/emacs
Control: retitle -1 ITP: elpa-page-break-lines -- Emacs mode to display ugly ^L
page breaks as tidy horizontal lines
Package is in NEW now:
https://ftp-master.debian.org/new.html
Packaging repository is here:
https://salsa.debian.org/emacsen-team/elpa-page-break-lines
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-treemacs
Version : 2.8
Upstream Author : Alexander Miller
* URL : https://github.com/Alexander-Miller/treemacs
* License : GPL-3+
Programming Lang: Emacs-Lisp
Control: retitle -1 ITP: elpa-org-caldav -- Caldav sync for Emacs Orgmode
Package is in NEW now:
https://ftp-master.debian.org/new.html
Packaging repository is here:
https://salsa.debian.org/emacsen-team/elpa-org-caldav
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
Control: block 990909 by -1
* Package name: elpa-pfuture
Version : 1.9
Upstream Author : Alexander Miller
* URL : https://github.com/Alexander
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
Control: block 990909 by -1
* Package name: elpa-ace-window
Version : 0.10.0
Upstream Author : Oleh Krehel
* URL : https://github.com/abo
Control: close -1
On 2021-07-11 08:25, Sean Whitton wrote:
> This is already packaged: https://packages.debian.org/stable/source/ace-window
Oh, thanks! I probably mistyped: `apt search ace-windows`
Control: retitle -1 ITP: elpa-treemacs -- a tree layout file explorer for Emacs
Packaging repository is here:
https://salsa.debian.org/emacsen-team/elpa-treemacs
Thanks for your bug report, Matt!
On 2021-07-11 19:22, Matt Marjanovic wrote:
> so
> maybe the Recommends for python3-crypto is vestigial and can simply be
> dropped.
Yes. I believe, that this is the case! I removed the Recommends in git.
Hi Sławomir,
thanks for your offer to package nginx-mode for Debian!
Are you still working on the package? Do you need any help?
Cheers, Martin
Package: prosody-modules
Version: 0.0~hg20210130.dd3bfe8f182e+dfsg-2
Severity: wishlist
Tags: patch
please add mod_http_pep_avatar, which can be used to provide avatar
images for 3rd party applications, e.g. Jitsi Meet or BBB
see: https://modules.prosody.im/mod_http_pep_avatar.html
diff --git a/d
esn't match. It is an adaption of the patch at [1].
Best,
Martin
[1]: https://fossil-scm.org/home/info/aaab2a15d1dfc22f
--- fossil-2.8.orig/src/http_ssl.c
+++ fossil-2.8/src/http_ssl.c
@@ -236,6 +236,7 @@ static int establish_proxy_tunnel(UrlDat
*/
int ssl_open(UrlData *pUrlData){
. Many thanks in advance!
Cheers, Martin
diff --git a/debian/changelog b/debian/changelog
index b4c3dc6..2207e67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,9 @@
-password-store (1.7.4-1) unstable; urgency=medium
+password-store (1.7.4-1.1) UNRELEASED; urgency=medium
- * New
The debian/changelog in the patch is broken, it seems.
Correction attached.
diff --git a/debian/changelog b/debian/changelog
index b4c3dc6..65b118a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+password-store (1.7.4-1.1) UNRELEASED; urgency=medium
+
+ [ Martin ]
+ * Move
Control: owner -1 deba...@debian.org
Package is in NEW now:
https://ftp-master.debian.org/new.html
Packaging repository is forked to:
https://salsa.debian.org/emacsen-team/nginx-mode
No changes were necessary. Thanks for the good work, Sławomir!
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: emacs-bash-completion
Version : 3.1.0 (2020-08-06)
Upstream Author : Stephane Zermatten
* URL : https://github.com/szermatt
On 2021-02-12 11:11, Michele Orrù wrote:
> Last release I had troubles finding a sponsor, could you please be the one™
> ?
With pleasure!
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: org-tree-slide
Version : 2.8.16
Upstream Author : Takaaki ISHIKAWA
* URL : https://github.com/takaxp/org-tree-slide
* License
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: elpa-darkroom
Version : 0.3
Upstream Author : João Távora
* URL : http://elpa.gnu.org/packages/darkroom.html
* License
The plugin is not needed anymore.
obs-studio 26.1.2+dfsg1-1+b1 has the function out of the box.
Nice!
Package: wnpp
Severity: wishlist
* Package name: pure-maps
Version : 2.5.0
Upstream Author : Osmo Salomaa , Rinigus
* URL : https://github.com/rinigus/pure-maps
* License : GPL-3+
Programming Lang: C++
Description : full-featured map and navigation app
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, team+pyt...@tracker.debian.org
* Package name: python-emoji
Version : 1.2.0
Upstream Author : Taehoon Kim and Kevin Wurster
* URL : https://pypi.org/project/emoji/
* License
Vincent is discontinued and superseded by Altair:
https://tracker.debian.org/pkg/python-altair
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: exwm
Version : 0.24 (2020-05-24)
Upstream Author : Chris Feng
* URL : https://github.com/ch11ng/exwm
* License : GPL-3+
Programming Lang: Emacs-Lisp
Description
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: xelb
Version : 0.18
Upstream Author : Chris Feng
* URL : https://github.com/ch11ng/xelb
* License : GPL-3+
Programming Lang: Emacs-Lisp
Description : pure Eli
On 2021-03-05 16:11, Pirate Praveen wrote:
> Package: gajim
> severity: wishlist
>
> I think gajim-urlimagepreview should be enabled by default as people coming
> from most chat apps expect that feature by default and it improves user
> experience a lot.
I agree.
There are two concerns:
- privac
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: elpa-subed
Version : git master 49ddccc
Upstream Author : Random User
* URL : https://github.com/rndusr/subed
* License
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-emac...@lists.debian.org
* Package name: elpa-docbook
Version : 0.1
Upstream Author : Chong Yidong
* URL : https://elpa.gnu.org/packages/docbook.html
* License
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name: libqrtr-glib
Version : 1.0.0
Upstream Author : Eric Caruso ,
Andrew Lassalle ,
Aleksander Morgado
* URL : https
Thanks Sebastian for finding the bug,
thanks Michel for finding the upstream fix!
Will upload now!
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-org-journal
Version : 2.1.2
Upstream Author : Bastian Bechtold, Christian Schwarzgruber
* URL : https://github.com/bastibe/org-journal
* License : BSD-3-clause
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-org-ml
Version : 5.6.1
Upstream Author : Nathan Dwarshuis
* URL : https://github.com/ndwarshuis/org-ml/
* License : GPL-3+
Programming Lang: Emacs-Lisp
Descr
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-om-to-xml
Version : 0.0.7
Upstream Author : Norman Walsh
* URL : https://github.com/ndw/org-to-xml/
* License : GPL-3+
Programming Lang: Emacs-Lisp
Descripti
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-org-present
Version : git master
Upstream Author : Ric Lister
* URL : https://github.com/rlister/org-present/
* License : GPL-2+
Programming Lang: Emacs-Lisp
Package: wnpp
Severity: wishlist
Owner: Martin
X-Debbugs-Cc: debian-de...@lists.debian.org
* Package name: open62541
Version : 1.2
Upstream Author : various (*)
* URL : http://open62541.org
* License : MPL-2.0
Programming Lang: C
Description
Package: elpa-nov
Version: 0.3.0-1
Severity: wishlist
Version 0.3.4 has been released on 2021-03-23.
Note the new upstream homepage https://depp.brause.cc/nov.el/
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-ednc
Version : 0.1
Upstream Author : Simon Nicolussi
* URL : https://github.com/sinic/ednc
* License : GPL-3+
Programming Lang: Emacs-Lisp
Description :
Package: emacs
Version: 1:27.1+1-3
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
At the moment, it is possible to select emacs using the alternatives
system, select-editor, or sensible-editor, but not emacsclient.
I assume, that starting a new emacs instance for every editing t
Package: wnpp
Severity: wishlist
* Package name: omapsapp
Version : 10.2.3
Upstream Author : Many, see
https://github.com/omapsapp/omapsapp/blob/master/CONTRIBUTORS
* URL : https://omaps.app/
* License : Apache-2.0
Programming Lang: C++, P
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-annotate
Version : 1.1.5
Upstream Author : Bastian Bechtold and contributors
* URL : https://github.com/bastibe/annotate.el
* License : MIT
Programming Lang: Em
Package: wnpp
Severity: wishlist
* Package name: publictransport-de
Version : git master
Upstream Author : terence
* URL : https://gitlab.com/terence97/publictransport
* License : GPL-3.0-or-later
Programming Lang: Rust
Description : real time informati
On 2021-08-01 03:37, Nicholas D Steeves wrote:
> This src:package naming is not compliant with our team policy. See:
>
> https://wiki.debian.org/Teams/DebianEmacsenTeam
>
> I just made a minor addition "I.e. Do not add an 'elpa-' prefix to the
> source package name." in case it wasn't previous
On 2021-08-23 18:59, tony mancill wrote:
> I haven't heard from John and don't use flup myself. If you think the
> Debian Python Modules Team would still like to take over the package, I
> am happy to assist with that.
>
> Otherwise, I propose that we remove it from the archive. The last
> upda
Source: libstrophe
Version: 0.9.3-2
Severity: wishlist
Version 0.10.0 has been released.
Supports c-ares (asynchronous DNS requests) with --enable-cares, btw.
Control: retitle -1 prosody-modules: please add mod_invites
mod_easy_invite has been deprecated.
Its functionality has been moved to other modules:
- mod_invites (https://modules.prosody.im/mod_invites.html)
- mod_invites_adhoc (https://modules.prosody.im/mod_invites_adhoc.html)
- mod_invites_
tion: Adds support for %no-protection to generate unprotected secret keys
Author: Martin
Origin: vendor
Last-Update: 2020-09-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/gnupg.py
+++ b/gnupg.py
@@ -1462,6 +1462,7 @@
Generate --gen-key input per gpg d
Source: subversion
Followup-For: Bug #931771
* Florian
yes the subversion package v1.10.4-1 is from the official public buster main
repository. btw. this bug is related with libserf issue:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931773
-- System Information:
Debian Release: 10.0
AP
used.
--
/Martin
Package: wnpp
Severity: wishlist
Owner: Martin
* Package name: python-aiohttp-proxy
Version : 0.1.1
Upstream Author : Skactor
* URL : https://github.com/Skactor/aiohttp-proxy
* License : Apache-2.0
Programming Lang: Python
Description : full-featured
Control: retitle -1 quodlibet: Ending a call causes Quod Libet to start playing
music
Note, that this happens with other software, too, e.g. linphone.
I assume, that most soft phones send (DBus?) signals when one
takes or ends a call. Quodlibet pauses and resumes accordingly,
which is nice. Howev
On 2020-12-27 08:43, Bruno Kleinert wrote:
> Alright, I'll check a newer version when it's available in the archive.
I uploaded python3-nbxmpp, gajim, and gajim-omemo to experimental.
Other plugins will follow soon.
You might like to try them, but better have a backup!
> Yes, gajim-urlimageprevie
Package: libjs-strophe
Version: 1.2.14+dfsg-7
Severity: wishlist
In the 3.5 years since release 1.2.14, many improvements have
been made:
## Version 1.4.1 - (2020-12-02)
* #201: NodeJS related fixes: `window` and `WebSocket` are `undefined`
* New method `Strophe.Connection.prototype.setProtocol`
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: elpa-literate-calc-mode
Version : git master
Upstream Author : Robin Schroer
* URL : https://github.com/sulami/literate-calc-mode.el
* License : GPL3
Programming L
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: debian-emac...@lists.debian.org
* Package name: crdt-el
Version : git master
Upstream Author : Qiantan Hong
* URL : https://code.librehq.com/qhong/crdt.el/
* License : GPL3
Programming Lang: Emacs Lisp
Descript
Package: ftp.debian.org
Severity: normal
X-Debbugs-Cc: team+pyt...@tracker.debian.org
Source package python-precis-i18n does provide binary package
python3-precis-i18n now.
Source package python3-precis-i18n must be removed.
Thank you!
Source: jsrender
Version: 1.0~pre21-1
Severity: wishlist
Version 1.0.9 has been released on 2020-12-05.
Please consider updating the package. Thanks!
On 2021-01-02 05:19, Bruno Kleinert wrote:
> I verified it persists in 1.3.0~beta1-1.
Too bad. Still no problem for me.
Do you have any other machine to narrow down the problem?
You might also like to ask for help in xmpp:ga...@conference.gajim.org?join
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: pkg-javascript-de...@lists.alioth.debian.org
* Package name: libsjs-globalize
Version : 1.6.0
Upstream Author : OpenJS Foundation and other contributors
* URL : https://github.com/globalizejs/globalize
* License : M
Package: lemon
Severity: minor
Dear Maintainer,
I think it is useful to mention the installed documentation in form of
lemon.html in the manual page. I don't feel strongly about the
description of lemon.html, so feel free to change if you have a better
idea. While doing that I also improved the
Control: retitle -1 gajim: Crashes on wayland when video preview is turned off
in settings dialog window
I just tried on sway and confirm the crash!
Control: tags -1 + upstream
In the Gajim MUC, I was pointed to this bug report of 2020-06-29:
https://dev.gajim.org/gajim/gajim/-/issues/10158
Which again points to a MESA bug report one of 2020-05-22:
https://gitlab.freedesktop.org/mesa/mesa/-/issues/3029
On 2020-09-15 21:48, Martin wrote:
> Supports c-ares (asynchronous DNS requests) with --enable-cares, btw.
Looks like this is not relevant to Linux, but for Windows.
No need to enable it on Debian.
Btw. I believe, that 0.10.0 will be needed for the next version
of profanity.
Hi,
On 2020-10-14 19:06, Colomban Wendling wrote:
> What I get is a popup telling me the certificate authority is unknown
> (which is expected here, it's self-signed), and allowing me to see the
> cert and to add it to the list of trusted certificates. However, doing
> so does not work, and the d
On 2020-10-15 23:42, Colomban Wendling wrote:
> Anyway, the cert has now been updated to present the proper CN for the
> domains I use, so I can connect again to my accounts with Gajim (after
> validating the self-signed cert twice for some reason).
Good! More or less...
> But I hardly
> think a
/changelog 2019-03-02 01:05:06.0 +
+++ gajim-omemo-2.6.27/debian/changelog 2020-10-21 19:56:58.0 +
@@ -1,3 +1,9 @@
+gajim-omemo (2.6.27-1+deb10u1) buster; urgency=medium
+
+ * add patch: Switch to 12 byte IV
+
+ -- Martin Wed, 21 Oct 2020 19:56:58 +
+
gajim-omemo (2.6.27
Package: src:modemmanager
Followup-For: Bug #949129
Hi Mathieu, would you mind moving the modemmanager (and libmbim
and libqmi) git repositories to somewhere else than
https://salsa.debian.org/cyphermox-guest? Either a new team, or
an existing team, e.g. the "debian" team (but I'm not sure, if
you
On 2020-01-22 21:24, Martin wrote:
> If you don't have the time to do the backport or similar, I
> would do that backport myself, if there are no objections.
I assume, that there are no objections.
On 2020-04-21 09:39, Laurent Bigonville wrote:
> The package could be moved in the "Utopia" team next to NetworkManager
> maybe?
That sounds reasonable. How would I enter the team?
Package: thunderbird
Version: 1:68.7.0-1~deb10u1
Severity: normal
Tags: l10n upstream
Hi Carsten,
after upgrading thunderbird from 52.9.1-1~deb9u1 to
68.7.0-1~deb10u1, the date format broke, both in the list view
and in the first line of a reply ("On 2020-04-21, sb. wrote:").
Format used to be IS
Control: forwarded -1 https://bugzilla.mozilla.org/show_bug.cgi?id=1426907
On 2020-04-22 08:56, Carsten Schoenert wrote:
> wuuuh, mostly one decade of Thunderbird ESR cycling skipped. :)
That's Debian for the enterprise!
> So far I see you want to use en_DK, I wasn't aware until now that this
>
Package: prosody-modules
Version: 0.0~hg20200128.09e7e880e056+dfsg-1
Severity: wishlist
Esp. for files limits > 10 MiB, mod_http_upload is not recommended.
Instead an external services should be used together with
mod_http_upload_external.
Package: prosody-modules
Version: 0.0~hg20200128.09e7e880e056+dfsg-1
Severity: wishlist
Now that the popular XMPP clients Conversations (Android) and
SiskinIM (iOS) support audio/video calls, "XEP-0215: External
Service Discovery" becomes more relevant, which is implemented
in mod_turncredentials.
Hi Chrysn,
Can this be closed now?
1.12.8 is in unstable, testing, and buster-backports now.
Cheers
Control: tag -1 pending
Control: retitl -1 modemmanager: vcs-git outdated
modemmanager, libmbim, and libqmi are now at:
https://salsa.debian.org/debian/modemmanager
https://salsa.debian.org/debian/libmbim
https://salsa.debian.org/debian/libqmi
On 2021-01-18 14:28, Antonio Terceiro wrote:
> In special, I need to stop including the standalone plugin files,
> because it's already included in the main file. This wasn't the case in
> the previous version, and I get that this is how upstream designed it to
> be.
Pretty "hacky" idea: How about
On 2021-01-19 14:15, Pirate Praveen wrote:
> It is not about breaking as such, but breaking without coordination and
> planning that is the problem. We have a release team and transition process
> for a reason. I don't think uploading breaking changes without giving
> adequate notice and warning
On 2021-01-20 09:42, Boyuan Yang wrote:
> According to https://tracker.debian.org/pkg/libqmi , the latest upload
> of package libqmi was not a source-only upload.
That was accidental. Thanks for noticing!
Package: keyboard-configuration
Version: 1.200
Severity: wishlist
It is convenient to have compose keys for both hands, e.g.
capslock and ralt, similar to the two shift keys.
When running
$ sudo dpkg-reconfigure keyboard-configuration
users can only select one compose key.
I assume, that multip
Note, that Smack 4.4.0 has been released on 2020-12-09:
https://discourse.igniterealtime.org/t/smack-4-4-0-released/
Package: wnpp
Severity: wishlist
* Package name: galene
Version : 0.1
Upstream Author : Juliusz Chroboczek
* URL : https://galene.org/
* License : MIT
Programming Lang: Go
Description : videoconferencing server
Galène is a videoconferencing server that
case in a Mesh environment, so everything (router,
repeater, 2.4GHz, 5GHz) has the same SSID.
I hope this helps to narrow down that issue.
Rgs,
Martin
On 2020-12-26 06:02, Bruno Kleinert wrote:
> when I enter gajim's settings window (keyboard shortcut Ctrl+P), go to tab
> 'Audio/Video' and check and uncheck the 'Live preview" checkbox, gajim
> reproducibly crashes. Selecting different video input sources does not make a
> difference.
It doesn't
Package: wnpp
Severity: wishlist
* Package name: ripgrep-all
Version : 0.9.6 (2020-05-19)
Upstream Author : phiresky
* URL : https://github.com/phiresky/ripgrep-all
* License : AGPL-3
Programming Lang: Rust
Description : search in PDFs, E-Books, and arc
Source: python3-precis-i18n
Version: 1.0.2-1
Lintian warns: source-package-encodes-python-version
The source package should be renamed to python-precis-i18n.
Control: tag -1 + moreinfo
On 2020-11-11 10:22, cacat...@tuxfamily.org wrote:
> I can reproduce it every time by inputting ALT+F1, ALT+Fn keys in a
> private message window, and sending it.
...
> ALT+Fn keys are meant to switch window but don't seem to work on my
> setup (I can switch with the oth
On 2020-11-11 11:19, cacat...@tuxfamily.org wrote:
> Just checked, also happens with good old VTs. Switch to console, run
> profanity, and try some escape sequence such as hitting CTRL+V twice,
> then enter. Disconnects from the server again.
Confirmed!
On 2020-11-13 10:55, Adam D. Barratt wrote:
> On Fri, 2020-10-23 at 22:52 +0200, Martin wrote:
> Well, except for:
>
> > Packaging changes:
> >
> > Move from debian/compat to debhelper-compat.
>
> Why was that included in a stable update? While it might make no
Package: postgresql-11
Version: 11.9-0+deb10u1
Severity: minor
Dear Maintainer,
I noticed that integer-datetimes are the default since commit
b6aa17e0ae3 (Thu Feb 23 11:40:12 2017 -0500), so this configure
option in debian/rules is a nop. Relevant lines from configure.ac:
129 # 64-bit intege
301 - 400 of 23975 matches
Mail list logo