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
d8d7d7f9
Commit
d8d7d7f9
authored
12 years ago
by
Scott Kitterman
Browse files
Options
Downloads
Patches
Plain Diff
* Move /usr/bin/pyversions from python to python-minimal since that's where
the actual script it's a symlink to lives, add Breaks/Replaces
parent
230442c4
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
+3
-1
3 additions, 1 deletion
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
6 additions
and
4 deletions
debian/changelog
+
3
−
1
View file @
d8d7d7f9
...
@@ -3,8 +3,10 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low
...
@@ -3,8 +3,10 @@ python-defaults (2.7.2-11) UNRELEASED; urgency=low
* Bump minimum debhelper version to 8 so all tests will run
* Bump minimum debhelper version to 8 so all tests will run
- dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8
- dh_python2 tests 1 - 5 require dh 7 and test 6 needs dh 8
* Move idle.xpm symlink from python to idle and add Breaks/Replaces
* Move idle.xpm symlink from python to idle and add Breaks/Replaces
* Move /usr/bin/pyversions from python to python-minimal since that's where
the actual script it's a symlink to lives, add Breaks/Replaces
-- Scott Kitterman <scott@kitterman.com> Wed,
21 Ma
r 2012 1
8:40:43
-0400
-- Scott Kitterman <scott@kitterman.com> Wed,
18 Ap
r 2012 1
7:09:28
-0400
python-defaults (2.7.2-10) unstable; urgency=low
python-defaults (2.7.2-10) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
d8d7d7f9
...
@@ -33,8 +33,8 @@ Priority: standard
...
@@ -33,8 +33,8 @@ Priority: standard
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.2-3~), dpkg (>= 1.13.20)
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.2-3~), dpkg (>= 1.13.20)
Recommends: python
Recommends: python
Conflicts: python-central (<< 0.5.5)
Conflicts: python-central (<< 0.5.5)
Breaks: python (<
=
2.
4-1
), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2)
Breaks: python (<
<
2.
7.2-11~
), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2)
Replaces: python (<
=
2.
4-1)
Replaces: python (<
<
2.
7.2-11~
Description: minimal subset of the Python language (default version)
Description: minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's used
This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks.
in the boot process for some basic tasks.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
d8d7d7f9
...
@@ -179,7 +179,7 @@ binary-indep: build install stamp-doc
...
@@ -179,7 +179,7 @@ binary-indep: build install stamp-doc
debian/python-minimal/usr/share/python/
debian/python-minimal/usr/share/python/
install -m 644 debian/pyversions.1 \
install -m 644 debian/pyversions.1 \
debian/python-minimal/usr/share/man/man1/
debian/python-minimal/usr/share/man/man1/
dh_link -ppython /usr/share/python/pyversions.py /usr/bin/pyversions
dh_link -ppython
-minimal
/usr/share/python/pyversions.py /usr/bin/pyversions
# install -m 755 debian/pycompile \
# install -m 755 debian/pycompile \
# debian/python-minimal/usr/bin/
# debian/python-minimal/usr/bin/
...
...
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