Package Details: debianutils 5.7-2

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: http://packages.qa.debian.org/d/debianutils.html
Licenses: GPL
Submitter: sanerb
Maintainer: javmorin (sanerb)
Last Packager: javmorin
Votes: 7
Popularity: 0.000000
First Submitted: 2015-08-25 00:00 (UTC)
Last Updated: 2022-06-07 18:08 (UTC)

Pinned Comments

sanerb commented on 2016-06-26 04:31 (UTC) (edited on 2017-09-01 22:44 (UTC) by sanerb)

Please note the following additions: # Bug reports can be filed at https://bugs.square-r00t.net/index.php?project=3 # News updates for packages can be followed at https://devblog.square-r00t.net (If you want an RSS-feed only pertaining to my AUR packages, you can subscribe to https://devblog.square-r00t.net/rss/?category=aur in your favourite RSS reader.) Note that you should still use the AUR web interface for flagging packages as out-of-date if a new version is released; the aforementioned bug tracker is to aid in issues with building/packaging/the PKGBUILD formats/etc. specifically. GPG signature "errors" are explained here: https://devblog.square-r00t.net/articles/a-note-on-using-gpg-signatures-in-pkgbuilds Please read; it's not a bug. Thanks!

Latest Comments

1 2 3 Next › Last »

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.

ragreener1 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.

whizsid commented on 2019-10-09 19:56 (UTC)

This package is not working. http://http.debian.net/debian/pool/main/d/debianutils/debianutils_4.8.6.3.tar.xz gives me a 404 error.

mardiros commented on 2019-05-07 13:58 (UTC)

@Quyet

gpg --recv-keys 0x8C004C2F93481F6B

to retrieve the key

sanerb commented on 2019-02-26 17:27 (UTC)

@kmeaw - thanks for letting me know about the new release! looks like it's a patch-level release. updated

sanerb commented on 2019-01-19 20:18 (UTC)

@Quyet see pinned comment.

Quyet commented on 2019-01-19 05:55 (UTC)

I got this error while building: Verifying source file signatures with gpg... debianutils_4.8.6.tar.xz ... FAILED (unknown public key 8C004C2F93481F6B) ==> ERROR: One or more PGP signatures could not be verified!