Bug#1069045: Support for propose-updates package archives

2024-04-15 Thread Nicholas Brown
Package: live-build Version: 1:20230502 Severity: wishlist live-build currently supports: backports, security and updates package archives with config options: --backports --security --updates It would be useful to also have a `--propose-updates` config option to support adding the p

Bug#1026333:

2023-02-09 Thread Nicholas Brown
What remains to be able to get rustup into Sid/Testing? - effective-limits now appears to be Sid/Testing. - git-testament 0.2.3 was released that fixes the tempdir issue, though not yet packaged in Sid/Testing. https://github.com/kinnison/git-testament/compare/0.2.2...0.2.3

Bug#1017533:

2023-02-01 Thread Nicholas Brown
This was resolved in dh-cargo 29

Bug#926424:

2022-10-05 Thread Nicholas Brown
This should address this: https://salsa.debian.org/cloud-team/cloud-init/-/merge_requests/6

Bug#1009301:

2022-05-20 Thread Nicholas Brown (Nick)
I’ve submitted a merge-request that should address this: https://salsa.debian.org/debian/acpid/-/merge_requests/2

Bug#1011099: dh_installsysusers should be sequenced before dh_installtmpfiles

2022-05-16 Thread Nicholas Brown
Package: debhelper Version: 13.3.4 tmpfile.d files may reference users/groups that are created by sysusers.d files so these should be created first. Currently they are sequenced the other way: ``` $include_if_compat_X_or_newer->(13, 'dh_installtmpfiles'), $include_if_compat_X_or_newer->(14, 'dh_i

Bug#1009301:

2022-05-13 Thread Nicholas Brown (Nick)
Similar issue about this reported and worked around here: https://github.com/OpenNebula/one/issues/5504

Bug#946231:

2022-01-25 Thread Nicholas Brown
https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/97 was just merged. It brings in support for duktape instead of mozjs.

Bug#1001832: mk-sbuild create error due to bullseye security move

2021-12-17 Thread Nicholas Brown
Package: ubuntu-dev-tools Version: 0.183 Probably very similar to LP:1916633 reported and fixed in pbuilder-dist. While using `mk-sbuild --name foobar bullseye` ``` E: The repository 'http://security.debian.org bullseye/updates Release' does not have a Release file. ``` Bullseye changed the form

Bug#996847: sysrepo-plugind fails to start

2021-10-19 Thread Nicholas Brown
Package: sysrepo-plugind Version: 1.4.70-4 Severity: grave Appears to be due to this error when the error starts: sysrepo-plugind error: Creating plugins dir "/usr/lib/x86_64-linux-gnu/sysrepo/plugins" failed (Read-only file system). Should this directory be created as part of the debian package

Bug#981761:

2021-10-18 Thread Nicholas Brown
Are these files with global writable permissions perhaps being installed by the postinst script? It's not immediately obvious to me where they've come from.

Bug#994982: live-build: Error using packages.chroot and disabling --apt-indices

2021-09-24 Thread Nicholas Brown
Package: live-build Version: 1:20210407 Severity: important Combining package customisation in packages.chroot and the '--apt-indices false' option result in no image being generated, (though a successful exit status). Using either on it's own works just fine. Steps to reproduce (assuming some lo

Bug#994737: find-dbgsym-packages: include package version

2021-09-20 Thread Nicholas Brown
Package: debian-goodies Version: 0.87 Currently find-dbgsym-packages returns a list of -dbgsym packages, but those do not include versions constraint, so if that list is installed it may result in updates being installed (including of dependencies) which will likely not be of any use to decode cor

Bug#992572:

2021-08-25 Thread Nicholas Brown
Severity: Important

Bug#992572: variables no longer exported to hooks (LIVE_IMAGE_NAME, LB_ARCHITECTURE, etc)

2021-08-20 Thread Nicholas Brown
Package: live-build Version: 1:20210407 This MR: https://salsa.debian.org/live-team/live-build/-/merge_requests/173//diffs removed the export of the following variables: LIVE_CONFIGURATION_VERSION LIVE_IMAGE_NAME (no renamed to LB_IMAGE_NAME) LB_ARCHITECTURE LIVE_IMAGE_TYPE These are useful from

Bug#991935: 4.4.1-2.3 not in Salsa git repo. upstream/4.4.1 tag also missing

2021-08-06 Thread Nicholas Brown
Package: isc-dhcp Version: 4.4.1-2.3 Severity: normal Report that 4.4.1-2.3 is missing from git: https://qa.debian.org/cgi-bin/vcswatch?package=isc-dhcp upstream/4.4.1 tag missing https://salsa.debian.org/dhcp-team/isc-dhcp/-/tags so gbp build will report an error trying to build master.

Bug#991065: support for apt auth.conf.d files

2021-07-13 Thread Nicholas Brown
Package: live-build Version: 1:20190311 Severity: normal When adding additional repositories for live-build to use, it's currently possible to add .list.chroot, .key.chroot and .pref.chroot files to configure this. However it would be useful to also add .conf.chroot files to configure authenticati

Bug#990451: 'apt-cache showsrc' --no-all-versions option

2021-06-29 Thread Nicholas Brown
Package: apt Version: 1.8.2.3 'apt-cache showpkg' can be constrained to only show the version that will be installed by using the '--no-all-versions' option. It would be useful to have an equivalent option for 'apt-cache showsrc' so that it only shows the version of the source package that would

Bug#959407:

2021-06-09 Thread Nicholas Brown (Nick)
There appear to be some overlap with #984824 (dh-python: pybuild needs to support toml (PEP517/PEP518) builds with no setup.py) which is also looking for pybuild to support pyproject.toml using projects with various backends (setuptools.build_meta, flit, poetry, etc)

Bug#986539: libre-dev depends on zlib1g-dev

2021-04-07 Thread Nicholas Brown
Package: libre-dev Version: 1.1.0-1 Severity: important Tags: patch Specifically re_crc32.h includes zlib.h Discovered while trying to build https://github.com/alfredh/repcpd ``` [ 68s] make[1]: Entering directory '/usr/src/packages/BUILD' [ 68s] CC [M] build-x86_64/modules/announce/annou

Bug#657401:

2021-03-15 Thread Nicholas Brown
I could imagine the patch below, which I started looking at some time ago but never got around to coming back to, could form a start at implementing this. It was just the obvious paths within the script itself, but the various calls to dpkg-source, dpkg-genbuildinfo, dpkg-genchanges, that all accep

Bug#982865:

2021-03-09 Thread Nicholas Brown
> Yes. You can test it yourself if you want, 0.57.1 is in experimental. Fab, thanks. Will 0.57.1 be migrated to unstable? Or perhaps even to testing? (I'm keen to see the parallel LTO support in 0.57 available in Bullseye)

Bug#983574:

2021-03-09 Thread Nicholas Brown
This is caused by the following backward incompatible change in GNU 4.3: https://lists.gnu.org/archive/html/info-gnu/2020-01/msg4.html * WARNING: Backward-incompatibility! Previously appending using '+=' to an empty variable would result in a value starting with a space. Now the initial

Bug#983574:

2021-03-05 Thread Nicholas Brown
> It appears that commas are being replaced with dashes. > > DEB_BUILD_OPTIONS="dpdk_config_options=-Duse_hpet=true,-Dmax_ethports=128,-Dmax_numa_nodes=8,-Ddisable_drivers=net/softnic" > gbp buildpackage -uc -us > > dh_auto_configure -- > -Duse_hpet=true-Dmax_ethports=128-Dmax_numa_nodes=8-Ddisable

Bug#983574: dpdk_config_options in DEB_BUILD_OPTIONS fails

2021-02-26 Thread Nicholas Brown
Package: dpdk Version: unstable The support for specifying dpdk_config_options in DEB_BUILD_OPTIONS fails when building the unstable branch in a bullseye schroot. It appears that commas are being replaced with dashes. DEB_BUILD_OPTIONS="dpdk_config_options=-Duse_hpet=true,-Dmax_ethports=128,-Dma

Bug#982865:

2021-02-24 Thread Nicholas Brown
Is this fixed in the 0.57.1 release?

Bug#943616:

2021-02-03 Thread Nicholas Brown
I also see this bug when debuild is invoked by gbp buildpackage. gbp buildpackage --git-verbose --git-ignore-branch --git-ignore-new --git-export-dir=~/tmp --build=source --no-check-builddeps -us -uc gbp:info: Moving '/home/brownn/tmp/systemd-tmp' to '/home/brownn/tmp/systemd-247.2' gbp:debug: ['

Bug#565613:

2021-01-26 Thread Nicholas Brown
This is an issue when creating Debian schroot on a Ubuntu host. It's specifically mentioned here, with a workaround: https://wiki.ubuntu.com/SecurityTeam/BuildEnvironment#Creating_the_schroots ``` Note 2: Debian schroots pull in exim4-base but Ubuntu systems do not. Due to Debian bug #565613 the p

Bug#980216:

2021-01-26 Thread Nicholas Brown
having this removal performed would be great, as it will allow the migration of the latest version of ndpi from unstable to testing.

Bug#950404:

2020-12-21 Thread Nicholas Brown
Upstream issues that tracks the UT failures reported on i386 and s390x https://github.com/ntop/nDPI/issues/1092

Bug#967976:

2020-11-24 Thread Nicholas Brown
The most recent version in Debian Sid is 20190710-1 https://packages.debian.org/sid/obs-build Upstream has had quite a few releases since then. It would be good to get a 2020 release of obs-build into Debian Bullseye. https://github.com/openSUSE/obs-build/releases

Bug#914455: gitlint: New version availiable

2019-03-13 Thread Nicholas Brown
Version 0.11.0 has now also been released. This version contains a fix for Debian Bug #896070 which should also allow the package to be migrated from SID to Testing. https://tracker.debian.org/news/958621/gitlint-removed-from-testing/

Bug#896070: gitlint FTBFS: FAIL: test_target

2019-03-13 Thread Nicholas Brown
This has been fixed upstream in the newly released 0.11.0 https://github.com/jorisroovers/gitlint/releases https://github.com/jorisroovers/gitlint/archive/v0.11.0.tar.gz https://github.com/jorisroovers/gitlint/issues/78

Bug#896070: gitlint FTBFS: FAIL: test_target

2019-01-25 Thread Nicholas Brown
This issues is raised upstream as https://github.com/jorisroovers/gitlint/issues/78 and looks like it might be fixed in more recent versions. It would good to update gitlint to 0.10.0 from the current 0.9.0 and see if this fixes the issue, and then migrate from Debian Unstable to Testing.

Bug#891213:

2018-02-23 Thread Nicholas Brown
A follow up to enabling this kernel option would be to package sedutil to make use of this. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825864

Bug#825864:

2018-02-23 Thread Nicholas Brown
For sedutil to be useful the kernel will need to built with CONFIG_BLK_SED_OPAL. This is requested by debbug 891213 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=891213

Bug#876211:

2017-11-07 Thread Nicholas Brown
For what it's worth, I've build this package on a local OBS instance and found it useful for developing local software I'm building. How does the package get from new into testing?

Bug#877688: libdpkg-perl: dpkg-source requires git to use 3.0 (git) format

2017-10-06 Thread Nicholas Brown
On Wed, 4 Oct 2017 at 18:23 Jonathan Nieder wrote: > Hi, > > Nicholas Brown wrote: > > > /usr/share/perl5/Dpkg/Source/Package/V3/Git.pm regularly calls out to > git using > > "system('git'," yet libdpkg-perl does not Require or even Recommend

Bug#877690: dpkg-dev: dpkg-source support for git submodules in 3.0 (git) format

2017-10-04 Thread Nicholas Brown
Package: dpkg-dev Version: 1.18.24 Severity: wishlist Currently git submodules are not supported in this format /usr/share/perl5/Dpkg/Source/Package/V3/Git.pm if (-s "$srcdir/.gitmodules") { error(g_('git repository %s uses submodules; this is not yet supported'), $srcdir);

Bug#877688: libdpkg-perl: dpkg-source requires git to use 3.0 (git) format

2017-10-04 Thread Nicholas Brown
Package: libdpkg-perl Version: 1.18.24 Severity: normal /usr/share/perl5/Dpkg/Source/Package/V3/Git.pm regularly calls out to git using "system('git'," yet libdpkg-perl does not Require or even Recommend that Git is installed. This makes using dpkg-source with the 3.0 (git) format fail, for e

Bug#807050:

2017-06-01 Thread Nicholas Brown
I've submitted this up stream as: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27188

Bug#822105:

2017-06-01 Thread Nicholas Brown
I've also reported this upstream as: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27186

Bug#824583: osc: Patch to add bash completion

2016-05-17 Thread Nicholas Brown
Package: osc Version: 0.154.0-1 Followup-For: Bug #824583 The attached patch installs the osc bash completion. -- System Information: Debian Release: stretch/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-2-amd64 (SMP w/2 CPU cores) Lo

Bug#824583: osc: Install bash completion

2016-05-17 Thread Nicholas Brown
Package: osc Version: 0.154.0 Severity: wishlist osc has bash shell completion available. It would be very useful if the Debian package installed these. https://github.com/openSUSE/osc/tree/master/dist The opensuse rpm installs these. See https://build.opensuse.org/package/view_file/openSUSE:Fac

Bug#822773: debtree: support multiple packages as input

2016-04-27 Thread Nicholas Brown
Package: debtree Version: 1.0.10 Severity: wishlist It would be great to be able to specify a list of packages as a parameter and have debtree generate a combined dependency graph for them. -- System Information: Debian Release: 8.4 APT prefers stable-updates APT policy: (500, 'stable-updat

Bug#822105: automake: check-TESTS has dependency on check_PROGRAMS

2016-04-21 Thread Nicholas Brown
utoconf 2.69-8 ii autotools-dev 20140911.1 automake recommends no packages. automake suggests no packages. -- no debconf information >From 8e5260dc28fc54a2c7c19e5aa2f0f6aefa2c6fa9 Mon Sep 17 00:00:00 2001 From: Nicholas Brown Date: Tue, 19 Apr 2016 17:43:24 +0100 Subject: [PATCH] c

Bug#807050: automake: lex/yacc with subdir-objects and --disable-dependency-tracking broken

2015-12-04 Thread Nicholas Brown
omake suggests no packages. -- no debconf information >From bd6971224f304c8f5951afca620f33c25248b446 Mon Sep 17 00:00:00 2001 From: Nicholas Brown Date: Fri, 4 Dec 2015 10:49:18 + Subject: [PATCH] yacc and lex built objects without dependancy tracking --- lib/am/lex.am | 1 + lib/am/yacc.am | 1