Hi,
Can you update the Makefile.patch from:
/usr/share/xml/docbook/xsl-stylesheets-1.77.1/manpages/docbook.xsl
to:
/usr/share/xml/docbook/xsl-stylesheets-1.78.1/manpages/docbook.xsl
The new version of docbook-xsl.
Search Criteria
Package Details: devscripts 2.26.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/devscripts.git (read-only, click to copy) |
|---|---|
| Package Base: | devscripts |
| Description: | Scripts to make the life of a Debian Package maintainer easier |
| Upstream URL: | https://tracker.debian.org/pkg/devscripts |
| Licenses: | GPL-2.0-or-later |
| Conflicts: | checkbashisms |
| Provides: | checkbashisms |
| Submitter: | Misery |
| Maintainer: | fixeria |
| Last Packager: | ItachiSan |
| Votes: | 27 |
| Popularity: | 0.000000 |
| First Submitted: | 2008-03-19 22:52 (UTC) |
| Last Updated: | 2026-01-11 15:56 (UTC) |
Dependencies (30)
- debhelperAUR
- debianutilsAUR
- dpkg (dpkg-gitAUR, dpkg-gitAUR)
- perl (perl-gitAUR)
- perl-file-homedir
- perl-timedate
- sed (sed-gitAUR, uutils-sedAUR)
- sensible-utilsAUR (sensible-utils-gitAUR)
- wget (wget-gitAUR)
- bash-completion (bash-completion-gitAUR) (make)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- perl-file-basedir (make)
- perl-file-desktopentry (make)
- perl-git-wrapperAUR (make)
- perl-libwww (make)
- perl-list-compare (make)
- perl-parse-debcontrolAUR (make)
- perl-pod-parser (make)
- Show 10 more dependencies...
Required by (6)
Sources (2)
svitenti commented on 2013-05-17 15:00 (UTC)
JonnyJD commented on 2013-01-26 21:58 (UTC)
FYI I had to comment my MAKEFLAGS="-j4" in /etc/makepkg.conf for the package to build.
Parallel building is not supported for this package, as it seems.
max-k commented on 2013-01-21 08:30 (UTC)
Hi, here is the output of LC_MESSAGES="C" makepkg :
patching file po4a/Makefile
patching file po4a/Makefile
patching file scripts/Makefile
Hunk #1 succeeded at 38 with fuzz 2.
rm -f version
make -C scripts/
dpkg-parsechangelog | perl -ne '/^Version: (.*)/ && print $1' \
> version
make -C po4a/
make -C scripts/ install DESTDIR=/home/tsarboni/build/devscripts/pkg
cat: ../version: No such file or directory
[...]
BlueMatt commented on 2012-09-17 18:20 (UTC)
Seems this package is missing a po4a dep and a PATH=$PATH:/usr/bin/vendor_perl/
BlueMatt commented on 2012-09-17 18:00 (UTC)
Is anyone else getting:
cp debsnap.tmp debsnap
cp: cannot stat ‘debsnap.tmp’: No such file or directory
joschi commented on 2012-07-29 13:24 (UTC)
Thanks for providing the patch, wor!
<deleted-account> commented on 2012-07-26 17:50 (UTC)
Added another Makefile patch to fix "pod" errors:
https://gist.github.com/3183428
max-k commented on 2012-07-09 08:32 (UTC)
@lainme : To resolv this error, the line '=pod' must be removed from pod files.
Try this updated Makefile.patch : http://pastebin.archlinux.fr/448908
(Beware : you must replace spaces with tabs at the beginning of the lines)
lainme commented on 2012-07-04 05:12 (UTC)
The previous error donesn't appear for devscripts 2.10.68. It happens for 2.10.69 or higher
Pinned Comments
ItachiSan commented on 2026-01-11 09:00 (UTC)
For all: debianutils and systemd conflict.
See a fix at the AUR page for debianutils: https://aur.archlinux.org/packages/debianutils#comment-1054438
ItachiSan commented on 2017-05-17 10:50 (UTC) (edited on 2023-02-16 09:00 (UTC) by ItachiSan)
If the package is outdated, please report it with the 'Flag outdated package' above.
If there is an issue regarding packaging, please report it here:
https://github.com/ItachiSan/linux_packaging/issues/
As I do not use this package (I use a Docker container for Debian packaging) please tell me whenever a dependency is missing, so that I can move it from a make dependency to a normal dependency.