Bug#607129: vsftpd should not use grep in checking for group and user

2010-12-14 Thread Scott Moser
Package: vsftpd Version: 2.3.2-6 Severity: wishlist vsftpd.postinst does if ! getent passwd | grep -q ^${_USERNAME}: and elif ! getent group | grep -q ^${_USERNAME}: the grep could potentiall hit a false positive due to its interpretation of ${_USERNAME} as a regular expression. For

Bug#607129: suggested debdiff

2010-12-14 Thread Scott Moser
potential issue with adding new user (Closes #607129) + + -- Scott Moser smo...@ubuntu.com Tue, 14 Dec 2010 16:15:38 -0500 + vsftpd (2.3.2-6) experimental; urgency=low * Adding Danish debconf translations from Joe Dalton diff -Nru vsftpd-2.3.2/debian/vsftpd.postinst vsftpd-2.3.2/debian

Bug#630756: [uscan] support parsing S3 bucket listings

2011-06-16 Thread Scott Moser
Package: devscripts Version: 2.10.69ubuntu2 Severity: wishlist File: /usr/bin/uscan Tags: patch A few (admittedly very few) upstreams host their files on S3. By default, S3 does not do apache like file listings, but instead gives file listing in XML format. uscan can be modified to allow watch

Bug#629457: postinst configure uses dpkg --compare-versions badly

2011-06-06 Thread Scott Moser
Package: amavisd-new Version: 1:2.6.4-3 File: /var/lib/dpkg/info/amavisd-new.postinst Severity: normal /var/lib/dpkg/info/amavisd-new.postinst does the following: | # Work around dpkg not deleting removed conffiles | | # (template directories (with files) removed in 1:2.3.3-2) | if dpkg

Bug#642544: isc-dhcp-client: dhclient-script is broken for read-only root

2011-09-23 Thread Scott Moser
Package: isc-dhcp-client Version: 4.1.1-P1-17ubuntu9 Severity: normal This is ubuntu bug 857524 [http://pad.lv/857524]. debian/dhclient-script.linux will not work with read-only root. For a read-only root to work, and support dhclient-script writing to /etc/resolv.conf, then /etc/resolv.conf

Bug#633802: dkms leaves empty temp file in /tmp

2011-07-13 Thread Scott Moser
Package: dkms Version: 2.1.1.2-5ubuntu1 Severity: normal Tags: patch dkms leaves a tmp file in /tmp each time it is run. $ ls -l /tmp/dkms* ls: cannot access /tmp/dkms*: No such file or directory $ /usr/sbin/dkms $ echo $? 0 $ ls -l /tmp/dkms* -rw--- 1 smoser smoser 0 2011-07-13 16:32

Bug#633802: patch

2011-07-13 Thread Scott Moser
I included the patch to debian/patches/use-system-tmpdir.patch above, but to be more obvious, heres the change to 'dkms' directly. --- dkms 2011-03-12 11:07:47 + +++ dkms 2011-07-13 20:38:55 + @@ -3601,6 +3601,7 @@ install_tree=/lib/modules tmp_file=`mktemp --tmpdir dkms.`

Bug#645354: ttf-nanum: contained fontconfig setting files force to make it default font

2011-10-14 Thread Scott Moser
Package: ttf-nanum Version: 3.010-1 Severity: normal Tags: patch This issue was originally reported in Ubuntu bug 835304 (http://pad.lv/835304). It seems that it would also affect the debian package of the same version, and an Ubuntu user has submitted a fix. Jinkyu Yi submitted the following

Bug#645354: [Pkg-fonts-devel] Bug#645354: ttf-nanum: contained fontconfig setting files force to make it default font

2011-10-17 Thread Scott Moser
On Sat, 15 Oct 2011, Changwoo Ryu wrote: 2011-10-14 (금), 15:19 -0400, Scott Moser: That fix will break default Debian desktop in Korean language. Obviously, that setting was intentional to make Nanum fonts as defaults. This is an ugly way. But this is an easy way to make Nanum fonts

Bug#646175: rabbitmq-server: fails to purge: `userdel rabbitmq' returned error code 8

2011-10-21 Thread Scott Moser
Package: rabbitmq-server Version: 2.6.1-1 Severity: important # apt-get --purge remove rabbitmq-server Reading package lists... Done Building dependency tree ... Stopping rabbitmq-server: rabbitmq-server. Purging configuration files for rabbitmq-server ... Removing user `rabbitmq' ... Warning:

Bug#646473: rabbitmq-server.init does not clouse filedescriptors for rabbitmq-server

2011-10-24 Thread Scott Moser
Package: rabbitmq-server Version: 2.6.1-1 Severity: normal Currently, the rabbitmq init script does this to invoke /usr/sbin/rabbitmq-server ($DAEMON): setsid sh -c $DAEMON ${INIT_LOG_DIR}/startup_log \ 2 ${INIT_LOG_DIR}/startup_err $CONTROL wait /dev/null 21 That leaves stdin

Bug#646597: rabbitmq-server starts 3 processes that do nothing bug wait

2011-10-25 Thread Scott Moser
Package: rabbitmq-server Version: 2.6.1-1 Severity: minor After installing and starting rabbitmq-server, a 'ps' will show something like: $ ps axw | grep [r]abbit 2688 ? Ss 0:00 sh -c RABBITMQ_PID_FILE=/var/run/rabbitmq/pid /usr/sb ... 2691 ? S 0:00 /bin/sh /usr/sbin/rabbitmq-server 2697 ?

Bug#646175: pkill beam

2011-10-25 Thread Scott Moser
On 24/10/11 14:43:37, Simon MacMullen wrote: On 21/10/11 22:24, Scott Moser wrote: I think that the issues is that the 'beam' program is not stopping soon enough or at all. Thanks for the bug report. I'm not sure whether just killing beam is the right thing to do but we'll look into it. Why

Bug#650480: updated debian/watch in ubuntu

2012-02-15 Thread Scott Moser
Boto is now moving away from google code and over to github. I've updated the debian/watch to point to github now: version=3 opts=uversionmangle=s/(([ab]|rc)[0-9])$/~\1/ \ https://github.com/boto/boto/downloads \ /downloads/boto/boto/boto-(.*).tar.gz -- To UNSUBSCRIBE, email to

Bug#650480: python-boto: debian/watch needs updating

2011-11-29 Thread Scott Moser
Package: python-boto Version: 2.0-0ubuntu1 Severity: normal Dear Maintainer, $ uscan --verbose -- Scanning for watchfiles in . -- Found watchfile in ./debian -- In debian/watch, processing watchfile line: http://code.google.com/p/boto/ http://boto.googlecode.com/files/boto-(.+).tar.gz

Bug#717916: python-json-patch: package name does not conform to python policy

2013-07-26 Thread Scott Moser
Package: python-json-patch Version: 1.0-1ubuntu2 Severity: normal Dear Maintainer, I believe that python-json-patch should be named python-jsonpatch according to section 2.2 of the python-policy [1]. This naming difference means that dh_python2 does not correctly determine the dependencies.

Bug#720281: supervisor: 'service status supervisor' shows only ' is running' (LABEL undefined)

2013-08-19 Thread Scott Moser
Package: supervisor Version: 3.0b2-1 Severity: normal Dear Maintainer, $ sudo service supervisor status is running The expected output would probably be 'supervisord is running' The issue I think is just that 'LABEL' variable in /etc/init.d/supervisor is used when possibly 'NAME' was intended.

Bug#712915: python-requests: adapters.py uses undefined name ProxyManager

2013-06-20 Thread Scott Moser
Package: python-requests Version: 1.2.0-2 Severity: important Dear Maintainer, As first reported in Ubuntu bug 1187429 [1], requests is simply broken if the user's environment contains 'http_proxy'. This fails recreates in both python and python3. [1]

Bug#709475: euca2ools: euca-bundle-vol and euca-bundle-image to EC2 require ec2 certificate

2013-05-23 Thread Scott Moser
Package: euca2ools Version: 2.1.3-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu saucy ubuntu-patch Dear Maintainer, In order to upload an image to EC2 (either with euca-bundle-vol or euca-bundle-image), a X509 public key certificate is required. In

Bug#731951: python-requestbuilder: new upstream version 0.1.0

2013-12-11 Thread Scott Moser
Package: python-requestbuilder Version: 0.1.0~beta2-1 Severity: normal Dear Maintainer, A new version of 'requestbuilder' is available, version 0.1.0. The commit log between beta2 that is packaged is not big, and really only contains a few minor improvements and a few bug fixes. version 0.1.0

Bug#710511: alpine: passfile support (-passfile) seems completely broken

2013-05-31 Thread Scott Moser
Package: alpine Version: 2.10+dfsg-1+maildir~ppa0 Severity: normal Dear Maintainer, The version reported above is a private build of alpine patched with maildir, but this bug is reproducible on 2.10+dfsg-1. It seems that '-passfile' support is completely broken in 2.10. If you pass

Bug#734616: euca2ools: euca-get-console-output fails if output not to a console

2014-01-08 Thread Scott Moser
Package: euca2ools Version: 3.0.2-1 Severity: normal Dear Maintainer, This bug is filed upstream at https://eucalyptus.atlassian.net/browse/TOOLS-407 , and in Ubuntu at http://pad.lv/1266898 . I'm uploading an ubuntu patch for the time being. euca-get-console-output fails if output is not to a

Bug#758910: euca2ools: please update to euca2ools 3.1

2014-08-22 Thread Scott Moser
Package: euca2ools Version: 3.0.2-1ubuntu1 Severity: normal Dear Maintainer, Newest available version of euca2ools is 3.1.0. -- System Information: Debian Release: jessie/sid APT prefers utopic-updates APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 'utopic'), (100,

Bug#756321: python-boto: run 'test.py unit' with proper 'python'

2014-07-28 Thread Scott Moser
Package: python-boto Version: 2.29.1-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu utopic ubuntu-patch Dear Maintainer, When merging Ubuntu's python-boto delta from Debian, we have 2 changes that we're carrying, both represented in the attached diff.

Bug#783826: cloud-utils growroot doesn't work with newer sfdisk = 2.26 : fixed patch solution for newer and older sfdisk

2015-05-04 Thread Scott Moser
On Mon, 4 May 2015, Thomas Goirand wrote: Hi Scott and Juerg, Someone has filed this bug in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783826 Unfortunately, the patch here: http://pkgs.fedoraproject.org/cgit/cloud-utils.git/plain/0002-Support-new-sfdisk-version-2.26.patch

Bug#783826: cloud-utils growroot doesn't work with newer sfdisk = 2.26 : fixed patch solution for newer and older sfdisk

2015-05-04 Thread Scott Moser
On Mon, 4 May 2015, Antonio Terceiro wrote: On Mon, May 04, 2015 at 12:48:37PM -0400, Scott Moser wrote: Also, what about the do-not-use-EXIT-when-trapping.patch patch which I had to add in Debian? Could you please apply them both? EXIT is posix compatible. you really should change

Bug#783826: cloud-utils growroot doesn't work with newer sfdisk = 2.26 : fixed patch solution for newer and older sfdisk

2015-05-04 Thread Scott Moser
On Mon, 4 May 2015, Juerg Haefliger wrote: This is what I've done on the attached patch. Scott, could you please use that upstream from now on? Also, what about the do-not-use-EXIT-when-trapping.patch patch which I had to add in Debian? Could you please apply them both? EXIT

Bug#788841: multipath-tools-boot: inclusion of /etc/multipath/bindings in initramfs on install contains race condition

2015-06-15 Thread Scott Moser
Package: multipath-tools-boot Version: 0.5.0-6+deb8u1 Severity: normal Dear Maintainer, Hi, in debugging an issue on Ubuntu under ubuntu bug 1462530 (http://pad.lv/1462530), we found that /etc/multipath/bindings needs to be included in the initramfs. The code in

Bug#789067: initramfs-tools: if ip is specified on cmdline, networking should be brought up in initramfs

2015-06-17 Thread Scott Moser
Package: initramfs-tools Version: 0.103ubuntu15 Severity: normal Dear Maintainer, Originally filed in Ubuntu at http://launchpad.net/bugs/1463846 If the kernel command line has 'ip=' in it, it is arguable that configure_networking should be run. Currently, initramfs only does this if something

Bug#804591: [Pkg-iscsi-maintainers] Bug#804591: open-iscsi: iscsi_auto flag should use iscsistart --fwparam_network in addition to -b

2015-11-10 Thread Scott Moser
On Mon, 9 Nov 2015, Christian Seiler wrote: > Hi, > > On 11/09/2015 10:40 PM, Scott Moser wrote: > >>> If we were to invoke 'iscsistart --fwparam_network' after having done > >>> configure_networking, then the iscsi parameters would be in affect. > >>

Bug#804591: [Pkg-iscsi-maintainers] Bug#804591: open-iscsi: iscsi_auto flag should use iscsistart --fwparam_network in addition to -b

2015-11-10 Thread Scott Moser
On Mon, 9 Nov 2015, Christian Seiler wrote: > >> Btw. is there any way to test this in a VM? I don't have access to > >> the corresponding hardware that sets these values, so I can't > >> really test this myself. > > > > Luckily, you *can* do it entirely within qemu and ipxe with a few minor > >

Bug#804591: [Pkg-iscsi-maintainers] Bug#804591: open-iscsi: iscsi_auto flag should use iscsistart --fwparam_network in addition to -b

2015-11-09 Thread Scott Moser
> > If we were to invoke 'iscsistart --fwparam_network' after having done > > configure_networking, then the iscsi parameters would be in affect. > > Its may be arguable that this is simply misconfiguration of the ip= > > parameter. > > On the other hand, one could argue that one might want to

Bug#804591: open-iscsi: iscsi_auto flag should use iscsistart --fwparam_network in addition to -b

2015-11-09 Thread Scott Moser
Package: open-iscsi Version: 2.0.873-3ubuntu13 Severity: normal Dear Maintainer, It seems that 'iscsi_auto' should invoke 'iscsistart --fwparam_network' in addition to -b. The --fwparam_network will set up networking that was declared in iBFT. There is some overlap here with the 'ip=' kernel

Bug#804162: open-iscsi: support iscsi root by format in RFC 4173 (root=iscsi:server:prot:...)

2015-11-09 Thread Scott Moser
On Thu, 5 Nov 2015, Christian Seiler wrote: > Yes, this seems like a good idea for something to support. I see a > minor implementation detail that might need some thinking to fix: > currently, open-iscsi only adds itself to the initramfs if > /etc/iscsi/initramfs.iscsi exists - and the

Bug#804162: open-iscsi: support iscsi root by format in RFC 4173 (root=iscsi:server:prot:...)

2015-11-05 Thread Scott Moser
Package: open-iscsi Version: 2.0.873-3ubuntu13 Severity: normal Hi, RFC 4173 (http://tools.ietf.org/html/rfc4173) documents a fairly compact mechanism for an iscsi target definition. Copied from http://ipxe.org/sanuri: | fmt of an iSCSI SAN URI is defined by RFC 4173. The general syntax is: |

Bug#785287: systemd unit solves install issue

2015-09-29 Thread Scott Moser
Hi, I've found that installing a systemd service file fixes the problem, and have uploaded a fix to Ubuntu 15.10. For easy inclusion, the following is debian/openhpid.service: [Unit] Description=Daemon providing access to the SAF Hardware Platform Interface [Service] Type=simple

Bug#812099: python-apt-common: unnecessary dependency on python | python3

2016-01-20 Thread Scott Moser
Package: python-apt-common Version: 1.1.0~beta1build1 Severity: minor Dear Maintainer, I was just looking at reverse depends on python on a ubuntu system and saw python-apt-common listed. A quick look showed no obvious reason for apt-common's 'Depends' on 'python | python3'. -- System

Bug#756321: python-boto: run 'test.py unit' with proper 'python'

2016-05-23 Thread Scott Moser
On Sun, 22 May 2016, Eric Evans wrote: > [ Scott Moser ] > > When merging Ubuntu's python-boto delta from Debian, we have 2 changes > > that we're carrying, both represented in the attached diff. > > > > a.) run tests/test.py with each python in 'pyversions -i' >

Bug#823860: bcache-tools: bcache does not work with suspend

2016-05-09 Thread Scott Moser
Package: bcache-tools Version: 1.0.8-2 Severity: normal Dear Maintainer, As first reported in Ubuntu under bug 1515780 (https://launchpad.net/bugs/1515780) suspend and resume is broken with bcache. This is described at https://bcache.evilpiepirate.org/FAQ/ in entry "Can I use bcache with

Bug#839779: python3-jsonpatch: version is incorrectly set as 1.19

2016-10-04 Thread Scott Moser
Package: python3-jsonpatch Version: 1.19-3 Severity: normal The version in debian is incorrectly identified as 1.19. Upstream version is currently at 1.14 per https://github.com/stefankoegl/python-json-patch and https://pypi.python.org/pypi/jsonpatch $ tar xvf

Bug#841107: Acknowledgement (ifupdown: stop networking.service takes 'lo' interface link down)

2016-10-17 Thread Scott Moser
merge 841107 841106

Bug#841106: ifupdown: ExecStop in networking.service brings down loopback device

2016-10-17 Thread Scott Moser
Package: ifupdown Version: 0.8.13ubuntu2 Severity: normal Tags: ipv6 Dear Maintainer, This was originally reported under Ubuntu bug 1629972 (https://bugs.launchpad.net/bugs/1629972). The systemd networking.service provided by ifupdown does ExecStop=/sbin/ifdown -a --read-environment That

Bug#841480: euca2ools: please release 3.3.1

2016-10-20 Thread Scott Moser
Package: euca2ools Version: 3.1.0-1 Severity: normal Dear Maintainer, Hi, Bug 1527341 in ubuntu (http://bugs.launchpad.net/bugs/1527341) was filed, requesting a fix for the lack of 'ppc64el' as an arch. That bug fix is trivially pulled. However, Ubuntu does not currently have a delta on this

Bug#841480: [pkg-eucalyptus-maintainers] Bug#841480: euca2ools: please release 3.3.1

2016-10-21 Thread Scott Moser
On Fri, 21 Oct 2016, Charles Plessy wrote: > Le Thu, Oct 20, 2016 at 09:10:21PM -0400, Scott Moser a écrit : > > > > So, I'm requesting a release of 3.3.1 to Debian that we would then sync > > to Ubuntu. > > > > I've quickly done a build of euca2ools from git and

Bug#841107: ifupdown: stop networking.service takes 'lo' interface link down

2016-10-17 Thread Scott Moser
client [dhcp-client] 4.3.3-5ubuntu15 Versions of packages ifupdown suggests: ii ppp 2.4.7-1+2ubuntu1 pn rdnssd -- no debconf information commit c25d5c6b832ffa9e93433862479ad7b7f632a674 Author: Scott Moser <smo...@brickies.net> Date: Thu Oct 13 16:21:10 2016 -0400 networking.serv

Bug#783596: /sbin/resolvconf: Re: /e/n/i dns-* option only works in last of homonymous iface def'ns

2017-04-11 Thread Scott Moser
/downup-interfaces: resolvconf/reboot-recommended-after-removal: commit 4c6b3e659ee1148bdcb36a29414487a11253ee04 (HEAD -> lpusip/debian/sid) Author: Scott Moser <smo...@brickies.net> Date: Tue Mar 28 12:41:27 2017 -0400 allow setting of program name via dns-iface-name option in int

Bug#874502: plymouth hooks add duplicate copies of nss files to initramfs

2017-09-06 Thread Scott Moser
Package: plymouth Version: 0.9.2-3 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu artful ubuntu-patch Dear Maintainer, As originally reported in Ubuntu bug 1714319 (https://bugs.launchpad.net/bugs/1714319), plymouth's initramfs hook script results in 2

Bug#852569: related bug 597580

2017-09-26 Thread Scott Moser
I'll fix cloud-initramfs-tools to find udevadm in PATH, but it seems like the right thing to do is to fix: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597580 And then to make cloud-initramfs-tools just use: copy_exec udevadm

Bug#597580: [PATCH] copy_exec: use 'which' to find full path to executable.

2017-09-26 Thread Scott Moser
Suggested patch is attached. This would help to fix other bugs such as 852569. From c16eddf70f92d1de9f77b4d39c00db329036ea1e Mon Sep 17 00:00:00 2001 From: Scott Moser <smo...@ubuntu.com> Date: Tue, 26 Sep 2017 16:55:20 -0400 Subject: [PATCH] copy_exec: use 'which' to find full path to exec

Bug#852569: how to use initramfs-tools hook-function's copy-exec

2017-09-25 Thread Scott Moser
Hi, In cloud-initramfs-tools, udevadm is referred to by /sbin/udevadm only in growroot/hooks/growroot with 'copy_exec /sbin/udevadm /sbin'. It appears that even in most recent version of initramfs-tools only supports full paths to as copy_exec's first argument. What is the recommended way to

Bug#852564: fix for this issue is now upstream.

2017-09-25 Thread Scott Moser
=ad099a53d120e88719a5ad50f29d22e9f7a52bc7 From ad099a53d120e88719a5ad50f29d22e9f7a52bc7 Mon Sep 17 00:00:00 2001 From: Scott Moser <smo...@ubuntu.com> Date: Mon, 25 Sep 2017 14:29:13 -0400 Subject: [PATCH] AltCloud: Trust PATH for udevadm and modprobe. Previously we had hard coded paths in /sbin for the udevadm and modprobe pr

Bug#880186: gimp: screenshot does not work with wayland

2017-10-30 Thread Scott Moser
Package: gimp Version: 2.8.20-1 Severity: important Dear Maintainer, If you are running gimp under wayland, and you select Create -> Screenshot It is not able to select X windows, and a screenshot of the whole screen will be completely black. There is a fedora bug covering this at

Bug#880186: Acknowledgement (gimp: screenshot does not work with wayland)

2017-10-30 Thread Scott Moser
The gimp upstream bug is 757687. It has more information on the fix. https://bugzilla.gnome.org/show_bug.cgi?id=757687

Bug#907235: python3-scapy: Please provide package without large 'Recommends'

2018-08-24 Thread Scott Moser
Package: python3-scapy Version: 2.4.0-2 Severity: normal Dear Maintainer, The current version (2.4.0-2) of python3-scapy has Recommends Recommends: tcpdump, ipython3, python3-matplotlib, python3-pyx, graphviz Version 2.3.3-3 had those as 'Suggests'. The change on "Recommends by default"

Bug#908160: FTBFS: build from source fails with undefined reference to `minor'

2018-09-06 Thread Scott Moser
open-iscsi recommends: ii busybox-initramfs 1:1.27.2-2ubuntu4 ii finalrd3 open-iscsi suggests no packages. -- debconf information excluded commit e8ddf2765525522924a03f668220ba8f256a58d8 Author: Scott Moser Date: Thu Sep 6 15:38:20 2018 -0400 Include to properly define minor

Bug#895377: /usr/bin/pristine-tar: add support for specifing branch name to pristine-tar cli

2018-04-10 Thread Scott Moser
information >From d9fdae97e557b4e7de28ad3bce1d662fe14885c5 Mon Sep 17 00:00:00 2001 From: Scott Moser <smo...@brickies.net> Date: Tue, 10 Apr 2018 15:00:39 -0400 Subject: [PATCH] pristine-tar: add -b/--branch flag for specifying the branch. Some repositories may not have the same naming c

Bug#812574: ubuntu bug 564853

2018-12-05 Thread Scott Moser
This is also reported in ubuntu bug 564853 (https://bugs.launchpad.net/bugs/564853). There is a recreate script attached to the bug there. As diagnosed there, the prompt will occur if the user has made *both*: a. changes to grub-pc.postinst fields: GRUB_CMDLINE_LINUX,

Bug#960941: ofono-phonesim: Re-add ofono-phonesim as it is updated to use qt5

2020-05-18 Thread Scott Moser
og @@ -1,3 +1,10 @@ +ofono-phonesim (1.21-16-gadf231a8-0) unstable; urgency=medium + + * New upstream snapshot. Upstream ported to QT5. + * debian/control: replace qt4 deps with qt5. + + -- Scott Moser Fri, 17 Apr 2020 16:48:09 -0400 + ofono-phonesim (1.21-1) unstable; urgency=medium [ Jonny L

Bug#987320: dracut: Version is not included in --version, --help or initramfs runtime

2021-04-27 Thread Scott Moser
I'm not sure if its 100% OK to do it, but what we do in cloud-init similarly is is just write the file in debian/rules, and reference DEB_VERSION. That way you even get the packaging number which could be helpful. https://github.com/canonical/cloud-init/blob/ubuntu/devel/debian/rules On Tue,

Bug#987320: dracut: Version is not included in --version, --help or initramfs runtime

2021-04-21 Thread Scott Moser
Package: dracut Version: 051-1 Severity: normal Dear Maintainer, The dracut package does not seem to 'know' its own version. Example: $ cat /lib/dracut/dracut-version.sh DRACUT_VERSION= $ dracut --version dracut $ dpkg-query --show dracut-core dracut-core 051-1

Bug#1051345: ca-certificates: update-ca-certificates does not recreate ca-certificates.crt if all certificates are deselected

2023-09-06 Thread Scott Moser
Package: ca-certificates Version: 20230311ubuntu0.22.04.1 Severity: normal Dear Maintainer, I wanted to disable all the certificates provided by the ca-certificates package, and only include my own. Upon doing so, and running update-ca-certificates, I found that

Bug#1025706: example patch

2022-12-07 Thread Scott Moser
am release. + * Link against libfuse3 rather than libfuse2 (Closes: #1025706). + * debian/patches/* - drop patches. + + -- Scott Moser Wed, 07 Dec 2022 16:33:06 -0500 + squashfuse (0.1.103-3) unstable; urgency=medium * Fix "Switch from deprecated to " diff --git a/debian/control b/

Bug#1025706: squashfuse: link against fuse3

2022-12-07 Thread Scott Moser
Package: squashfuse Version: 0.1.103-3 Severity: normal Dear Maintainer, squashfuse should be built against libfuse3 rather than libfuse2. The current/supported version of libfuse is 3 and squashfuse supports linking and running with libfuse3. There are some existing issues that are fixed by