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
615eb995
Commit
615eb995
authored
12 years ago
by
Matthias Klose
Browse files
Options
Downloads
Patches
Plain Diff
* Add a libpython-stdlib package (not yet built).
parent
558433ae
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
+3
-2
3 additions, 2 deletions
debian/changelog
debian/control
+42
-0
42 additions, 0 deletions
debian/control
debian/control.in
+13
-0
13 additions, 0 deletions
debian/control.in
with
58 additions
and
2 deletions
debian/changelog
+
3
−
2
View file @
615eb995
python-defaults (2.7.3-11)
UNRELEASED
; urgency=low
python-defaults (2.7.3-11)
experimental
; urgency=low
* Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
python2.6 doesn't have support for multiarch).
* python-dbg: Stop providing python-gdbm-dbg, python-tk-dbg. Closes: #700716.
* Add a libpython-stdlib package (not yet built).
-- Matthias Klose <doko@debian.org>
Wed, 12 Dec 2012 00:25
:0
0
+0100
-- Matthias Klose <doko@debian.org>
Thu, 28 Feb 2013 14:43
:0
6
+0100
python-defaults (2.7.3-10) experimental; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
42
−
0
View file @
615eb995
...
...
@@ -15,6 +15,7 @@ Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, python2.7 (>= 2.7.3-10~), python-minimal (= ${binary:Version})
#Depends: ${misc:Depends}, python2.7 (>= 2.7.3-10~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version})
Conflicts: python-central (<< 0.5.5)
Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
...
...
@@ -77,6 +78,18 @@ Description: header files and a static library for Python (default)
This package is a dependency package, which depends on Debian's default
Python version (currently v2.7).
#Package: libpython-stdlib
#Architecture: any
#Multi-Arch: same
#Depends: libpython2.7-stdlib (>= 2.7.3-10~), ${misc:Depends}
#Description: interactive high-level object-oriented language (default python version)
# Python, the high-level, interactive object oriented language,
# includes an extensive class library with lots of goodies for
# network programming, system administration, sounds and graphics.
# .
# This package is a dependency package, which depends on Debian's default
# Python version (currently v2.7).
Package: idle
Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-python2.7
...
...
@@ -169,3 +182,32 @@ Description: package depending on all supported Python debugging packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
#Package: libpython-all-dev
#Architecture: any
#Multi-Arch: same
#Depends: libpython-dev (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dev
#Description: package depending on all supported Python development packages
# The package currently depends on libpython2.7-dev, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python development
# packages.
#Package: libpython-all-dbg
#Architecture: any
#Multi-Arch: same
#Section: debug
#Priority: extra
#Depends: libpython-dbg (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dbg
#Description: package depending on all supported Python debugging packages
# The package currently depends on libpython2.7-dbg, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python debug packages.
This diff is collapsed.
Click to expand it.
debian/control.in
+
13
−
0
View file @
615eb995
...
...
@@ -15,6 +15,7 @@ Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version})
#Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version})
Conflicts: python-central (<< 0.5.5)
Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
...
...
@@ -77,6 +78,18 @@ Description: header files and a static library for Python (default)
This package is a dependency package, which depends on Debian's default
Python version (currently v@VER@).
#Package: libpython-stdlib
#Architecture: any
#Multi-Arch: same
#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,
# includes an extensive class library with lots of goodies for
# network programming, system administration, sounds and graphics.
# .
# This package is a dependency package, which depends on Debian's default
# Python version (currently v@VER@).
Package: idle
Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@
...
...
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