changed debian/source/format to native

This commit is contained in:
Lu zhiping 2022-06-27 15:39:52 +08:00
parent 6b380f1f17
commit c3c06d68fd
4 changed files with 1 additions and 41 deletions

View File

@ -1,19 +0,0 @@
Description: posix_fadvice is not available on kFreeBSD.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: David Robillard <d@drobilla.net>
---
src/serd_internal.h | 2 ++
1 file changed, 2 insertions(+)
--- a/src/serd_internal.h
+++ b/src/serd_internal.h
@@ -62,7 +62,9 @@
return NULL;
}
#if defined(HAVE_POSIX_FADVISE) && defined(HAVE_FILENO)
+#ifndef __FreeBSD_kernel__
posix_fadvise(fileno(fd), 0, 0, POSIX_FADV_SEQUENTIAL);
+#endif /*__FreeBSD_kernel__*/
#endif
return fd;
}

View File

@ -1,19 +0,0 @@
Description: Don't run ldconfig after calling the install target
and save a bit of time.
Author: Alessio Treglia <alessio@debian.org>
Forwarded: not-needed
---
wscript | 1 -
1 file changed, 1 deletion(-)
--- a/wscript
+++ b/wscript
@@ -181,8 +181,6 @@
# Man page
bld.install_files('${MANDIR}/man1', 'doc/serdi.1')
- bld.add_post_fun(autowaf.run_ldconfig)
-
def lint(ctx):
"checks code for style issues"
import subprocess

View File

@ -1,2 +0,0 @@
0001-kfreebsd_ftbfs.patch
1001-dont_run_ldconfig.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)