The upstream fix can be found at
https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5258/diffs
Package: cmake
Version: 3.16.3-1ubuntu1
Severity: normal
Dear Maintainer,
* What led up to the situation? Trying to build a package using pbuilder and
qemu on travis-ci.org
* What exactly did you do (or not do) that was effective (or
ineffective)? Works for nativie arcitecture but fai
This is a hack to prevent `make syncconfig` from being called in the
Linux kernel Makefile, which overwrites the .config file.
---
Thanks to the hint from Nick, I added one more cludge to get things working.
kernel/ruleset/kernel_version.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/k
FWIW, I've tried the patches suggested so far. While they fix the lock up, my
.config still gets written over at some point (see below), so make-kpkg is
still broken for me (using 4.19 kernel source).
== making target debian/stamp/conf/kernel-conf [new prereqs: ]==
make
CROSS_COMPILE=
This builds a python3 package for libiio
---
debian/control| 14 +-
debian/python3-libiio.install | 2 ++
debian/rules | 8
3 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 debian/python3-libiio.install
diff --git a/debia
Package: connman
Version: 1.33-3
Severity: normal
Tags: patch
The connman source package provides a default main.conf file with explanations.
Let's install it to make it easier for users to modify without having to
consult the man page for everything.
---
debian/connman.install | 1 +
1 file chan
connmanctl does not require root privlidges, therefore is should be
installed in /usr/bin/ instead of /usr/sbin/
---
I missed the lintian overrides in the first patch.
debian/connman.install | 2 +-
debian/connman.lintian-overrides | 2 +-
2 files changed, 2 insertions(+), 2 deletions(
recommends:
ii bluez 5.43-2
pn ofono
ii wpasupplicant 2:2.4-1
Versions of packages connman suggests:
pn connman-vpn
-- no debconf information
>From d40d5cd7ad474f60c74ccbef67e54be445654044 Mon Sep 17 00:00:00 2001
From: David Lechner
Date: Sun, 26 Mar 2017 17:06:38 -0
KeePass now requires that plugins are installed in a "Plugins" directory
that is a sibling to KeePass.exe. KeePass will create this directory
automatically on first run, but there are a couple reasons to create it
during package install. Users may want to install plugins before they run
keepass2 fo
Since KeePass is a Windows application, there are issues with case
sensitivity and the plugins directory. Creating a symlink from
/usr/lib/keepass2/Plugins->/usr/lib/keepass2/plugins will work around
this.
In fact, there are known plugins that expect a lower-case plugins directory.
---
Please dis
On 11/25/2016 04:57 AM, David Kalnischkies wrote:
On Thu, Nov 24, 2016 at 10:47:00AM -0600, David Lechner wrote:
Your suggestion is not entirely clear to me though. When you say:
Report it to them. They are the ones doing it wrong. There has been
a better replacement for years.
I assume
On 11/28/2016 07:40 AM, W. Martin Borgert wrote:
Hi all,
is there any progress on the issue?
What are the blocking points?
Is there anything wrong with Simons suggestion to assume,
that we can execute the foreign
architecture's binaries without issues
?
TIA!
The problem is not simply ju
I apologize for my ignorance. I can see that it severely annoys you. I
have no opinion on the use of gnupg and I am perfectly happy to become
your ally in not using it.
Your suggestion is not entirely clear to me though. When you say:
> Report it to them. They are the ones doing it wrong. Ther
Package: apt
Version: 1.3.1
In apt (1.3~exp1), the following change was made:
* move gnupg|gnupg2 from apt Depends to Recommends
This breaks the apt-key command, which is part of the apt package.
Example:
$ apt-key list
Error: gnupg, gnupg2 and gnupg1 do not seem to be installed,
Error: bu
---
Here is a patch for python 3 support. However there is another bug that the
0.22 debian
package uses upstream 0.18 and python3 support doesn't really work until
upstream 0.21.
debian/control | 19 ++-
debian/rules | 9 +++--
2 files changed, 25 insertions(+), 3 dele
Package: python-bluez
Version: 0.22-1
Severity: normal
Dear Maintainer,
I have noticed that the source code was not actually updated to upstream
version 0.22 as stated in the debian changelog.
The 0.22-1 package still uses the upstream v0.18 source code.
-- System Information:
Debian Release: s
Here are some related bug reports:
https://bugs.launchpad.net/debian/+source/imagemagick/+bug/1594060
https://github.com/ImageMagick/ImageMagick/pull/223
->exception instead as in other coders.
Author: David Lechner
Bug-Debian: https://bugs.debian.org/827643
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that
Package: imagemagick
Version: 8:6.8.9.9-5+deb8u2
Severity: normal
Dear Maintainer,
* What led up to the situation?
trying to convert a file to rgf format
* What exactly did you do (or not do) that was effective (or
ineffective)?
convert mindstorms.bmp mindstorms.rgf
* What was
If this package is installed in a chroot environment, then we
should not be touching anything in /dev/ because it will belong
to the host os rather than the chroot.
chrooted() comes from mount.preinst in the util-linux package.
Fixes #813621
---
debian/fuse.postinst | 12 +++-
1 file cha
Package: fuse
Version: 2.9.3-15+deb8u2
Severity: normal
Dear Maintainer,
* What led up to the situation?
Trying to install fuse in a chroot environment as non-root user.
* What exactly did you do (or not do) that was effective (or
ineffective)?
sudo apt-get install fuse
* What
Yes, you guessed correctly. The v2 patch is the "good" one.
On 05/03/2015 03:19 AM, Ian Campbell wrote:
Hi David,
On Fri, 2015-04-24 at 21:25 -0500, David Lechner wrote:
Tags: patch
I botched the first patch. This one fixes it correctly.
Thanks for the patch(es). The buglo
Here is how I have fixed the problem (attached patch). There was an if
statement with a TODO that was not implemented, so I just took it out.
>From 20cea9a9506575a40a439766fb3e9d4bbb7587cb Mon Sep 17 00:00:00 2001
From: David Lechner
Date: Fri, 24 Apr 2015 19:13:00 -0500
Subject: [PATCH] rem
Tags: patch
I botched the first patch. This one fixes it correctly.
>From 6eb082b42ad9a7c22f08ecb9f18fab7f8891be95 Mon Sep 17 00:00:00 2001
From: David Lechner
Date: Fri, 24 Apr 2015 19:13:00 -0500
Subject: [PATCH] Handle case when kernel == kfile check in boot_kernel_path
handler.
This o
Package: flash-kernel
Version: 3.35
Severity: normal
Dear Maintainer,
* What led up to the situation?
trying to use flash-kernel with a Raspberry Pi.
* What exactly did you do (or not do) that was effective (or
ineffective)?
Created a .db file with:
Machine: BCM2708
Boot-K
As you wrote, systemclt status says:
>Loaded: loaded (/lib/systemd/system/spamassassin.service; disabled)
So, the service is "disabled" as expected. I think what you want in
addition to "dh_systemd_enable --no-enable" is "dh_systemd_start
--no-start" so that the service does not start when
I have found that using ssh.socket instead of ssh.service makes clients
shut down cleanly most of the time (sometimes they will still hang, but
it is rare).
systemctl disable ssh.service
systemctl enable ssh.socket
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
Any chance of updating before the package freeze in November?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
It would be really nice to have this updated before the package freeze
in November.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: plymouth
Version: 0.9.0-6
Severity: normal
Dear Maintainer,
* What led up to the situation?
I am trying to use plymouth on an embedded system with a framebuffer video
driver.
* What exactly did you do (or not do) that was effective (or
ineffective)?
I followed th
I have need of the same feature requested by the original reporter. I
have packaged the upstream 1.24 version and it seems to be working so
far. It would be better if I did not have to maintain my own package.
Thanks.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with
outcome did you expect instead?
flash-kernel package should install without user input
* Additional info:
breaking change is git commit a0a4261de83c90c9b7ffeb27d390e90019620a6a
* Patch:
>From 5c7fbb6b9e616c8aca47bcf7554cb91407e11e30 Mon Sep 17 00:00:00 2001
From: David Lechner
Date: Sat,
Upstream has released a new version that I am using. It would be nice to
get this updated so that I don't have to maintain my own package.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
33 matches
Mail list logo