Bug#965046: PATCH

2020-09-25 Thread David Lechner
The upstream fix can be found at https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5258/diffs

Bug#965046: cmake: compiler_id_detection fails for armhf when using QEMU user-mode emulation

2020-07-14 Thread David Lechner
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

Bug#890817: [PATCH] Set may-sync-config := 0 in kernel_version.mk

2019-03-12 Thread David Lechner
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

Bug#890817: kernel-package: make-kpkg stalls indefinitely on linux-4.16-rc* in silentoldconfig stage

2019-03-03 Thread David Lechner
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=

Bug#896905: [PATCH] Build python3 package

2018-06-27 Thread David Lechner
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

Bug#858801: [PATCH] Install default main.conf

2017-03-26 Thread David Lechner
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

Bug#858799: [PATCH] Install connmanctl in /usr/bin/

2017-03-26 Thread David Lechner
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(

Bug#858799: connmanctl should be installed in /usr/bin/, not /usr/sbin/

2017-03-26 Thread David Lechner
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

Bug#848837: [PATCH] Create Plugins directory during install

2016-12-19 Thread David Lechner
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

Bug#848837: [PATCH] Create symlink Plugins->plugins

2016-12-19 Thread David Lechner
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

Bug#845507: closed by Julian Andres Klode (Re: Bug#845507: having gnupg as Recommends instead of Depends breaks apt-key and tools that use apt-key)

2016-11-28 Thread David Lechner
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

Bug#683593: Multiarch improvements for glib2.0

2016-11-28 Thread David Lechner
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

Bug#845507: closed by Julian Andres Klode (Re: Bug#845507: having gnupg as Recommends instead of Depends breaks apt-key and tools that use apt-key)

2016-11-24 Thread David Lechner
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

Bug#845507: having gnupg as Recommends instead of Depends breaks apt-key and tools that use apt-key

2016-11-23 Thread David Lechner
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

Bug#787850: [PATCH] Build python3 package

2016-09-28 Thread David Lechner
--- 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

Bug#839100: python-bluez: debian pybluez package version 0.22-1 uses upstream source code version 0.18

2016-09-28 Thread David Lechner
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

Bug#827643: other bug reports

2016-06-19 Thread David Lechner
Here are some related bug reports: https://bugs.launchpad.net/debian/+source/imagemagick/+bug/1594060 https://github.com/ImageMagick/ImageMagick/pull/223

Bug#827643: Acknowledgement (imagemagick: writing to rgf format aborts)

2016-06-18 Thread David Lechner
->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

Bug#827643: imagemagick: writing to rgf format aborts

2016-06-18 Thread David Lechner
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

Bug#813621: [PATCH] Add check for chroot before modifying /dev/cuse

2016-06-14 Thread David Lechner
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

Bug#813621: fuse: Package configuration fails in chroot

2016-02-03 Thread David Lechner
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

Bug#783278: patch v2

2015-05-03 Thread David Lechner
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

Bug#783278: patch

2015-04-24 Thread David Lechner
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

Bug#783278: patch v2

2015-04-24 Thread David Lechner
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

Bug#783278: flash-kernel: Specifying Boot-Kernel-Image does nothing unless Dtb-Append, Machine-Id or U-Boot-Kernel-Address is also specified

2015-04-24 Thread David Lechner
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

Bug#770281: dh-systemd: dh_systemd_enable --no-enable not working as expected

2014-12-26 Thread David Lechner
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

Bug#751636: openssh-server: ssh sessions are not cleanly termined on shutdown/restart with systemd

2014-10-10 Thread David Lechner
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

Bug#742408: (no subject)

2014-10-06 Thread David Lechner
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

Bug#749865: (no subject)

2014-10-06 Thread David Lechner
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

Bug#757142: plymouthd crashes when trying to use framebuffer renderer

2014-08-05 Thread David Lechner
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

Bug#742408: Please update the connman package

2014-07-13 Thread David Lechner
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

Bug#753059: flash-kernel: Change introduced in #721485 breaks automated package installation

2014-06-28 Thread David Lechner
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,

Bug#749865: please update so v0.4 can be packaged

2014-06-14 Thread David Lechner
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