diff options
author | Ted Gould <ted@gould.cx> | 2010-12-08 16:52:57 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-08 16:52:57 -0600 |
commit | fdec9f2575f671332cc9bc0acd6e4bc6b854d39d (patch) | |
tree | 3e6c9351bf82e669cf9ccd7d5781914cb815bc5d /debian/control | |
parent | 5a1319d276345bd0477359fa7a02ed547af57b3c (diff) | |
parent | d4236cd10ace941a85060e2f4be9902becde40b2 (diff) | |
download | libayatana-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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 28 |
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. |