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
15aa0ffe
Commit
15aa0ffe
authored
11 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
Set "Multi-Arch: allowed" in python, python-minimal, python-dbg,
python-all, python-all-dev, python-all-dbg
parent
43994f3a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+7
-3
7 additions, 3 deletions
debian/changelog
debian/control
+6
-0
6 additions, 0 deletions
debian/control
with
13 additions
and
3 deletions
debian/changelog
+
7
−
3
View file @
15aa0ffe
python-defaults (2.7.5-
4.1) UNRELEASED
; urgency=low
python-defaults (2.7.5-
5) unstable
; urgency=low
* Non-maintainer upload.
[ Steve Langasek ]
* Adjust debpython/depends.py to be multiarch-friendly.
-- Steve Langasek <vorlon@debian.org> Fri, 06 Sep 2013 17:18:18 -0700
[ Piotr Ożarowski ]
* Set "Multi-Arch: allowed" in python, python-minimal, python-dbg,
python-all, python-all-dev, python-all-dbg
-- Piotr Ożarowski <piotr@debian.org> Thu, 12 Sep 2013 21:25:01 +0200
python-defaults (2.7.5-4) unstable; urgency=low
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
6
−
0
View file @
15aa0ffe
...
...
@@ -12,6 +12,7 @@ Vcs-Browser: http://alioth.debian.org/scm/loggerhead/pkg-python/python-defaults-
Package: python
Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, python2.7 (>= 2.7.5-1~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (>= 2.7.5-1~)
...
...
@@ -29,6 +30,7 @@ Description: interactive high-level object-oriented language (default version)
Package: python-minimal
Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.5-1~), dpkg (>= 1.13.20)
Recommends: python
...
...
@@ -127,6 +129,7 @@ Description: documentation for the high-level object-oriented language Python
Package: python-dbg
Architecture: any
Multi-Arch: allowed
Section: debug
Priority: extra
Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dbg (= ${binary:Version}), python2.7-dbg (>= 2.7.5-1~)
...
...
@@ -146,6 +149,7 @@ Description: debug build of the Python Interpreter (version 2.7)
Package: python-all
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, python (= ${binary:Version}), python2.7 (>= 2.7.2-3)
Description: package depending on all supported Python runtime versions
The package currently depends on python2.7, in the future,
...
...
@@ -157,6 +161,7 @@ Description: package depending on all supported Python runtime versions
Package: python-all-dev
Architecture: any
Multi-Arch: allowed
Depends: ${misc:Depends}, python (= ${binary:Version}), python-all (= ${binary:Version}), libpython-all-dev (= ${binary:Version}), python-dev (= ${binary:Version}), python2.7-dev (>= 2.7-7)
Description: package depending on all supported Python development packages
The package currently depends on python2.7-dev, in the
...
...
@@ -169,6 +174,7 @@ Description: package depending on all supported Python development packages
Package: python-all-dbg
Architecture: any
Multi-Arch: allowed
Section: debug
Priority: extra
Depends: ${misc:Depends}, python (= ${binary:Version}), python-all (= ${binary:Version}), libpython-all-dbg (= ${binary:Version}), python-dbg (= ${binary:Version}), python2.7-dbg (>= 2.7-7)
...
...
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