Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
5d28b8d8
Commit
5d28b8d8
authored
10 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Use UTF-8 encoding for the python policy in HTML format. Closes: #689931.
parent
e400da75
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
2 additions
and
1 deletion
debian/changelog
+
1
−
0
View file @
5d28b8d8
python-defaults (2.7.6-1) UNRELEASED; urgency=medium
python-defaults (2.7.6-1) UNRELEASED; urgency=medium
* Bump version to 2.7.6.
* Bump version to 2.7.6.
* Use UTF-8 encoding for the python policy in HTML format. Closes: #689931.
-- Matthias Klose <doko@debian.org> Wed, 07 May 2014 14:40:27 +0200
-- Matthias Klose <doko@debian.org> Wed, 07 May 2014 14:40:27 +0200
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
5d28b8d8
...
@@ -50,7 +50,7 @@ stamp-build:
...
@@ -50,7 +50,7 @@ stamp-build:
stamp-doc-policy:
stamp-doc-policy:
debiandoc2text debian/python-policy.sgml
debiandoc2text debian/python-policy.sgml
mv -f python-policy.txt debian/
mv -f python-policy.txt debian/
debiandoc2html debian/python-policy.sgml
debiandoc2html
-l en.UTF-8
debian/python-policy.sgml
rm -rf debian/python-policy.html
rm -rf debian/python-policy.html
mv -f python-policy.html debian/
mv -f python-policy.html debian/
make -C pydist README.PyDist.html
make -C pydist README.PyDist.html
...
...
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