diff options
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 19 | ||||
-rw-r--r-- | debian/indicator-custom.install | 3 | ||||
-rw-r--r-- | debian/libcustomindicator-dev.install | 4 | ||||
-rw-r--r-- | debian/libcustomindicator0.install | 1 |
5 files changed, 39 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0488ceb..c37028a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,18 @@ -indicator-custom (0.0.1-0ubuntu2~ppa1~service1) karmic; urgency=low +indicator-custom (0.0.1-0ubuntu3~ppa1~service1) karmic; urgency=low * Grabbing from the service development branch - -- Ted Gould <ted@ubuntu.com> Mon, 02 Nov 2009 20:34:54 -0600 + -- Ted Gould <ted@ubuntu.com> Mon, 02 Nov 2009 21:56:33 -0600 + +indicator-custom (0.0.1-0ubuntu2) karmic; urgency=low + + * debian/control: Splitting out libcustomindicator + * Adding debian/libcustomindicator0.install, + debian/libcustomindicator-dev.install, + debian/indicator-custom.install + to make all the different packages. + + -- Ted Gould <ted@ubuntu.com> Mon, 02 Nov 2009 21:41:20 -0600 indicator-custom (0.0.1-0ubuntu1) karmic; urgency=low 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 + diff --git a/debian/indicator-custom.install b/debian/indicator-custom.install new file mode 100644 index 0000000..a4eeb0b --- /dev/null +++ b/debian/indicator-custom.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/indicators/* +debian/tmp/usr/lib/indicator-custom/indicator-custom-service +debian/tmp/usr/share/dbus-1/services/indicator-custom.service diff --git a/debian/libcustomindicator-dev.install b/debian/libcustomindicator-dev.install new file mode 100644 index 0000000..0f13680 --- /dev/null +++ b/debian/libcustomindicator-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/libcustomindicator-0.1/* +debian/tmp/usr/lib/libcustomindicator.so +debian/tmp/usr/lib/libcustomindicator.a +debian/tmp/usr/lib/libcustomindicator.la diff --git a/debian/libcustomindicator0.install b/debian/libcustomindicator0.install new file mode 100644 index 0000000..20b62d5 --- /dev/null +++ b/debian/libcustomindicator0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libcustomindicator.so.* |