Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
sso
Commits
2554f0ed
Commit
2554f0ed
authored
Sep 07, 2015
by
ale
Browse files
use dh_python2
parent
18c575ee
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/rules
View file @
2554f0ed
...
...
@@ -87,9 +87,9 @@ install: build
# libpam-sso
install
-d
$(CURDIR)/debian/libpam-sso/lib/security
cp
-L
$(CURDIR)/debian/ai-sso/lib/security/pam_sso.so
\
cp
-L
$(CURDIR)/debian/ai-sso/lib/security/pam_sso.so
.0.0.0
\
$(CURDIR)/debian/libpam-sso/lib/security/pam_sso.so
-rm
-fr
$(CURDIR)/debian/
libpam
-sso/lib
-rm
-fr
$(CURDIR)/debian/
ai
-sso/lib
...
...
@@ -109,7 +109,8 @@ binary-arch: build install
# dh_installemacsen
# dh_installpam
# dh_installmime
dh_pysupport
# dh_pysupport
dh_python2
--no-guessing-versions
dh_installinit
# dh_installcron
# dh_installinfo
...
...
src/python/Makefile.am
View file @
2554f0ed
...
...
@@ -21,4 +21,4 @@ clean-local:
$(PYTHON_SETUP_PY)
clean
--all
install-exec-local
:
$(PYTHON_SETUP_PY)
install
--root
=
${DESTDIR}
///
--prefix
=
$(prefix)
$(PYTHON_SETUP_PY)
install
--root
=
${DESTDIR}
///
--prefix
=
$(prefix)
--install-layout
=
deb
src/sso_server/Makefile.am
View file @
2554f0ed
...
...
@@ -12,4 +12,4 @@ clean-local:
$(PYTHON)
setup.py clean
--all
install-exec-local
:
$(PYTHON)
setup.py
install
--root
=
${DESTDIR}
///
--prefix
=
$(prefix)
$(PYTHON)
setup.py
install
--root
=
${DESTDIR}
///
--prefix
=
$(prefix)
--install-layout
=
deb
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment