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
36f33f94
Commit
36f33f94
authored
8 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Lower priority of packages from standard to optional.
parent
bad282a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
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
+3
-3
3 additions, 3 deletions
debian/control
debian/control.in
+3
-3
3 additions, 3 deletions
debian/control.in
with
12 additions
and
6 deletions
debian/changelog
+
6
−
0
View file @
36f33f94
python-defaults (2.7.13-2) UNRELEASED; urgency=medium
* Lower priority of packages from standard to optional.
-- Matthias Klose <doko@debian.org> Fri, 30 Dec 2016 07:03:55 +0100
python-defaults (2.7.13-1) unstable; urgency=medium
[ Matthias Klose ]
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
3
−
3
View file @
36f33f94
...
...
@@ -16,7 +16,7 @@ Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-
Package: python
Architecture: any
Multi-Arch: allowed
Priority:
standard
Priority:
optional
Pre-Depends: python-minimal (= ${binary:Version})
Depends: ${misc:Depends}, python2.7 (>= 2.7.13-1~), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (>= 2.7.13-1~)
...
...
@@ -35,7 +35,7 @@ Description: interactive high-level object-oriented language (default version)
Package: python-minimal
Architecture: any
Multi-Arch: allowed
Priority:
standard
Priority:
optional
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.13-1~), dpkg (>= 1.13.20)
Recommends: python
Conflicts: python-central (<< 0.5.5)
...
...
@@ -85,7 +85,7 @@ Description: header files and a static library for Python (default)
Package: libpython-stdlib
Architecture: any
Multi-Arch: same
Priority:
standard
Priority:
optional
Depends: libpython2.7-stdlib (>= 2.7.13-1~), ${misc:Depends}
Description: interactive high-level object-oriented language (default python version)
Python, the high-level, interactive object oriented language,
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
3
−
3
View file @
36f33f94
...
...
@@ -16,7 +16,7 @@ Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-
Package: python
Architecture: any
Multi-Arch: allowed
Priority:
standard
Priority:
optional
Pre-Depends: python-minimal (= ${binary:Version})
Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (>= @PREVVER@)
...
...
@@ -35,7 +35,7 @@ Description: interactive high-level object-oriented language (default version)
Package: python-minimal
Architecture: any
Multi-Arch: allowed
Priority:
standard
Priority:
optional
Depends: ${misc:Depends}, @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20)
Recommends: python
Conflicts: python-central (<< 0.5.5)
...
...
@@ -85,7 +85,7 @@ Description: header files and a static library for Python (default)
Package: libpython-stdlib
Architecture: any
Multi-Arch: same
Priority:
standard
Priority:
optional
Depends: libpython@VER@-stdlib (>= @PREVVER@), ${misc:Depends}
Description: interactive high-level object-oriented language (default python version)
Python, the high-level, interactive object oriented language,
...
...
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