Browse Source

Refresh patch queue

Christoph Biedl 5 years ago
parent
commit
728a138a14
1 changed files with 2 additions and 8 deletions
  1. 2 8
      debian/patches/debian.use-asciidoctor-to-build-manpages.patch

+ 2 - 8
debian/patches/debian.use-asciidoctor-to-build-manpages.patch

@@ -5,7 +5,7 @@ Bug: https://github.com/latchset/tang/issues/32
 
 --- a/meson.build
 +++ b/meson.build
-@@ -38,7 +38,7 @@
+@@ -39,7 +39,7 @@
  
  jansson = dependency('jansson', version: '>=2.10', required: false)
  jose = dependency('jose', version: '>=8')
@@ -14,7 +14,7 @@ Bug: https://github.com/latchset/tang/issues/32
  
  bins = []
  mans = []
-@@ -47,14 +47,14 @@
+@@ -48,10 +48,10 @@
  
  install_data(bins, install_dir: bindir)
  
@@ -27,9 +27,3 @@ Bug: https://github.com/latchset/tang/issues/32
        install_dir: join_paths(get_option('mandir'), 'man' + m.split('.')[-1]),
        install: true
      )
-   endforeach
- else
-   warning('Will not build man pages due to missing dependencies!')
--endif
-\ No newline at end of file
-+endif