aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xfind-debuginfo.sh1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f136191..e66472f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- fix package build when the debug package is empty (regression introduded in
+ 1.96)
+
Version 1.96 - 10 December 2009, by Anssi Hannula
- fix perl.prov to assign versions to provides when the version is declared
with 'our' or 'my' keyword, or when it is prepended with code
diff --git a/find-debuginfo.sh b/find-debuginfo.sh
index 30bb311..14c9f71 100755
--- a/find-debuginfo.sh
+++ b/find-debuginfo.sh
@@ -50,6 +50,7 @@ do
fi
done
+touch $LISTFILE
[[ -d ${debugdir} ]] && \
find ${debugdir} -type f | sed -n -e "s#^$RPM_BUILD_ROOT##p" > $LISTFILE