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
08fff94d
Commit
08fff94d
authored
14 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
package version python-defaults-2.3.5-5
parent
ea9bffec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+10
-10
10 additions, 10 deletions
debian/control
debian/control.in
+1
-4
1 addition, 4 deletions
debian/control.in
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
18 additions
and
15 deletions
debian/changelog
+
6
−
0
View file @
08fff94d
python-defaults (2.3.5-5) unstable; urgency=low
* Fix upgrade issues (closes: #348319, #348354).
-- Matthias Klose <doko@debian.org> Mon, 16 Jan 2006 16:50:11 +0000
python-defaults (2.3.5-4) unstable; urgency=low
* Add a package python-minimal. This package still depends on python2.3,
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
10
−
10
View file @
08fff94d
...
...
@@ -8,7 +8,7 @@ Standards-Version: 3.6.2
Package: python
Architecture: all
Priority: standard
Depends: python2.3 (>= 2.3.
4
-1
8
)
Depends: python2.3 (>= 2.3.
5
-1)
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase
...
...
@@ -26,7 +26,7 @@ Package: python-minimal
Architecture: all
Essential: yes
Priority: required
Depends: python2.3 (>= 2.3.
4
-1
8
)
Depends: python2.3 (>= 2.3.
5
-1)
Conflicts: python (<< 2.3.5-4)
Replaces: python (<< 2.3.5-4)
Description: A minimal subset of the Python language (default version)
...
...
@@ -40,7 +40,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-tk
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-tk (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), python2.3-tk (>= 2.3.
5
-1)
Description: Tkinter - Writing Tk applications with Python (default version)
A module for writing portable GUI applications with Python sing Tk.
Also known as Tkinter.
...
...
@@ -50,7 +50,7 @@ Description: Tkinter - Writing Tk applications with Python (default version)
Package: python-gdbm
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-gdbm (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), python2.3-gdbm (>= 2.3.
5
-1)
Description: GNU dbm database support for Python (default version)
GNU dbm database module for Python. Install this if you want to
create or read GNU dbm database files with Python.
...
...
@@ -60,7 +60,7 @@ Description: GNU dbm database support for Python (default version)
Package: python-mpz
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-mpz (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), python2.3-mpz (>= 2.3.
5
-1)
Description: Multiple-precision arithmetic support for Python (default version)
Arbitrary precision arithmetic for Python using the GNU MP
library, i.e. bignum support.
...
...
@@ -70,7 +70,7 @@ Description: Multiple-precision arithmetic support for Python (default version)
Package: python-examples
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-examples (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), python2.3-examples (>= 2.3.
5
-1)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
...
...
@@ -80,7 +80,7 @@ Description: Examples for the Python language (default version)
Package: python-dev
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-dev (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), python2.3-dev (>= 2.3.
5
-1)
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
...
...
@@ -94,7 +94,7 @@ Description: Header files and a static library for Python (default)
Package: idle
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), idle-python2.3 (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python (<< 2.4), idle-python2.3 (>= 2.3.
5
-1)
Enhances: python
Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
...
...
@@ -106,7 +106,7 @@ Description: An IDE for Python using Tkinter (default version)
Package: python-doc
Section: doc
Architecture: all
Depends: python2.3-doc (>= 2.3.
4
-1
8
)
Depends: python2.3-doc (>= 2.3.
5
-1)
Suggests: python
Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5)
...
...
@@ -131,7 +131,7 @@ Description: Documentation for the high-level object-oriented language Python
Package: python-dbg
Architecture: all
Priority: extra
Depends: python (>= 2.3), python2.3-dbg (>= 2.3.
4
-1
8
)
Depends: python (>= 2.3), python2.3-dbg (>= 2.3.
5
-1)
Description: Debug Build of the Python Interpreter (version 2.3)
Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python2.3/lib-dynload/debug first.
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
1
−
4
View file @
08fff94d
...
...
@@ -24,11 +24,8 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal
Architecture: all
Essential: yes
Priority: required
Priority: standard
Depends: @PVER@ (>= @PREVVER@)
Conflicts: python (<< 2.3.5-4)
Replaces: python (<< 2.3.5-4)
Description: A minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
08fff94d
...
...
@@ -14,7 +14,7 @@ export PVER=python2.3
export PRIORITY=$(shell echo $(VER) | tr -d '.')0
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.3.
4
-1
8
PREVVER := 2.3.
5
-1
PWD := $(shell pwd)
...
...
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