diff -Nru openscap-1.2.15/debian/changelog openscap-1.2.15/debian/changelog --- openscap-1.2.15/debian/changelog 2018-02-28 08:38:43.000000000 +0000 +++ openscap-1.2.15/debian/changelog 2019-10-04 14:23:11.000000000 +0000 @@ -1,3 +1,10 @@ +openscap (1.2.15-1ubuntu0.1) bionic; urgency=medium + + * debian/patches/010-install-cpe-oval.patch: properly install CPE OVAL + files. (LP: #1845216) + + -- Marc Deslauriers Fri, 04 Oct 2019 10:23:11 -0400 + openscap (1.2.15-1build1) bionic; urgency=medium * No-change rebuild against libcurl4 diff -Nru openscap-1.2.15/debian/patches/010-install-cpe-oval.patch openscap-1.2.15/debian/patches/010-install-cpe-oval.patch --- openscap-1.2.15/debian/patches/010-install-cpe-oval.patch 1970-01-01 00:00:00.000000000 +0000 +++ openscap-1.2.15/debian/patches/010-install-cpe-oval.patch 2019-10-04 14:23:11.000000000 +0000 @@ -0,0 +1,13 @@ +Description: properly install CPE OVAL files +Origin: taken from openscap (1.2.16-2) + +Index: openscap/cpe/Makefile.am +=================================================================== +--- openscap.orig/cpe/Makefile.am ++++ openscap/cpe/Makefile.am +@@ -1,4 +1,4 @@ + cpedir = $(pkgdatadir)/cpe/ +-cpe_DATA = $(wildcard *.xml) README ++cpe_DATA = $(wildcard $(srcdir)/*.xml) README + + EXTRA_DIST = $(cpe_DATA) diff -Nru openscap-1.2.15/debian/patches/series openscap-1.2.15/debian/patches/series --- openscap-1.2.15/debian/patches/series 2015-12-06 13:53:16.000000000 +0000 +++ openscap-1.2.15/debian/patches/series 2019-10-04 14:23:01.000000000 +0000 @@ -3,3 +3,4 @@ 006_fix_dpkg_probe.patch 007_automake_fix_schema_install.patch 008_fix_kfreebsd_ftbfs.patch +010-install-cpe-oval.patch