Skip to content

Commit

Permalink
Add a forgotten "debian.control" test
Browse files Browse the repository at this point in the history
We only checked for "debian/control" before.
  • Loading branch information
mlschroe committed Jan 21, 2022
1 parent 5769e1b commit 6c39d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recipe-dsc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dsc_move_build_result() {
mv "$changes" "$BUILD_ROOT/$TOPDIR/DEBS"
done

if test "$RECIPEFILE" != "debian/control" ; then
if test "$RECIPEFILE" != "debian/control" -a "$RECIPEFILE" != "debian.control" ; then
# link used sources over to DEB directory
ln $BUILD_ROOT/$DEB_SOURCEDIR/$DEB_DSCFILE $BUILD_ROOT/$TOPDIR/DEBS/
while read f ; do
Expand Down

0 comments on commit 6c39d42

Please sign in to comment.