diff options
author | Ted Gould <ted@canonical.com> | 2009-11-02 21:39:38 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-02 21:39:38 -0600 |
commit | 9d043e67d6424039aa64b854b75eed19d9af9f0e (patch) | |
tree | 7de108e89d4e9ad898e24c4c509f39b794269d4e /debian/control | |
parent | a260225c5ed5d9c1cfb463728eed7a09d12c70aa (diff) | |
download | libayatana-appindicator-9d043e67d6424039aa64b854b75eed19d9af9f0e.tar.gz libayatana-appindicator-9d043e67d6424039aa64b854b75eed19d9af9f0e.tar.bz2 libayatana-appindicator-9d043e67d6424039aa64b854b75eed19d9af9f0e.zip |
* debian/control: Splitting out libcustomindicator
* Adding debian/libcustomindicator0.install,
debian/libcustomindicator-dev.install,
debian/indicator-custom.install
to make all the different packages.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d4f7d18..92bb538 100644 --- a/debian/control +++ b/debian/control @@ -25,3 +25,22 @@ Description: cape-girardeau project . This package is the cape-girardeau project +Package: libcustomindicator0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Description: cape-girardeau project + . + This package is the cape-girardeau project + +Package: libcustomindicator-dev +Section: libdevel +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libdbus-glib-1-dev (>= 0.76) +Description: cape-girardeau project + . + This package is the cape-girardeau project + |