Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile error: cannot copy a directory, 'DEBUILD', into itself #82

Open
marrek-az opened this issue Oct 13, 2022 · 2 comments
Open

Makefile error: cannot copy a directory, 'DEBUILD', into itself #82

marrek-az opened this issue Oct 13, 2022 · 2 comments

Comments

@marrek-az
Copy link

The Makefile target "debianize" contains:

mkdir -p DEBUILD/${SRC_DIR}
cp -r * DEBUILD/${SRC_DIR}

This resuilts in an error on Ubuntu: cannot copy a directory, 'DEBUILD', into itself

Consider changing the cp to:
cp -r ${ls |grep -v DEBUILD}

... or something that does that.

@nealhead
Copy link

I also have this issue

@M-Pepper
Copy link

For some reason the author did not include all of the build dependencies in the debian/control file.

devscripts is required to build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants