diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/libindicate-doc.install | 2 |
3 files changed, 25 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 0021814..3689fe6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-applet (0.2.0~bzr309-0ubuntu2) UNRELEASED; urgency=low + + * debian/control, debian/libindicate-doc.install: Merging in Ken + Vandine's work on making a -doc package for libindicate. + + -- Ted Gould <ted@ubuntu.com> Wed, 13 May 2009 15:00:18 -0500 + indicator-applet (0.2.0~bzr309-0ubuntu1) jaunty; urgency=low * Merge from upstream, includes documentation. diff --git a/debian/control b/debian/control index f663d47..47b903a 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,7 @@ Build-Depends: debhelper (>= 5.0), libgnomeui-dev, libtool, intltool, - libxml2-dev, - dbus-test-runner + libxml2-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu @@ -68,3 +67,18 @@ Description: GNOME panel indicator applet - shared library the indicator applet. . This package contains files that are needed to build applications. + +Package: libindicate-doc +Section: doc +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + libindicate1 (= ${binary:Version}), + libdbus-glib-1-dev (>= 0.76), + libgtk2.0-dev (>= 2.12.0) +Description: GNOME panel indicator applet - shared library + indicator-applet is an applet to display information from + various applications consistently in the GNOME panel.ยท + . + This package contains files that are needed to build applications. + diff --git a/debian/libindicate-doc.install b/debian/libindicate-doc.install new file mode 100644 index 0000000..55af9eb --- /dev/null +++ b/debian/libindicate-doc.install @@ -0,0 +1,2 @@ +debian/tmp/usr/share/gtk-doc/html/libindicate/* +debian/tmp/usr/share/doc/indicator-applet/examples/* |