diff options
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 22 | ||||
| -rw-r--r-- | debian/libunity-places-dev.install | 3 | ||||
| -rw-r--r-- | debian/libunity-places0.install | 1 | ||||
| -rw-r--r-- | debian/unity.install | 4 |
5 files changed, 31 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 16fe9ffbc..fb0a4f222 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ unity (0.1.10-0ubuntu1~ppa1) UNRELEASED; urgency=low - add libindicator-dev, libunity-misc and libdbusmodel-dev build-dep - remove autotools-dev build-dep - bump libclutk-dev and libmutter-dev build-dep + - add libunity-places0 and libunity-places-dev packages + * add debian/libunity-places0.install and debian/libunity-places-dev.install -- Didier Roche <didrocks@ubuntu.com> Thu, 28 Jan 2010 20:27:21 +0100 diff --git a/debian/control b/debian/control index 7e91c24d3..6e795fabc 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,28 @@ Provides: netbook-launcher Description: Launcher Unity launcher. +Package: libunity-places0 +Architecture: any +Section: libs +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: binding to get places into the launcher - shared library + libunity-places is a shared library to be able to interact with the launcher + and add places in Unity environment. + . + This package contains shared libraries to be used by applications. + +Package: libunity-places-dev +Architecture: any +Section: libdevel +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libglib2.0-dev (>= 2.22.2-0ubuntu1wncksync3), +Description: binding to get places into the launcher - development files + libunity-places is a shared library to be able to interact with the launcher + and add places in Unity environment. + . + This package contains files that are needed to build applications. + Package: netbook-launcher Section: oldlibs Architecture: all diff --git a/debian/libunity-places-dev.install b/debian/libunity-places-dev.install new file mode 100644 index 000000000..07b9588f4 --- /dev/null +++ b/debian/libunity-places-dev.install @@ -0,0 +1,3 @@ +debian/tmp/usr/include/unity-places/* +debian/tmp/usr/lib/pkgconfig/unity-places.pc +debian/tmp/usr/lib/libunity-places.so diff --git a/debian/libunity-places0.install b/debian/libunity-places0.install new file mode 100644 index 000000000..420204627 --- /dev/null +++ b/debian/libunity-places0.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/libunity-places.so.* diff --git a/debian/unity.install b/debian/unity.install index 73752c9ae..0e3bcd522 100644 --- a/debian/unity.install +++ b/debian/unity.install @@ -1 +1,3 @@ -usr +debian/tmp/usr/bin +debian/tmp/usr/lib/mutter +debian/tmp/usr/share/unity |
