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

Freeze dh_make #41

Closed
Elvinra opened this issue Jul 23, 2014 · 2 comments
Closed

Freeze dh_make #41

Elvinra opened this issue Jul 23, 2014 · 2 comments

Comments

@Elvinra
Copy link

Elvinra commented Jul 23, 2014

In devel branch :
( dh_make --single --native ) 2>&1 | dialog --progressbox "Preparing xrdp source to make a Debian package..." 50 100

replace by

( dh_make --single --native -yes ) 2>&1 | dialog --progressbox "Preparing xrdp source to make a Debian package..." 50 100

@scarygliders
Copy link
Owner

Thanks - well spotted btw!

@scarygliders
Copy link
Owner

Actually, now I remember... the --yes flag is not backwards compatible with older versions of dh_make, and this would break o-matic running on distros with that older version. So in order to make it compatible the line needs to be;

( echo | dh_make --single --native ) 2>&1 ,,,

Which I had in the non-interactive version but forgot to put in the interactive. It's there now in devel.

But thanks for reminding me, btw ;)

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

No branches or pull requests

2 participants