Browse Source

Refresh patches

Christoph Biedl 1 year ago
parent
commit
bde2b3876c

+ 4 - 4
debian/patches/debian/2023-07-04.test-timeout.patch

@@ -12,8 +12,8 @@ on a fairly old hppa box the test take some whopping 643 seconds.
    env.set('SOCAT', socat.path())
  endif
  
--test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 60)
+-test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 360)
 +test('adv-standalone', find_program('adv-standalone'), env: env, timeout: 1200)
- test('adv-socat', find_program('adv-socat'), env: env, timeout: 60)
- test('rec-standalone', find_program('rec-standalone'), env: env, timeout: 60)
- test('rec-socat', find_program('rec-socat'), env: env)
+ test('adv-standalone-endpoint', find_program('adv-standalone-endpoint'), env: env, timeout: 360)
+ test('adv-socat', find_program('adv-socat'), env: env, timeout: 360)
+ test('adv-socat-endpoint', find_program('adv-socat-endpoint'), env: env, timeout: 360)

+ 3 - 3
debian/patches/for-upstream/2018-08-11.use-asciidoctor-to-build-manpages.patch

@@ -12,9 +12,9 @@ Bug: https://github.com/latchset/tang/issues/32
 -a2x = find_program('a2x', required: false)
 +asciidoctor = find_program('asciidoctor', required: false)
  compiler = meson.get_compiler('c')
- if not compiler.has_header('http_parser.h',args : '-I/usr/local/include')
-   error('http-parser devel files not found.')
-@@ -80,16 +80,16 @@
+ 
+ http_lib = []
+@@ -89,16 +89,16 @@
  install_data(units, install_dir: systemunitdir)
  install_data(licenses, install_dir: licensedir)