Package Details: debhelper 13.11.5-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.git/
Licenses: GPL2, GPL3
Conflicts: dh-strip-nondeterminism
Provides: dh-strip-nondeterminism
Submitter: Garoth
Maintainer: xiota
Last Packager: xiota
Votes: 58
Popularity: 0.80
First Submitted: 2009-05-19 17:42 (UTC)
Last Updated: 2023-09-21 11:02 (UTC)

Latest Comments

1 2 3 4 Next › Last »

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! ♥

xiota commented on 2023-01-04 20:14 (UTC)

dh-strip-nondeterminism isn't a real dependency. The deb package probably includes it so deb devs can install all the tools they might need at once. It's also largely a duplicate of community/strip-nondeterminism, with the only difference being a single script. So I'm adding just that script to this package.

delthas commented on 2023-01-04 11:01 (UTC)

Should this depend on dh-strip-nondeterminism as well? The debhelper package from Debian depends on it.

gustawho commented on 2020-07-03 02:34 (UTC)

It seems that there's a missing dependency: perl-pod-parser

linuxergr commented on 2020-02-24 09:31 (UTC)

This package was left behind it's development stage and is considered outdated

Please follow my debhelpergit at ttps://aur.archlinux.org/packages/debhelpergit/

I will probably provide dh_*git new PKGBUILDs too