Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
ai
sso
Commits
f8c56bae
Commit
f8c56bae
authored
Jun 14, 2017
by
godog
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian: remove python-support and pyversions, unused
parent
a8a94e9c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
12 deletions
+1
-12
debian/control
debian/control
+1
-1
debian/pyversions
debian/pyversions
+0
-1
debian/rules
debian/rules
+0
-10
No files found.
debian/control
View file @
f8c56bae
...
...
@@ -3,7 +3,7 @@ Section: net
Priority: extra
Maintainer: Autistici/Inventati <debian@autistici.org>
Build-Depends: debhelper (>= 5), apache2-prefork-dev | apache2-threaded-dev,
autoconf, automake, libtool, python-dev,
python-support
, swig,
autoconf, automake, libtool, python-dev,
dh-python, python-all
, swig,
libpam-dev, python-setuptools, python-flup, pkg-config, libz-dev,
python-m2crypto
Standards-Version: 3.7.2
...
...
debian/pyversions
deleted
100644 → 0
View file @
a8a94e9c
2.6-
debian/rules
View file @
f8c56bae
...
...
@@ -9,8 +9,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
PYVERS
=
$(
shell
pyversions
-vs
)
configure
:
configure-stamp
configure-stamp
:
dh_testdir
...
...
@@ -61,14 +59,6 @@ install: build
install
-o
root
-g
root
-m
644
debian/ai-sso-server_logging.conf
\
$(CURDIR)/debian/ai-sso-server/etc/sso/logging.conf
#for v in $(PYVERS); do \
#install -d $(CURDIR)/debian/ai-sso-server/usr/lib/python$$v/site-packages/libsso ; \
#(tar -c -f- --exclude=.svn -C libsso/python sso_server | \
#tar -x -f- -C $(CURDIR)/debian/ai-sso-server/usr/lib/python$$v/site-packages/libsso) ; \
#rm -rf $(CURDIR)/debian/ai-sso-server/usr/lib/python$$v/site-packages/libsso/sso_server/test ; \
#chown -R root:root $(CURDIR)/debian/ai-sso-server/usr/lib/python$$v/site-packages/libsso ; \
#done
install
-d
$(CURDIR)/debian/ai-sso-server/usr/sbin
/bin/echo
-e
"#!/usr/bin/python\nfrom sso_server.main import main\nmain()"
>
\
$(CURDIR)/debian/ai-sso-server/usr/sbin/sso_server
...
...
Write
Preview
Markdown
is supported
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