Skip to content

Commit

Permalink
add temporary patches to workaround wwmm#304
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailnov authored and AsavarTzeth committed Aug 24, 2018
1 parent d5779c5 commit 207a7ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions debian/patches/01-appdata-validate-relax.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
This patch is a temporary workaround for https://github.com/wwmm/pulseeffects/issues/304
Author: Mikhail Novosyolov <[email protected]>
--- a/data/meson.build 2018-08-21 20:48:19.079215073 +0300
+++ b/data/meson.build 2018-08-21 21:20:35.301223933 +0300
@@ -47,7 +47,7 @@
appstream_util = find_program('appstream-util', required: false)
if appstream_util.found()
test('Validate appstream file', appstream_util,
- args: ['validate-strict', appdata_file]
+ args: ['validate-relax', appdata_file]
)
endif
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01-appdata-validate-relax.patch

0 comments on commit 207a7ff

Please sign in to comment.