mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
fakeroot: fix download URL
Closes #3451 The Debian package snapshot service moved to an official debian.org address last year (http://www.debian.org/News/2010/20100412) with a slightly different URL structure, so adjust the download URL to match. Signed-off-by: Hector Oron <hector.oron@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
27c152db06
commit
308bc53791
9
CHANGES
9
CHANGES
@ -1,12 +1,13 @@
|
|||||||
2011.05, Not released yet:
|
2011.05, Not released yet:
|
||||||
|
|
||||||
Updated/fixed packages: avahi, busybox, dropbear, ffmpeg,
|
Updated/fixed packages: avahi, busybox, dropbear, fakeroot,
|
||||||
file, gnuconfig, gst-ffmpeg, imagemagick, libdnet, libpng,
|
ffmpeg, file, gnuconfig, gst-ffmpeg, imagemagick, libdnet,
|
||||||
libxml2, libxslt, makedevs, mpg123, pkg-config, qt, samba,
|
libpng, libxml2, libxslt, makedevs, mpg123, pkg-config, qt,
|
||||||
squashfs, xerces, xorg-server, xz
|
samba, squashfs, xerces, xorg-server, xz
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
#3451: fakeroot package: wrong FAKEROOT_SITE variable
|
||||||
#3475: Calling sync on large filesystems when not always necessary
|
#3475: Calling sync on large filesystems when not always necessary
|
||||||
|
|
||||||
2011.02, Released February 28th, 2011:
|
2011.02, Released February 28th, 2011:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
FAKEROOT_VERSION:=1.9.5
|
FAKEROOT_VERSION:=1.9.5
|
||||||
FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
|
FAKEROOT_SOURCE:=fakeroot_$(FAKEROOT_VERSION).tar.gz
|
||||||
FAKEROOT_SITE:=http://snapshot.debian.net/archive/2008/04/27/debian/pool/main/f/fakeroot/
|
FAKEROOT_SITE:=http://snapshot.debian.org/archive/debian/20080427T000000Z/pool/main/f/fakeroot/
|
||||||
|
|
||||||
define FAKEROOT_PATCH_FAKEROOT_IN
|
define FAKEROOT_PATCH_FAKEROOT_IN
|
||||||
# If using busybox getopt, make it be quiet.
|
# If using busybox getopt, make it be quiet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user