From 9d043e67d6424039aa64b854b75eed19d9af9f0e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 2 Nov 2009 21:39:38 -0600 Subject: * debian/control: Splitting out libcustomindicator * Adding debian/libcustomindicator0.install, debian/libcustomindicator-dev.install, debian/indicator-custom.install to make all the different packages. --- debian/changelog | 10 ++++++++++ debian/control | 19 +++++++++++++++++++ debian/indicator-custom.install | 3 +++ debian/libcustomindicator-dev.install | 4 ++++ debian/libcustomindicator0.install | 1 + 5 files changed, 37 insertions(+) create mode 100644 debian/indicator-custom.install create mode 100644 debian/libcustomindicator-dev.install create mode 100644 debian/libcustomindicator0.install (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b2d4b8a..41db8d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +indicator-custom (0.0.1-0ubuntu2) UNRELEASED; 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 Mon, 02 Nov 2009 21:24:10 -0600 + indicator-custom (0.0.1-0ubuntu1) karmic; urgency=low * Development packaging edition. 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.* -- cgit v1.2.3 From 88be27c0e1f3a54658d4e3740ef9ae4632e30b8b Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 2 Nov 2009 21:41:22 -0600 Subject: releasing version 0.0.1-0ubuntu2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 41db8d1..fe5603d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -indicator-custom (0.0.1-0ubuntu2) UNRELEASED; urgency=low +indicator-custom (0.0.1-0ubuntu2) karmic; urgency=low * debian/control: Splitting out libcustomindicator * Adding debian/libcustomindicator0.install, @@ -6,7 +6,7 @@ indicator-custom (0.0.1-0ubuntu2) UNRELEASED; urgency=low debian/indicator-custom.install to make all the different packages. - -- Ted Gould Mon, 02 Nov 2009 21:24:10 -0600 + -- Ted Gould Mon, 02 Nov 2009 21:41:20 -0600 indicator-custom (0.0.1-0ubuntu1) karmic; urgency=low -- cgit v1.2.3