Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sphinx
Manage
Activity
Members
Labels
Plan
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
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
Debian Python Team
packages
sphinx
Commits
185f91d1
Commit
185f91d1
authored
8 years ago
by
Dmitry Shachnev
Browse files
Options
Downloads
Patches
Plain Diff
Stop running jstest during build (but still run it in the autopkgtest).
parent
fc661287
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
+1
-2
1 addition, 2 deletions
debian/control
debian/rules
+0
-1
0 additions, 1 deletion
debian/rules
with
7 additions
and
3 deletions
debian/changelog
+
6
−
0
View file @
185f91d1
sphinx (1.4.6-2) UNRELEASED; urgency=medium
* Stop running jstest during build (but still run it in the autopkgtest).
-- Dmitry Shachnev <mitya57@debian.org> Sat, 03 Sep 2016 19:54:15 +0300
sphinx (1.4.6-1) unstable; urgency=medium
sphinx (1.4.6-1) unstable; urgency=medium
* New upstream bugfix release (closes: #835026).
* New upstream bugfix release (closes: #835026).
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
2
View file @
185f91d1
...
@@ -20,8 +20,7 @@ Build-Depends-Indep: dh-python,
...
@@ -20,8 +20,7 @@ Build-Depends-Indep: dh-python,
python-babel (>= 1.3), python3-babel (>= 1.3),
python-babel (>= 1.3), python3-babel (>= 1.3),
python-alabaster (>= 0.7), python3-alabaster (>= 0.7),
python-alabaster (>= 0.7), python3-alabaster (>= 0.7),
python-imagesize, python3-imagesize,
python-imagesize, python3-imagesize,
xvfb, xauth, libjs-jquery (>= 1.4), libjs-underscore,
libjs-jquery (>= 1.4), libjs-underscore,
python3-gi, gir1.2-webkit2-4.0 (>= 2.10),
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texinfo,
texlive-luatex, texlive-generic-extra,
texlive-luatex, texlive-generic-extra,
dvipng,
dvipng,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
0
−
1
View file @
185f91d1
...
@@ -64,7 +64,6 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
...
@@ -64,7 +64,6 @@ ifeq "$(filter nocheck,$(DEB_BUILD_OPTIONS))" ""
fi
;
\
fi
;
\
done
done
rm
-rf
build/py2/tests/ build/py3/tests/
rm
-rf
build/py2/tests/ build/py3/tests/
xvfb-run
-a
./debian/jstest/run-tests build/html/
endif
endif
# import sphinx.pycode to generate grammar pickle files
# import sphinx.pycode to generate grammar pickle files
cd
build/py2/
&&
PYTHONHASHSEED
=
0 python
-c
"import sphinx.pycode"
cd
build/py2/
&&
PYTHONHASHSEED
=
0 python
-c
"import sphinx.pycode"
...
...
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