Skip to content
Snippets Groups Projects
Commit 4cfb4241 authored by ale's avatar ale
Browse files

packaging fixes: use the right binary name, depend on python-pylibmc

parent a8f9317a
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,12 @@ Standards-Version: 3.9.4
Package: libpam-authclient
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM module for authserv.
PAM module for authserv.
Description: PAM module for the A/I authentication protocol.
PAM module for the A/I authentication protocol.
Package: ai-auth-server
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Depends: ${python:Depends}, ${misc:Depends}, python-gevent, python-pylibmc,
memcached
Description: Auth server package.
Centralized authentication server with OTP support.
......@@ -16,7 +16,7 @@ setup(
package_data={},
entry_points={
'console_scripts': [
'authserv = authserv.server:main',
'ai-auth-server = authserv.server:main',
],
}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment