The config file location of pbuilder is /etc/pbuilderrc, not /etc/pbuilder/pbuilderrc. Is there a reason you use the directory?
Search Criteria
Package Details: pbuilder-ubuntu 0.231.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pbuilder-ubuntu.git (read-only, click to copy) |
---|---|
Package Base: | pbuilder-ubuntu |
Description: | personal package builder for Debian packages |
Upstream URL: | https://launchpad.net/ubuntu/+source/pbuilder |
Licenses: | GPL |
Conflicts: | pbuilder |
Provides: | pbuilder |
Submitter: | Misery |
Maintainer: | javmorin |
Last Packager: | javmorin |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2007-12-10 22:08 (UTC) |
Last Updated: | 2024-10-26 22:07 (UTC) |
Dependencies (9)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- debianutilsAUR
- debootstrap (debootstrap-gitAUR, debootstrap-pureosAUR)
- dpkg (dpkg-gitAUR)
- perl-timedate
- wget (wget-gitAUR, wurlAUR)
- debian-archive-keyring (optional) – checking release signatures of debian distributions
- debian-keyringAUR (optional) – checking release signatures of debian distributions (alternative package)
- ubuntu-keyring (optional) – checking release signatures of ubuntu distributions
Required by (1)
- cowdancer (requires pbuilder)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
drhooves commented on 2015-09-01 14:10 (UTC)
Sanao commented on 2014-09-03 16:14 (UTC)
0.215ubuntu9 is no longer available.
I use 0.215ubuntu10 instead with this md5sum : ac77b10c47d73bf374e9efaf61aa9d4e
bararchy commented on 2014-03-18 11:13 (UTC)
New version, 0.215ubuntu6, here is the fixed PKGBUILD
pkgname=pbuilder-ubuntu
pkgver=0.215ubuntu6
pkgrel=2
pkgdesc="personal package builder for Debian packages"
arch=(any)
url=source
license=('GPL')
depends=('debootstrap' 'dpkg' 'coreutils' 'wget' 'debianutils' 'perl-timedate')
optdepends=('ubuntu-keyring: checking release signatures of ubuntu distributions'
'debian-archive-keyring: checking release signatures of debian distributions'
'debian-keyring: checking release signatures of debian distributions (alternative package)')
provides=('pbuilder')
conflicts=('pbuilder')
source=(http://archive.ubuntu.com/ubuntu/pool/main/p/pbuilder/pbuilder_${pkgver}_all.deb)
backup=('etc/pbuilder/pbuilderrc')
md5sums=('98a8c1910686fa5c6645e870bcd57f79')
package() {
ar x pbuilder_${pkgver}_all.deb
xz -d data.tar.xz
tar -vxf data.tar -C "$pkgdir"
cp "$pkgdir/usr/share/pbuilder/pbuilderrc" "$pkgdir/etc/pbuilder/pbuilderrc"
# move the executables to /usr/bin
mkdir -p /usr/bin
mv "$pkgdir/usr/sbin"/* "$pkgdir/usr/bin/"
rmdir "$pkgdir/usr/sbin"
}
dolik.rce commented on 2013-11-14 12:06 (UTC)
piquer: Not really depend, as it can be run just as fine with debian-keyring or debian-archive-keyring and perhaps others. It depends what the particular user needs. I will add both debian and ubuntu keyrings as optional dependencies, so that user is notified of this when installing this package.
piquer commented on 2013-11-14 09:34 (UTC)
This should maybe depend on ubuntu-keyring? Otherwise pbuilder --create fails because it cannot check the release keys.
joschi commented on 2010-12-23 13:53 (UTC)
Updated PKGBUILD for pbuilder-ubuntu 0.199ubuntu4: http://aur.pastebin.com/Bmisnvyy
Pinned Comments
javmorin commented on 2021-07-28 16:32 (UTC)
All: I will soon be discontinuing the maintenance of this package, and requesting it be merged into the "pbuilder" package (by @J5lx) that is now in AUR.
That package is building from the original source files, so is more fitting with the AUR ideal.
I will keep this package as-is until I determine if there is an "AUR way" to migrate everyone without disruption.