aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-12-08 17:51:34 -0500
committerKen VanDine <ken.vandine@canonical.com>2010-12-08 17:51:34 -0500
commitd4236cd10ace941a85060e2f4be9902becde40b2 (patch)
treef5626a78afede7e8e78ed8bedd634bd1758739b2 /debian/control
parent3fc08a0eb8b8d0f61d578a76797dead17d9227e2 (diff)
downloadlibayatana-appindicator-d4236cd10ace941a85060e2f4be9902becde40b2.tar.gz
libayatana-appindicator-d4236cd10ace941a85060e2f4be9902becde40b2.tar.bz2
libayatana-appindicator-d4236cd10ace941a85060e2f4be9902becde40b2.zip
move python-appindicator to the end
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control28
1 files changed, 14 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index c48cbc1..f87b2aa 100644
--- a/debian/control
+++ b/debian/control
@@ -33,20 +33,6 @@ Standards-Version: 3.8.4
Homepage: https://launchpad.net/indicator-application
Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-desktop/indicator-application/ubuntu
-Package: python-appindicator
-Section: python
-Architecture: any
-XB-Python-Version: ${python:Versions}
-Depends: ${shlibs:Depends},
- ${misc:Depends},
- ${python:Depends},
- libappindicator1 (= ${binary:Version}),
- python-gobject
-Provides: ${python:Provides}
-Description: Python bindings for libappindicator
- This package provides Python bindings so that you can use libappindicator from
- a Python program.
-
Package: libappindicator1
Section: libs
Architecture: any
@@ -125,3 +111,17 @@ Description: Typelib files for libappindicator1.
.
This package can be used by other packages using the GIRepository format
to generate dynamic bindings.
+
+Package: python-appindicator
+Section: python
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${python:Depends},
+ libappindicator1 (= ${binary:Version}),
+ python-gobject
+Provides: ${python:Provides}
+Description: Python bindings for libappindicator
+ This package provides Python bindings so that you can use libappindicator from
+ a Python program.