Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
forgotpwd
Commits
70515ab6cd40
Commit
8a6c8008
authored
Oct 29, 2017
by
David Douard
Browse files
[pkg] update debian packaging
parent
f8abda48699b
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
70515ab6
...
@@ -5,13 +5,15 @@ Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
...
@@ -5,13 +5,15 @@ Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
Build-Depends:
Build-Depends:
debhelper (>= 9),
debhelper (>= 9),
python (>= 2.6.5),
python (>= 2.6.5),
dh-python,
python-setuptools,
Standards-Version: 3.9.6
Standards-Version: 3.9.6
Homepage: http://www.cubicweb.org/project/cubicweb-forgotpwd
Homepage: http://www.cubicweb.org/project/cubicweb-forgotpwd
Package: cubicweb-forgotpwd
Package: cubicweb-forgotpwd
Architecture: all
Architecture: all
Depends:
Depends:
cubicweb
-common
(>= 3.
19.0
),
python-
cubicweb (>= 3.
24
),
python-crypto,
python-crypto,
python-imaging,
python-imaging,
${python:Depends},
${python:Depends},
...
...
debian/rules
View file @
70515ab6
#!/usr/bin/make -f
#!/usr/bin/make -f
export NO_SETUPTOOLS=1
%:
%:
dh $@ --with python2
dh $@ --with python2
override_dh_auto_install:
dh_auto_install
# remove generated .egg-info file
rm -rf debian/*/usr/lib/python*
override_dh_python2:
dh_python2 -i /usr/share/cubicweb
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