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
cubicweb
cubes
squareui
Commits
50f43db8fe4d
Commit
ab1711cb
authored
Dec 06, 2017
by
Philippe Pepiot
Browse files
Refresh debian packaging
Use pybuild
parent
5bae74c4ea44
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
50f43db8
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
...
...
debian/control
View file @
50f43db8
...
...
@@ -5,8 +5,8 @@ Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
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
...
...
debian/rules
View file @
50f43db8
#!/usr/bin/make -f
export PYBUILD_DISABLE=test
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
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