Revert "{chroot-,}fakeroot: update to 1.20."
This reverts commit fdd49c5179
.
1.20 needs libcap-devel to build, which would add a bunch of dependencies
to chroot-fakeroot. So let's revert this update for now.
This commit is contained in:
parent
fdd49c5179
commit
9dfb8f7f6a
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'chroot-fakeroot'
|
# Template file for 'chroot-fakeroot'
|
||||||
pkgname=chroot-fakeroot
|
pkgname=chroot-fakeroot
|
||||||
version=1.20
|
version=1.18.4
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
wrksrc="fakeroot-${version}"
|
wrksrc="fakeroot-${version}"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/fakeroot_${version}.orig.tar.bz2"
|
||||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||||
long_desc="
|
long_desc="
|
||||||
This package is intended to remove the need to become root for a package build.
|
This package is intended to remove the need to become root for a package build.
|
||||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||||
|
@ -30,6 +30,6 @@ chroot-fakeroot_package() {
|
||||||
provides="fakeroot-${version}_${revision}"
|
provides="fakeroot-${version}_${revision}"
|
||||||
conflicts="fakeroot>=0"
|
conflicts="fakeroot>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.20
|
version=1.18.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Gives a fake root environment"
|
short_desc="Gives a fake root environment"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||||
checksum=2297b7e79487cf0bbc64ff6d3d02446d895e82e2b26467c74fd1119011f6f098
|
checksum=0a359efa3e9496c33234b3e9c89306a09bb4da9d33de43c261f1d8447e6ebea2
|
||||||
long_desc="
|
long_desc="
|
||||||
This package is intended to remove the need to become root for a package build.
|
This package is intended to remove the need to become root for a package build.
|
||||||
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
This is done by setting LD_PRELOAD to libfakeroot.so, which provides wrappers
|
||||||
|
@ -24,6 +24,6 @@ post_install() {
|
||||||
fakeroot_package() {
|
fakeroot_package() {
|
||||||
conflicts="chroot-fakeroot>=0"
|
conflicts="chroot-fakeroot>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove usr
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue