diff options
| author | Michael Vogt <mvo@debian.org> | 2013-09-10 17:30:32 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@debian.org> | 2013-09-10 17:30:32 +0200 |
| commit | 14086582c87c4297fd14bd3c3831afd3cd1d2833 (patch) | |
| tree | 6750b9193e65825052dc20cf76b3ac23f8069b72 /debian/control | |
| parent | a17aaae3832f627965d2308b63ed90aca4f8872f (diff) | |
| download | python-apt-14086582c87c4297fd14bd3c3831afd3cd1d2833.tar.gz | |
* merge from Ubuntu:
- data/templates/Ubuntu.info.in: add "Saucy Salamander" to
- debian/control: add "Multi-Arch: allowed"
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 945d49d5..ea80e940 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ XS-Testsuite: autopkgtest Package: python-apt Architecture: any +Multi-Arch: allowed Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common Recommends: lsb-release, iso-codes, xz-utils Breaks: packagekit-backend-apt (<= 0.4.8-0ubuntu4), @@ -88,6 +89,7 @@ Description: Python interface to libapt-pkg (API documentation) Package: python-apt-dbg Priority: extra Architecture: any +Multi-Arch: allowed Section: debug Depends: python-dbg, python-apt (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} @@ -130,6 +132,7 @@ Description: Python interface to libapt-pkg (locales) Package: python3-apt Priority: optional Architecture: any +Multi-Arch: allowed Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common Recommends: lsb-release, iso-codes Provides: ${python3:Provides} @@ -152,6 +155,7 @@ Description: Python 3 interface to libapt-pkg Package: python3-apt-dbg Priority: extra Architecture: any +Multi-Arch: allowed Section: debug Breaks: python-apt (<< 0.7.98+nmu1) Replaces: python-apt (<< 0.7.98+nmu1) |
