diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-04 10:56:15 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-04 10:56:15 +0200 |
| commit | fcd8b493d488afa542ffba3bdde0dada9f488352 (patch) | |
| tree | 496dbbec0d98787b141d2e8d4ac954ec09c37901 /debian/control | |
| parent | 28233cb715fafbd460cf55a79e4625123e65a702 (diff) | |
| download | python-apt-fcd8b493d488afa542ffba3bdde0dada9f488352.tar.gz | |
Merge not-uploaded NMU diff by scott kitterman
* Override override_dh_auto_install to install python3 extensions in the
correct locations (Closes: #619528)
- Drop .so files from python3-apt.install
* Removed ${python:Breaks} - No longer used in dh_python2
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index c434e35b..9985a685 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-apt-common Recommends: lsb-release, iso-codes, python2.6 -Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4), ${python:Breaks} +Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) Provides: ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc XB-Python-Version: ${python:Versions} |
