aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 16:52:57 -0600
committerTed Gould <ted@gould.cx>2010-12-08 16:52:57 -0600
commitfdec9f2575f671332cc9bc0acd6e4bc6b854d39d (patch)
tree3e6c9351bf82e669cf9ccd7d5781914cb815bc5d
parent5a1319d276345bd0477359fa7a02ed547af57b3c (diff)
parentd4236cd10ace941a85060e2f4be9902becde40b2 (diff)
downloadlibayatana-appindicator-fdec9f2575f671332cc9bc0acd6e4bc6b854d39d.tar.gz
libayatana-appindicator-fdec9f2575f671332cc9bc0acd6e4bc6b854d39d.tar.bz2
libayatana-appindicator-fdec9f2575f671332cc9bc0acd6e4bc6b854d39d.zip
More lovin' from Ken. Moving the package order in the control file.
-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.