Skip to content
Snippets Groups Projects
Commit d03c0fcf 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,11 @@ Standards-Version: 3.9.4 ...@@ -10,11 +10,11 @@ Standards-Version: 3.9.4
Package: libpam-authclient Package: libpam-authclient
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM module for authserv. Description: PAM module for the A/I authentication protocol.
PAM module for authserv. PAM module for the A/I authentication protocol.
Package: ai-auth-server Package: ai-auth-server
Architecture: all Architecture: all
Depends: ${python:Depends}, ${misc:Depends} Depends: ${python:Depends}, ${misc:Depends}, python-pylibmc, memcached
Description: Auth server package. Description: Auth server package.
Centralized authentication server with OTP support. Centralized authentication server with OTP support.
...@@ -16,7 +16,7 @@ setup( ...@@ -16,7 +16,7 @@ setup(
package_data={}, package_data={},
entry_points={ entry_points={
'console_scripts': [ '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.
Please register or to comment