Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
squareui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
squareui
Commits
50f43db8fe4d
Commit
50f43db8fe4d
authored
7 years ago
by
Philippe Pepiot
Browse files
Options
Downloads
Patches
Plain Diff
Refresh debian packaging
Use pybuild
parent
5bae74c4ea44
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
debian/rules
+2
-9
2 additions, 9 deletions
debian/rules
with
10 additions
and
11 deletions
debian/changelog
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
50f43db8
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
9
View file @
50f43db8
#!/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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment