Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskcoach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian
taskcoach
Commits
4f7f76f9
Commit
4f7f76f9
authored
Apr 24, 2018
by
Nicolas Boulenguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really disable parallel execution of upstream Makefile under xvfb.
parent
b90f19e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
changelog
debian/changelog
+8
-0
rules
debian/rules
+1
-1
No files found.
debian/changelog
View file @
4f7f76f9
taskcoach (1.4.3-7) unstable; urgency=medium
* Really disable parallel execution of upstream Makefile under xvfb.
* Migrate VCS-* to salsa.debian.org.
* Drop obsolete suggest: python-kde4.
-- Nicolas Boulenguez <nicolas@debian.org> Tue, 24 Apr 2018 11:15:20 +0200
taskcoach (1.4.3-6) unstable; urgency=medium
* Update path for python-wxgtk3.0 (>= 3.0.1.1+dfsg-2~). Closes: #895512.
...
...
debian/rules
View file @
4f7f76f9
...
...
@@ -9,7 +9,7 @@ override_dh_auto_clean::
override_dh_auto_build: override_%:
# img2py needs an X display to convert images.
# Do not mix xvfb-run and parallelism.
xvfb-run $(MAKE) prepare
xvfb-run $(MAKE)
-j1
prepare
$* --buildsystem=python_distutils
override_dh_auto_install:: override_%:
$* --buildsystem=python_distutils
...
...
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