aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-18 17:08:41 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-07-18 17:09:01 +0200
commiteb5ffbb18bfb7a03f9e6c4f5dba7ab4e66901d40 (patch)
tree85d6a023f6f0d9416074deb2791d0b74a3b2df4d
parent5ca235fa311883b332d9496acc901bee7662b3b5 (diff)
downloadlibayatana-appindicator-eb5ffbb18bfb7a03f9e6c4f5dba7ab4e66901d40.tar.gz
libayatana-appindicator-eb5ffbb18bfb7a03f9e6c4f5dba7ab4e66901d40.tar.bz2
libayatana-appindicator-eb5ffbb18bfb7a03f9e6c4f5dba7ab4e66901d40.zip
debian/*: Drop Python2 binding support.
-rw-r--r--debian/control20
-rw-r--r--debian/python-ayatana-appindicator.install2
2 files changed, 0 insertions, 22 deletions
diff --git a/debian/control b/debian/control
index f6969b6..02bd248 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ XS-Python-Version: all
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
- dh-python,
dpkg-dev (>= 1.16.1.1),
- python-all-dev,
at-spi2-core,
cli-common-dev (>= 0.8~) [amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64],
gobject-introspection,
@@ -23,7 +21,6 @@ Build-Depends: debhelper (>= 9),
libglib2.0-dev (>= 2.35.4),
libgtk-3-dev (>= 2.91.3),
libgtk2.0-dev (>= 2.12.0),
- python-gtk2-dev,
procps,
gtk-sharp2-gapi [amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64],
libgtk2.0-cil-dev [amd64 arm64 armel armhf i386 mipsel ppc64el s390x kfreebsd-amd64 kfreebsd-i386 powerpc ppc64],
@@ -39,23 +36,6 @@ Homepage: https://github.com/AyatanaIndicators/libayatana-appindicator
Vcs-Git: https://github.com/AyatanaIndicators/libayatana-appindicator
Vcs-Browser: https://github.com/AyatanaIndicators/libayatana-appindicator
-Package: python-ayatana-appindicator
-Section: python
-Architecture: any
-XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- libayatana-appindicator1 (= ${binary:Version}),
- python-gobject,
-Provides: ${python:Provides},
-Description: Python bindings for libayatana-appindicator (GTK-2+ version)
- A library and indicator to take menus from applications and place them in
- the panel.
- .
- This package provides Python (v2) bindings against python-gtk2 so that
- you can use libayatana-appindicator from a Python program.
-
Package: libayatana-appindicator1
Architecture: any
Depends: ${shlibs:Depends},
diff --git a/debian/python-ayatana-appindicator.install b/debian/python-ayatana-appindicator.install
deleted file mode 100644
index b468dac..0000000
--- a/debian/python-ayatana-appindicator.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/python2.*
-usr/share/pygtk/*