fakeroot: update to 1.18.1.
This commit is contained in:
parent
5e332f0eb3
commit
e808419c47
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template file for 'fakeroot'
|
# Template file for 'fakeroot'
|
||||||
pkgname=fakeroot
|
pkgname=fakeroot
|
||||||
version=1.18
|
version=1.18.1
|
||||||
revision=1
|
|
||||||
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/f/fakeroot/${pkgname}_${version}.orig.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -9,7 +8,7 @@ short_desc="Gives a fake root environment"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://packages.debian.org/fakeroot"
|
homepage="http://packages.debian.org/fakeroot"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
checksum=3914c58ca81b6ba79cd35f063ec08c13c6723267830861519730eb7984dca95d
|
checksum=89db6c60a72155b3c2c466e6b772ef871ae1a55aa186c5c4d830a9120ed7b240
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue