mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-11 08:09:20 +00:00
368441254e
fakeroot (1.33-1) unstable; urgency=medium * New upstream version. - Patch from Samuel Thibault to add renameat2 support. closes: #1061257. -- Clint Adams <clint@debian.org> Sun, 21 Jan 2024 11:56:06 -0500 fakeroot (1.32.2-1) unstable; urgency=medium * New upstream version. - Romanian man page translation from Remus-Gabriel Chelu. closes: #1055386. - patch from Rudi Heitbaum to add missing wrapped.h dependency. closes: #1041674. -- Clint Adams <clint@debian.org> Mon, 06 Nov 2023 07:15:47 -0500 fakeroot (1.32.1-1) unstable; urgency=medium * New upstream version. * Updated German translation from Chris Leick. closes: #1032206. * Patch from John Paul Adrian Glaubitz to add build profile to allow bootstrapping. closes: #1040828. -- Clint Adams <clint@debian.org> Wed, 12 Jul 2023 09:59:17 -0400 fakeroot (1.32-1) unstable; urgency=medium * New upstream version. -- Clint Adams <clint@debian.org> Mon, 10 Jul 2023 09:14:43 -0400 fakeroot (1.31-1) unstable; urgency=medium * New upstream version. - patch from Johannes Schauer Marin Rodrigues to not use temporary file in chown test. closes: #1026132. -- Clint Adams <clint@debian.org> Mon, 06 Feb 2023 10:12:11 -0500 fakeroot (1.30.1-1) unstable; urgency=medium * New upstream version. - fixes and extends time64 support to fstatat64. closes: #1023286. -- Clint Adams <clint@debian.org> Thu, 03 Nov 2022 15:04:55 -0400 fakeroot (1.30-1) unstable; urgency=medium * New upstream version. - tries to cope with time64 on 32-bit architectures. closes: #1023286. * Drop kludge for glibc 2.33. -- Clint Adams <clint@debian.org> Wed, 02 Nov 2022 20:17:56 -0400 Link: https://github.com/openwrt/openwrt/pull/15746 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 lines
278 B
Diff
11 lines
278 B
Diff
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -1,6 +1,6 @@
|
|
AUTOMAKE_OPTIONS=foreign
|
|
ACLOCAL_AMFLAGS = -I build-aux
|
|
-SUBDIRS=doc scripts test
|
|
+SUBDIRS=scripts test
|
|
|
|
noinst_LTLIBRARIES = libcommunicate.la libmacosx.la libfakeroot_time64.la
|
|
libcommunicate_la_SOURCES = communicate.c
|