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

Add dh_make dependency #1

Open
bafu opened this issue Dec 11, 2017 · 0 comments
Open

Add dh_make dependency #1

bafu opened this issue Dec 11, 2017 · 0 comments

Comments

@bafu
Copy link
Member

bafu commented Dec 11, 2017

Execute dlmodel2deb on clear system without dh-make will get errors below:

$ ./dlmodel2deb <source-package-dirpath>
/bin/sh: 1: dh_make: not found
/bin/sh: 1: cd: can't cd to debian
rm: cannot remove '*ex': No such file or directory
rm: cannot remove '*EX': No such file or directory
rm: cannot remove 'README.*': No such file or directory
...
Traceback (most recent call last):
  File "./dlmodel2deb", line 72, in <module>
    main()
  File "./dlmodel2deb", line 67, in main
    create_install(work_dirpath)
  File "./dlmodel2deb", line 24, in create_install
    with open('debian/install', 'w') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'debian/install'
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

1 participant