Package Details: debhelper 13.15.3-1

Git Clone URL: https://aur.archlinux.org/debhelper.git (read-only, click to copy)
Package Base: debhelper
Description: A collection of programs that can be used in a debian/rules file to automate common tasks
Upstream URL: https://salsa.debian.org/debian/debhelper
Licenses: GPL-2.0-or-later
Conflicts: dh-strip-nondeterminism
Provides: dh-strip-nondeterminism
Submitter: Garoth
Maintainer: xiota
Last Packager: xiota
Votes: 61
Popularity: 0.91
First Submitted: 2009-05-19 17:42 (UTC)
Last Updated: 2024-03-28 04:50 (UTC)

Pinned Comments

xiota commented on 2023-11-10 18:20 (UTC) (edited on 2023-12-21 08:49 (UTC) by xiota)

I no longer use this package, but prefer to use distrobox to work with deb packages. I am seeking a comaintainer for this and potentially some other Debian-related packages. Main qualification is to be an active user of the packages.

As far as I know, they're all in good, working condition, so there may not be much to do except bump versions.

Latest Comments

1 2 3 4 Next › Last »

Excalibur commented on 2024-02-28 10:49 (UTC)

dh_strip_nondeterminism is currently broken in the latest release. Needs following patch to work:

index 67c35c0..bd45578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -95,7 +95,7 @@ package() {

   cd "$_pkgsrc"
   make DESTDIR="$pkgdir" install
-  install -Dm755 "$srcdir/$_dh_strip_nondeterminism_script" -t "$pkgdir/usr/bin/dh_strip_nondeterminism"
+  install -Dm755 "$srcdir/$_dh_strip_nondeterminism_script" -T "$pkgdir/usr/bin/dh_strip_nondeterminism"
 }

 # vim:set ts=2 sw=2 et:

xiota commented on 2023-11-10 18:20 (UTC) (edited on 2023-12-21 08:49 (UTC) by xiota)

I no longer use this package, but prefer to use distrobox to work with deb packages. I am seeking a comaintainer for this and potentially some other Debian-related packages. Main qualification is to be an active user of the packages.

As far as I know, they're all in good, working condition, so there may not be much to do except bump versions.

jahway603 commented on 2023-11-10 17:58 (UTC) (edited on 2023-11-10 17:59 (UTC) by jahway603)

Thank you @xiota as following your suggestion of clearing the cache and retrying worked.

xiota commented on 2023-11-08 22:54 (UTC) (edited on 2023-11-08 23:03 (UTC) by xiota)

==> ERROR: /home/MY-USERNAME/.cache/paru/clone/debhelper/debhelper is not a clone...

Clear the cache and retry. If it still does not build, try building in a clean chroot.

jahway603 commented on 2023-11-08 22:38 (UTC)

This package continues to fail to build with the following error message

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: debhelper 13.11.7-1 (Wed 08 Nov 2023 05:37:56 PM EST)
==> Retrieving sources...
==> ERROR: /home/MY-USERNAME/.cache/paru/clone/debhelper/debhelper is not a clone of https://salsa.debian.org/debian/debhelper.git
    Aborting...
error: failed to download sources for 'debhelper-13.11.7-1': 
error: packages failed to build: debhelper-13.11.7-1

Any ideas how to fix this?

xiota commented on 2023-07-21 23:44 (UTC)

@natebragg Probably a configuration issue on your end. Using pamac-aur, built and installed fine with pamac build debhelper.

natebragg commented on 2023-07-21 18:08 (UTC) (edited on 2023-07-21 18:10 (UTC) by natebragg)

I am getting the following error when I try to install 13.11.4-2 with:

pamac install debhelper

The error is:

==> Starting build()...
po4a --previous -L UTF-8 man/po4a/po4a.cfg
make: po4a: No such file or directory
make: *** [Makefile:72: po4a-stamp] Error 127
==> ERROR: A failure occurred in build().
Aborting...

Installing worked fine when I ran:

git clone https://aur.archlinux.org/debhelper.git && cd debhelper && makepkg -si

xiota commented on 2023-05-04 06:05 (UTC) (edited on 2023-05-04 06:11 (UTC) by xiota)

Upstream depends specifically on man-db. The command-line arguments of mandoc are different from man-db, causing at least one of the scripts to fail during runtime.

ImperatorStorm commented on 2023-05-04 03:47 (UTC)

Is there a reason to depend on man-dbspecifically, and not man? mandoc works fine for building this.

delthas commented on 2023-01-24 10:11 (UTC)

OK, thanks! ♥