Skip to content
Snippets Groups Projects
Commit 50f43db8fe4d authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Refresh debian packaging

Use pybuild
parent 5bae74c4ea44
No related branches found
No related tags found
No related merge requests found
cubicweb-squareui (1.0.3-2) unstable; urgency=medium
* Refresh debian packaging
-- Philippe Pepiot <philippe.pepiot@logilab.fr> Wed, 06 Dec 2017 13:57:01 +0100
cubicweb-squareui (1.0.3-1) unstable; urgency=medium
* New upstream release
......
......@@ -5,8 +5,8 @@
Build-Depends:
debhelper (>= 9),
python (>= 2.6.5),
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
dh-python,
Standards-Version: 3.9.8
Package: cubicweb-squareui
Architecture: all
......
#!/usr/bin/make -f
export PYBUILD_DISABLE=test
export NO_SETUPTOOLS=1
%:
......@@ -3,12 +4,4 @@
export NO_SETUPTOOLS=1
%:
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
dh $@ --with python2 --buildsystem=pybuild
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