Package Details: debianutils 5.23.2-1

Git Clone URL: https://aur.archlinux.org/debianutils.git (read-only, click to copy)
Package Base: debianutils
Description: Miscellaneous utilities specific to Debian
Upstream URL: https://tracker.debian.org/pkg/debianutils
Licenses: GPL
Conflicts: run-parts
Provides: run-parts
Submitter: sanerb
Maintainer: javmorin (sanerb)
Last Packager: javmorin
Votes: 8
Popularity: 0.003022
First Submitted: 2015-08-25 00:00 (UTC)
Last Updated: 2026-05-28 15:18 (UTC)

Pinned Comments

javmorin commented on 2026-05-28 19:10 (UTC)

I've unpinned @sanerb's comment about bug reporting as the indicated site is no longer available (and I don't have any access to it). Please use the normal update-needed reporting process for now.

Latest Comments

1 2 3 Next › Last »

javmorin commented on 2026-05-28 19:10 (UTC)

I've unpinned @sanerb's comment about bug reporting as the indicated site is no longer available (and I don't have any access to it). Please use the normal update-needed reporting process for now.

yrlf commented on 2026-01-09 02:09 (UTC)

Here is a patch to remove the installkernel files from the debianutils package to avoid a conflict:

diff --git a/PKGBUILD b/PKGBUILD
index 8aea6c4..f3280bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,4 +27,7 @@ package() {
   echo 'Remove files of "run-parts" package...'
   cd -
   find "${pkgdir}" -name run-parts* -delete
+
+  echo 'Remove conflicting "installkernel" files...'
+  find "${pkgdir}" -name installkernel* -delete
 }

Ralf_Mardorf commented on 2026-01-08 00:07 (UTC)

An update to core/systemd 259-2 is prevented by debianutils, as both contain the files /usr/bin/installkernel and /usr/share/man/man8/installkernel.8.gz.

error: failed to commit transaction (conflicting files)
systemd: /usr/bin/installkernel exists in filesystem (owned by debianutils)
systemd: /usr/share/man/man8/installkernel.8.gz exists in filesystem (owned by debianutils)

micwoj92 commented on 2024-09-18 19:26 (UTC)

@attention_horse, I accidentally flagged this with wrong version, because I saw on the old qa page that it was latest http://packages.qa.debian.org/d/debianutils.html

attention_horse commented on 2024-09-18 14:08 (UTC)

I don't see why this is flagged out-of-date. The current stable package provided by Debian is 5.7-0.5~deb12u1.

If this flag should stay than at least this package should be updated to the version provided by Debian testing or unstable (both 5.20) (see package tracker for details) and not 5.17, as stated in the out-of-flag notice.

javmorin commented on 2022-06-07 18:09 (UTC) (edited on 2022-06-07 18:10 (UTC) by javmorin)

@ragreener1 thanks for the catch. Upstream seems to be inconsistent with the naming, so I will have to remember to double check future releases. I have restored the versioned path support which was removed in the previous release.

Rel 2 should work for you now.

beareroftheseeds commented on 2022-06-07 17:57 (UTC)

This currently doesn't build. This fixes it.

From 515021bc048c73f77e5366ce888f3fbae7e15a49 Mon Sep 17 00:00:00 2001
From: Robert Greener <me@r0bert.dev>
Date: Tue, 7 Jun 2022 18:55:41 +0100
Subject: [PATCH] Fix PKGBUILD by changing path

Signed-off-by: Robert Greener <me@r0bert.dev>
---
 PKGBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 8b7675c..c0b5346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
 # Maintainer: Mike Javorski <mike dot javorski at gmail dot com>
 # Contributor: brent s. <bts[at]square-r00t[dot]net>
 # Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
+# Contributor: Robert Greener <me@r0bert.dev>
 pkgname=debianutils
 pkgver=5.7
 pkgrel=1
@@ -13,13 +14,13 @@ source=("http://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver
 sha512sums=('79acd8885abca93842d696167171a359011c49a40f38deeb25bc94d62905f95afa3a7b2540d3bd4b0ffd363c5c48a439a1a68139a29d6c033980b019cea75d92')

 build() {
-  cd "${srcdir}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sbindir=/usr/bin
   make
 }

 package() {
-  cd "${srcdir}/${pkgname}"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="$pkgdir" install

   msg 'Remove files of "which" and "run-parts" package...'
-- 
2.36.1

Ashark commented on 2020-11-16 07:52 (UTC)

@mardiros did not work when not using a keyserver.

gpg --keyserver pool.sks-keyservers.net --recv 8C004C2F93481F6B

to retrieve the key

fspreck commented on 2020-11-11 12:06 (UTC)

Version 4.9.1 results in a 404 error, should be updated to 4.11.2.

sanerb commented on 2019-10-10 03:57 (UTC)

fixed... the version disappeared, but upgraded to 4.9 anyways.