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

DebianPackager.py missing maintainer #11

Open
oneopc opened this issue May 29, 2019 · 1 comment
Open

DebianPackager.py missing maintainer #11

oneopc opened this issue May 29, 2019 · 1 comment
Labels
bug Something isn't working information requested

Comments

@oneopc
Copy link

oneopc commented May 29, 2019

   DebianPackager.py

try: if tweak_data['maintainer']['email']: control_file += "Maintainer: " + tweak_data['maintainer']['name'] + " <" \ + tweak_data['maintainer']['email'] + ">\n" except Exception: try: control_file += "Maintainer: " + tweak_data['maintainer']['name'] + "\n" except Exception: try: if tweak_data['developer']['email']: control_file += "Maintainer: " + tweak_data['developer']['name'] + " <" \ + tweak_data['developer']['email'] + ">\n" except Exception: try: control_file += "Maintainer: " + tweak_data['developer']['name'] + "\n" except Exception: control_file += "Maintainer: Unknown\n"

there is a problem with the judgment logic
missing maintainer dpkg-deb: warning: ignoring 1 warning about the control file(s)

@Shugabuga Shugabuga added the bug Something isn't working label Feb 29, 2020
@Shugabuga
Copy link
Owner

Can you please send me your Silica install, as a ZIP file, to silicadev [at] shuga [dot] co so I can look this over? I cannot reproduce this error without more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working information requested
Projects
None yet
Development

No branches or pull requests

2 participants