Hi, could you add this element in your PKGBUILD to make it build ?
options=('!makeflags')
Thanks a lot.
Search Criteria
Package Details: devscripts 2.24.10-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: | GPL2 |
Conflicts: | checkbashisms |
Provides: | checkbashisms |
Submitter: | Misery |
Maintainer: | ItachiSan |
Last Packager: | ItachiSan |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2008-03-19 22:52 (UTC) |
Last Updated: | 2025-01-07 14:43 (UTC) |
Dependencies (31)
- debhelperAUR (debhelper-gitAUR)
- debianutilsAUR
- dpkg (dpkg-gitAUR)
- perl (perl-gitAUR)
- perl-file-homedir
- perl-timedate
- sed (busybox-coreutilsAUR, sed-gitAUR)
- sensible-browser (sensible-utilsAUR)
- sensible-editor (sensible-utilsAUR)
- wget (wget-gitAUR, wurlAUR)
- bash-completion (bash-completion-gitAUR) (make)
- docbook-xsl (make)
- git (git-gitAUR, git-glAUR) (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)
- perl-timedate (make)
- po4a (make)
- python-setuptools (make)
- debian-keyringAUR (optional) – Required for commands interacting with the system / user keyring
- perl-file-dirlistAUR (optional) – Required for uscan
- perl-file-touchAUR (optional) – Required for uscan
- perl-ipc-run (optional) – Required for uscan
- perl-lwp-protocol-https (optional) – Required for uscan
- perl-moo (optional) – Required for uscan
- quilt (optional) – Required for edit-patch
Required by (5)
Sources (2)
max-k commented on 2013-05-23 13:25 (UTC)
svitenti commented on 2013-05-17 15:45 (UTC)
Actually to work with the current conventions the PKGBUILD must be something like the below, note that sensible-utils was added as a dependency.
depends=('dpkg' 'wget' 'sed' 'perl' 'debianutils' 'debhelper' 'sensible-utils')
build() {
cd "$srcdir"/$pkgname-$pkgver
patch -p0 -i ../Makefile.patch
}
package() {
cd "$pkgdir"
mkdir -p etc/bash_completion.d
mkdir -p usr/bin
mkdir -p usr/lib/devscripts
mkdir -p usr/share/devscripts
cd "$srcdir"/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
svitenti commented on 2013-05-17 15:00 (UTC)
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.
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
Pinned Comments
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.