summaryrefslogtreecommitdiff
path: root/debian/control.in
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-01 17:44:24 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-01 17:44:24 +0300
commitc089c4500b0b78acf03ee5405ad250a84b0dfa66 (patch)
tree23870848d194569aff6e0e4e41bc7907960b1af1 /debian/control.in
parent377002e7300431b68f3548d9fd2c7f99cf883939 (diff)
downloadpython3.7-debian.tar.gz
Import python3.7 (3.7.5-2)debian/3.7.5-2debian
Diffstat (limited to 'debian/control.in')
-rw-r--r--debian/control.in44
1 files changed, 28 insertions, 16 deletions
diff --git a/debian/control.in b/debian/control.in
index d040857..810de7c 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -10,24 +10,30 @@ Build-Depends: debhelper (>= 9), @bd_dpkgdev@
libgdbm-dev, libdb-dev,
tk-dev, blt-dev (>= 2.4z), libssl-dev,
libexpat1-dev, libmpdec-dev (>= 2.4),
- libbluetooth-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- locales [!armel !avr32 !hppa !ia64 !mipsel],
+ libbluetooth-dev [linux-any] <!pkg.@PVER@.nobluetooth>,
+ locales-all,
libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k !avr32],
libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
mime-support, netbase, bzip2, time, python3@bd_qual@,
- net-tools, xvfb, xauth
-Build-Depends-Indep: python3-sphinx
-Standards-Version: 4.1.0
-Vcs-Browser: https://code.launchpad.net/~doko/python/pkg@VER@-debian
-Vcs-Bzr: http://bazaar.launchpad.net/~doko/python/pkg@VER@-debian
+ net-tools, xvfb <!nocheck>, xauth <!nocheck>
+Build-Depends-Indep: python3-sphinx, texinfo
+Standards-Version: 4.4.1
+Vcs-Browser: https://salsa.debian.org/cpython-team/python3/tree/python3.7
+Vcs-Git: https://salsa.debian.org/cpython-team/python3.git -b python3.7
XS-Testsuite: autopkgtest
Package: @PVER@
Architecture: any
Multi-Arch: allowed
Priority: @PRIO@
-Depends: @PVER@-minimal (= ${binary:Version}), lib@PVER@-stdlib (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
+Depends: @PVER@-minimal (= ${binary:Version}),
+ lib@PVER@-stdlib (= ${binary:Version}),
+ mime-support,
+ ${shlibs:Depends}, ${misc:Depends}
Suggests: @PVER@-venv, @PVER@-doc, binutils
+Breaks: python3-all (<< 3.6.5~rc1-1),
+ python3-dev (<< 3.6.5~rc1-1),
+ python3-venv (<< 3.6.5-2), ${python37:Breaks}
Description: Interactive high-level object-oriented language (version @VER@)
Python is a high-level, interactive, object-oriented language. Its @VER@ version
includes an extensive class library with lots of goodies for
@@ -53,8 +59,10 @@ Multi-Arch: same
Priority: @PRIO@
Pre-Depends: ${misc:Pre-Depends}
Depends: lib@PVER@-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
-Breaks: libmpdec2 (<< 2.4.2), PYFPE_BREAKS
-Replaces: lib@PVER@-testsuite (<< 3.6.2-2)
+Breaks: python3-tk (<< 3.6.4~rc1-2), libmpdec2 (<< 2.4.2),
+ python3-distutils (<< 3.6.5~rc1-2),
+ libpython3.7-testsuite (<< 3.7.2-3),
+Replaces: python3-distutils (<< 3.6.5~rc1-2), libpython3.7-testsuite (<< 3.7.2-3),
Description: Interactive high-level object-oriented language (standard library, version @VER@)
Python is a high-level, interactive, object-oriented language. Its @VER@ version
includes an extensive class library with lots of goodies for
@@ -85,7 +93,8 @@ Priority: @MINPRIO@
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: lib@PVER@-stdlib
-Conflicts: binfmt-support (<< 1.1.2)
+Breaks: libpython3.7-stdlib (<< 3.7.0~b2-1~)
+Conflicts: binfmt-support (<< 1.1.2), libpython3.7-stdlib (<< 3.7.0~b2-1~)
Description: Minimal subset of the Python language (version @VER@)
This package contains some essential modules. It is normally not
used on it's own, but as a dependency of @PVER@-minimal.
@@ -107,8 +116,7 @@ Description: Shared Python runtime library (version @VER@)
Package: @PVER@-examples
Architecture: all
-Multi-Arch: foreign
-Depends: @PVER@:any (>= ${source:Version}), ${misc:Depends}
+Depends: @PVER@ (>= ${source:Version}), ${misc:Depends}
Description: Examples for the Python language (v@VER@)
Examples, Demos and Tools for Python (v@VER@). These are files included in
the upstream Python distribution (v@VER@).
@@ -116,7 +124,11 @@ Description: Examples for the Python language (v@VER@)
Package: @PVER@-dev
Architecture: any
Multi-Arch: allowed
-Depends: @PVER@ (= ${binary:Version}), lib@PVER@-dev (= ${binary:Version}), lib@PVER@ (= ${binary:Version}), libexpat1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: @PVER@ (= ${binary:Version}),
+ lib@PVER@-dev (= ${binary:Version}),
+ lib@PVER@ (= ${binary:Version}),
+ libexpat1-dev, zlib1g-dev,
+ ${shlibs:Depends}, ${misc:Depends}
Recommends: libc6-dev | libc-dev
Description: Header files and a static library for Python (v@VER@)
Header files, a static library and development tools for building
@@ -158,6 +170,8 @@ Package: idle-@PVER@
Architecture: all
Depends: @PVER@, python3-tk, @PVER@-tk, ${misc:Depends}
Enhances: @PVER@
+Breaks: lib@PVER@-stdlib (<< 3.7.0~a3-1)
+Replaces: lib@PVER@-stdlib (<< 3.7.0~a3-1)
Description: IDE for Python (v@VER@) using Tkinter
IDLE is an Integrated Development Environment for Python (v@VER@).
IDLE is written using Tkinter and therefore quite platform-independent.
@@ -188,7 +202,6 @@ Package: @PVER@-dbg
Section: debug
Architecture: any
Multi-Arch: allowed
-Priority: extra
Depends: @PVER@ (= ${binary:Version}), lib@PVER@-dbg (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Recommends: gdb
Suggests: python3-gdbm-dbg, python3-tk-dbg
@@ -206,7 +219,6 @@ Package: lib@PVER@-dbg
Section: debug
Architecture: any
Multi-Arch: same
-Priority: extra
Pre-Depends: ${misc:Pre-Depends}
Depends: lib@PVER@-stdlib (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: Debug Build of the Python Interpreter (version @VER@)