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
26446bbd
Commit
26446bbd
authored
10 years ago
by
Barry Warsaw
Browse files
Options
Downloads
Plain Diff
trunk merge
parents
c2d26bf6
4c8bede1
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
+6
-0
6 additions, 0 deletions
debian/changelog
debian/control
+10
-10
10 additions, 10 deletions
debian/control
debian/rules
+1
-1
1 addition, 1 deletion
debian/rules
with
17 additions
and
11 deletions
debian/changelog
+
6
−
0
View file @
26446bbd
python-defaults (2.7.7-1) UNRELEASED; urgency=medium
* Bump version to 2.7.7.
-- Matthias Klose <doko@debian.org> Mon, 02 Jun 2014 19:54:25 +0200
python-defaults (2.7.6-3) UNRELEASED; urgency=medium
python-defaults (2.7.6-3) UNRELEASED; urgency=medium
* Fix typo in wheel package exception list.
* Fix typo in wheel package exception list.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
10
−
10
View file @
26446bbd
...
@@ -14,8 +14,8 @@ Package: python
...
@@ -14,8 +14,8 @@ Package: python
Architecture: any
Architecture: any
Multi-Arch: allowed
Multi-Arch: allowed
Priority: standard
Priority: standard
Depends: ${misc:Depends}, python2.7 (>= 2.7.
6
-1~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Depends: ${misc:Depends}, python2.7 (>= 2.7.
7
-1~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (>= 2.7.
6
-1~)
Suggests: python-doc (= ${binary:Version}), python-tk (>= 2.7.
7
-1~)
Conflicts: python-central (<< 0.5.5)
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)
Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
Replaces: python-dev (<< 2.6.5-2)
Replaces: python-dev (<< 2.6.5-2)
...
@@ -32,7 +32,7 @@ Package: python-minimal
...
@@ -32,7 +32,7 @@ Package: python-minimal
Architecture: any
Architecture: any
Multi-Arch: allowed
Multi-Arch: allowed
Priority: standard
Priority: standard
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.
6
-1~), dpkg (>= 1.13.20)
Depends: ${misc:Depends}, python2.7-minimal (>= 2.7.
7
-1~), dpkg (>= 1.13.20)
Recommends: python
Recommends: python
Conflicts: python-central (<< 0.5.5)
Conflicts: python-central (<< 0.5.5)
Breaks: python (<= 2.7.3-1~), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2)
Breaks: python (<= 2.7.3-1~), python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2), python-support (<< 1.0.10ubuntu2)
...
@@ -45,7 +45,7 @@ Description: minimal subset of the Python language (default version)
...
@@ -45,7 +45,7 @@ Description: minimal subset of the Python language (default version)
Package: python-examples
Package: python-examples
Architecture: all
Architecture: all
Depends: ${misc:Depends}, python (>= ${binary:Version}), python2.7-examples (>= 2.7.
6
-1~)
Depends: ${misc:Depends}, python (>= ${binary:Version}), python2.7-examples (>= 2.7.
7
-1~)
Description: examples for the Python language (default version)
Description: examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
the upstream Python distribution.
...
@@ -56,7 +56,7 @@ Description: examples for the Python language (default version)
...
@@ -56,7 +56,7 @@ Description: examples for the Python language (default version)
Package: python-dev
Package: python-dev
Architecture: any
Architecture: any
Multi-Arch: allowed
Multi-Arch: allowed
Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dev (= ${binary:Version}), python2.7-dev (>= 2.7.
6
-1~)
Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dev (= ${binary:Version}), python2.7-dev (>= 2.7.
7
-1~)
Description: header files and a static library for Python (default)
Description: header files and a static library for Python (default)
Header files, a static library and development tools for building
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
Python modules, extending the Python interpreter or embedding Python
...
@@ -69,7 +69,7 @@ Package: libpython-dev
...
@@ -69,7 +69,7 @@ Package: libpython-dev
Architecture: any
Architecture: any
Multi-Arch: same
Multi-Arch: same
Section: libdevel
Section: libdevel
Depends: libpython2.7-dev (>= 2.7.
6
-1~), ${misc:Depends}
Depends: libpython2.7-dev (>= 2.7.
7
-1~), ${misc:Depends}
Description: header files and a static library for Python (default)
Description: header files and a static library for Python (default)
Header files, a static library and development tools for building
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
Python modules, extending the Python interpreter or embedding Python
...
@@ -81,7 +81,7 @@ Description: header files and a static library for Python (default)
...
@@ -81,7 +81,7 @@ Description: header files and a static library for Python (default)
Package: libpython-stdlib
Package: libpython-stdlib
Architecture: any
Architecture: any
Multi-Arch: same
Multi-Arch: same
Depends: libpython2.7-stdlib (>= 2.7.
6
-1~), ${misc:Depends}
Depends: libpython2.7-stdlib (>= 2.7.
7
-1~), ${misc:Depends}
Description: interactive high-level object-oriented language (default python version)
Description: interactive high-level object-oriented language (default python version)
Python, the high-level, interactive object oriented language,
Python, the high-level, interactive object oriented language,
includes an extensive class library with lots of goodies for
includes an extensive class library with lots of goodies for
...
@@ -106,7 +106,7 @@ Description: IDE for Python using Tkinter (default version)
...
@@ -106,7 +106,7 @@ Description: IDE for Python using Tkinter (default version)
Package: python-doc
Package: python-doc
Section: doc
Section: doc
Architecture: all
Architecture: all
Depends: ${misc:Depends}, python2.7-doc (>= 2.7.
6
-1~)
Depends: ${misc:Depends}, python2.7-doc (>= 2.7.
7
-1~)
Suggests: python-examples, python (= ${binary:Version})
Suggests: python-examples, python (= ${binary:Version})
Breaks: python (<< 2.3.5)
Breaks: python (<< 2.3.5)
Replaces: python (<< 2.3.5)
Replaces: python (<< 2.3.5)
...
@@ -133,7 +133,7 @@ Architecture: any
...
@@ -133,7 +133,7 @@ Architecture: any
Multi-Arch: allowed
Multi-Arch: allowed
Section: debug
Section: debug
Priority: extra
Priority: extra
Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dbg (= ${binary:Version}), python2.7-dbg (>= 2.7.
6
-1~)
Depends: ${misc:Depends}, python (= ${binary:Version}), libpython-dbg (= ${binary:Version}), python2.7-dbg (>= 2.7.
7
-1~)
Description: debug build of the Python Interpreter (version 2.7)
Description: debug build of the Python Interpreter (version 2.7)
Python interpreter configured with --pydebug. Dynamically loaded modules are
Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python2.7/lib-dynload/debug first.
searched in /usr/lib/python2.7/lib-dynload/debug first.
...
@@ -143,7 +143,7 @@ Architecture: any
...
@@ -143,7 +143,7 @@ Architecture: any
Multi-Arch: same
Multi-Arch: same
Section: debug
Section: debug
Priority: extra
Priority: extra
Depends: libpython2.7-dbg (>= 2.7.
6
-1~), ${misc:Depends}
Depends: libpython2.7-dbg (>= 2.7.
7
-1~), ${misc:Depends}
Description: debug build of the Python Interpreter (version 2.7)
Description: debug build of the Python Interpreter (version 2.7)
Python interpreter configured with --pydebug. Dynamically loaded modules
Python interpreter configured with --pydebug. Dynamically loaded modules
are searched in /usr/lib/python2.7/lib-dynload/debug first.
are searched in /usr/lib/python2.7/lib-dynload/debug first.
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
1
View file @
26446bbd
...
@@ -22,7 +22,7 @@ export PVER=python2.7
...
@@ -22,7 +22,7 @@ export PVER=python2.7
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
# first version with Multi-Arch: allowed
# first version with Multi-Arch: allowed
PREVVER := 2.7.
6
-1~
PREVVER := 2.7.
7
-1~
# not yet allowed
# not yet allowed
ma_allowed = yes
ma_allowed = yes
...
...
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