summaryrefslogtreecommitdiff
path: root/build-recipe-dsc
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-04-01 16:10:25 +0200
committerMichael Schroeder <mls@suse.de>2014-04-02 10:50:37 +0200
commitd4671aa79d657f907689ab2989d80b40bc01d5e2 (patch)
tree701af506292e875ff888604e84446d42e84ef1d1 /build-recipe-dsc
parent04073b88b45617887e9c8a90016d79e17b769de6 (diff)
to longer transfer SOURCES.DEB
commit #acae6cd1 added SOURCES.DEB as workaround instead of exporting all files in the DEB directory. As we now do the later, we can remove the workaround again.
Diffstat (limited to 'build-recipe-dsc')
-rw-r--r--build-recipe-dsc3
1 files changed, 1 insertions, 2 deletions
diff --git a/build-recipe-dsc b/build-recipe-dsc
index 7f8d111..81cd024 100644
--- a/build-recipe-dsc
+++ b/build-recipe-dsc
@@ -74,7 +74,7 @@ recipe_build_dsc() {
test -e "$DEB" && mv "$DEB" "$BUILD_ROOT/$TOPDIR/DEBS"
done
- # link sources over
+ # link used sources over to DEB directory
ln $BUILD_ROOT/$DEB_SOURCEDIR/$DEB_DSCFILE $BUILD_ROOT/$TOPDIR/DEBS/
while read f ; do
ln $BUILD_ROOT/$DEB_SOURCEDIR/$f $BUILD_ROOT/$TOPDIR/DEBS/
@@ -83,5 +83,4 @@ recipe_build_dsc() {
recipe_resultdirs_dsc() {
echo DEBS
- echo SOURCES.DEB
}