-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Trying to create official Debian packages, https://bugs.debian.org/641768 #15
Comments
I see the problem, the first make target is not what it's supposed to be. For now, you could use |
will you unbundle all the fonts or will they stay? it will take me some time to write the debian/copyright and repackage the source tarball to fit debian. but i hope/plan to have it in so pink debian can have it with 22.04. |
Would there be any inconvenience with keeping the fonts? |
well yes most likely all the fonts already exist so matter of depends/build-depends. but the main thing is writing the debian/copyright file. the advantage to not ship it is: easier to update the font and no "code" duplication. |
can it be built without cx_freeze? |
It can be built without cx_freeze. Use cx_freeze was the first tool that kind of solved this problem, so I used it. |
can you confirm that web-greeter is only useful together with lightdm? or can it be used without lightdm? my eyes:
really, we don't touch /opt, and .desktop files have Exec=binary (no paths) |
ok a first untested version is available at http://sid.ethz.ch/debian/web-greeter/ it is not installing any config files though |
No, it's not usable or useful without lightdm. Although, you can use it as a lock-screen with light-locker, or inside a desktop environment without lightdm as a program but as a service, using
xd
Really? As I didn't find a way to build everything into a single binary (without zip build), I thought moving it inside Also, as you may have noticed, there are two |
i have to fix all the yellows and reds: https://mentors.debian.net/package/web-greeter/ |
if you want to fix usr/share/web-greeter/themes/dracula/assets/window-blurred.png (is JPEG) and maybe package-contains-empty-directory and maybe you want to add and imrpove |
Fixed some errors with local lintian in ee0b983, except for |
Environment
Bug description
make
failsSteps to reproduce
Download tar.gz; tar xzvf the.tar.gz; cd */
make
Expected behavior
It builds.
Screenshots
The text was updated successfully, but these errors were encountered: