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
29414bd6
Commit
29414bd6
authored
14 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Depend on python2.6 version including the fix for issue #8223.
parent
f0efd8d3
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
+4
-1
4 additions, 1 deletion
debian/changelog
debian/control
+6
-6
6 additions, 6 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
dh_python2
+1
-1
1 addition, 1 deletion
dh_python2
with
12 additions
and
9 deletions
debian/changelog
+
4
−
1
View file @
29414bd6
...
...
@@ -24,7 +24,10 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low
for XS/XB-Python-Version (Closes: #567941)
- Thanks to Loïc Minier for the patch
-- Matthias Klose <doko@debian.org> Tue, 08 Jun 2010 18:59:57 -0400
[ Matthias Klose ]
* Depend on python2.6 version including the fix for issue #8223.
-- Matthias Klose <doko@debian.org> Wed, 16 Jun 2010 09:19:55 +0200
python-defaults (2.6.5-1) experimental; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
6
−
6
View file @
29414bd6
...
...
@@ -11,7 +11,7 @@ Vcs-Bzr: https://alioth.debian.org/anonscm/bzr/pkg-python/python-defaults-debian
Package: python
Architecture: all
Priority: standard
Depends: python2.6 (>= 2.6.5
-2
), python-minimal (>= ${binary:Version})
Depends: python2.6 (>= 2.6.5
+20100616-1~
), 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
...
...
@@ -27,7 +27,7 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal
Architecture: all
Priority: standard
Depends: python2.6-minimal (>= 2.6.5
-2
), dpkg (>= 1.13.20)
Depends: python2.6-minimal (>= 2.6.5
+20100616-1~
), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
Replaces: python (<= 2.4-1)
Recommends: python
...
...
@@ -40,7 +40,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-examples
Architecture: all
Depends: python (>= ${binary:Version}), python2.6-examples (>= 2.6.5
-2
)
Depends: python (>= ${binary:Version}), python2.6-examples (>= 2.6.5
+20100616-1~
)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
...
...
@@ -50,7 +50,7 @@ Description: Examples for the Python language (default version)
Package: python-dev
Architecture: all
Depends: python (>= ${binary:Version}), python2.6-dev (>= 2.6.5
-2
)
Depends: python (>= ${binary:Version}), python2.6-dev (>= 2.6.5
+20100616-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
...
...
@@ -76,7 +76,7 @@ Description: An IDE for Python using Tkinter (default version)
Package: python-doc
Section: doc
Architecture: all
Depends: python2.6-doc (>= 2.6.5
-2
)
Depends: python2.6-doc (>= 2.6.5
+20100616-1~
)
Suggests: python (>= ${binary:Version})
Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5)
...
...
@@ -102,7 +102,7 @@ Package: python-dbg
Architecture: all
Section: debug
Priority: extra
Depends: python (>= ${binary:Version}), python2.6-dbg (>= 2.6.5
-2
)
Depends: python (>= ${binary:Version}), python2.6-dbg (>= 2.6.5
+20100616-1~
)
Provides: python-gdbm-dbg, python-tk-dbg
Description: Debug Build of the Python Interpreter (version 2.6)
Python interpreter configured with --pydebug. Dynamically loaded modules are
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
29414bd6
...
...
@@ -20,7 +20,7 @@ export NVER=2.7
export PVER=python2.6
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.6.5
-2
PREVVER := 2.6.5
+20100616-1~
PWD := $(shell pwd)
...
...
This diff is collapsed.
Click to expand it.
dh_python2
+
1
−
1
View file @
29414bd6
...
...
@@ -395,7 +395,7 @@ def dependencies(package, stats, options):
# make sure pycompile binary is available
if
stats
[
'
compile
'
]:
depends
.
append
(
"
python (>= 2.6.5-
1
~)
"
)
depends
.
append
(
"
python (>= 2.6.5-
2
~)
"
)
for
interpreter
,
version
in
stats
[
'
shebangs
'
]:
if
interpreter
not
in
depends
:
...
...
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