diff -Nru openscap-1.2.16/debian/changelog openscap-1.2.16/debian/changelog --- openscap-1.2.16/debian/changelog 2018-04-29 01:33:35.000000000 +0900 +++ openscap-1.2.16/debian/changelog 2018-05-03 17:38:37.000000000 +0900 @@ -1,3 +1,10 @@ +openscap (1.2.16-2) unstable; urgency=medium + + * Add patch to install CPE OVAL files + * Remove explicit call to dh autotool-dev, now done automatically + + -- Pierre Chifflier Thu, 03 May 2018 10:38:37 +0200 + openscap (1.2.16-1) unstable; urgency=medium * New upstream version 1.2.16 diff -Nru openscap-1.2.16/debian/patches/010-install-cpe-oval.patch openscap-1.2.16/debian/patches/010-install-cpe-oval.patch --- openscap-1.2.16/debian/patches/010-install-cpe-oval.patch 1970-01-01 09:00:00.000000000 +0900 +++ openscap-1.2.16/debian/patches/010-install-cpe-oval.patch 2018-05-03 17:24:32.000000000 +0900 @@ -0,0 +1,10 @@ +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.16/debian/patches/series openscap-1.2.16/debian/patches/series --- openscap-1.2.16/debian/patches/series 2018-04-29 01:17:49.000000000 +0900 +++ openscap-1.2.16/debian/patches/series 2018-05-03 17:03:32.000000000 +0900 @@ -4,3 +4,4 @@ 007_automake_fix_schema_install.patch 008_fix_kfreebsd_ftbfs.patch 009_rename_perl_so,patch +010-install-cpe-oval.patch diff -Nru openscap-1.2.16/debian/rules openscap-1.2.16/debian/rules --- openscap-1.2.16/debian/rules 2017-07-05 19:47:23.000000000 +0900 +++ openscap-1.2.16/debian/rules 2018-05-03 17:34:35.000000000 +0900 @@ -38,4 +38,4 @@ rm -rf build-* %: - dh $@ --with autotools-dev,autoreconf,python2 + dh $@ --with autoreconf,python2