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
d5e4fc7a
Commit
d5e4fc7a
authored
14 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
package version python-defaults-2.5.4-8
parent
61344559
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
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+5
-5
5 additions, 5 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
13 additions
and
6 deletions
debian/changelog
+
7
−
0
View file @
d5e4fc7a
python-defaults (2.5.4-8) experimental; urgency=low
* Correct definition of PVER in debian/rules so python is installable in
experimental again
-- Scott Kitterman <scott@kitterman.com> Tue, 15 Dec 2009 16:57:40 -0500
python-defaults (2.5.4-7) experimental; urgency=low
* Add 2.6 as a supported version, remove 2.4 as a supported version.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
5
−
5
View file @
d5e4fc7a
...
...
@@ -10,7 +10,7 @@ Standards-Version: 3.8.3
Package: python
Architecture: all
Priority: standard
Depends: python2.5
-1
(>= 2.5.4), python-minimal (>= ${binary:Version})
Depends: python2.5 (>= 2.5.4), python-minimal (>= ${binary:Version})
Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.5)
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase, python-plistlib, python-ctypes, python-wsgiref
...
...
@@ -26,7 +26,7 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal
Architecture: all
Priority: standard
Depends: python2.5-
1-
minimal (>= 2.5.4), dpkg (>= 1.13.20)
Depends: python2.5-minimal (>= 2.5.4), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
Replaces: python (<= 2.4-1)
Recommends: python
...
...
@@ -38,7 +38,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-examples
Architecture: all
Depends: python (>= ${binary:Version}), python2.5-
1-
examples (>= 2.5.4)
Depends: python (>= ${binary:Version}), python2.5-examples (>= 2.5.4)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
...
...
@@ -48,7 +48,7 @@ Description: Examples for the Python language (default version)
Package: python-dev
Architecture: all
Depends: python (>= ${binary:Version}), python2.5-
1-
dev (>= 2.5.4)
Depends: python (>= ${binary:Version}), python2.5-dev (>= 2.5.4)
Description: Header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
...
...
@@ -62,7 +62,7 @@ Description: Header files and a static library for Python (default)
Package: idle
Architecture: all
Depends: python (>= ${binary:Version}), python-tk (>= 2.4.3-3), idle-python2.5
-1
Depends: python (>= ${binary:Version}), python-tk (>= 2.4.3-3), idle-python2.5
Enhances: python
Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
d5e4fc7a
...
...
@@ -17,7 +17,7 @@ distribution := $(shell lsb_release -is)
export VER=2.5
export NVER=2.6
export PVER=python2.5
-1
export PVER=python2.5
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.5.4
...
...
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