Package Details: devscripts 2.23.7-1

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.000003
First Submitted: 2008-03-19 22:52 (UTC)
Last Updated: 2023-12-15 20:20 (UTC)

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.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

max-k commented on 2013-05-23 13:25 (UTC)

Hi, could you add this element in your PKGBUILD to make it build ? options=('!makeflags') Thanks a lot.

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