diff options
author | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 00:20:06 +0100 |
---|---|---|
committer | Jonathan Riddell <jriddell@canonical.com> | 2009-08-05 00:20:06 +0100 |
commit | da961bf7ff575e04fcff8c7da1a6d551510898f5 (patch) | |
tree | 5923df29689fb2326c897ef1d90b28982148d3b8 /debian | |
parent | 9e66afc1bb6adc0726ee6f1bda22f18df0b69acd (diff) | |
parent | d20d4bf298defb4c60e76b3e463b352f276a3b8e (diff) | |
download | ayatana-indicator-messages-da961bf7ff575e04fcff8c7da1a6d551510898f5.tar.gz ayatana-indicator-messages-da961bf7ff575e04fcff8c7da1a6d551510898f5.tar.bz2 ayatana-indicator-messages-da961bf7ff575e04fcff8c7da1a6d551510898f5.zip |
merge current package for upload, https://code.edge.launchpad.net/~indicator-applet-developers/indicator-applet/messages-packaging/+merge/9670
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 59 | ||||
-rw-r--r-- | debian/control | 6 | ||||
-rwxr-xr-x | debian/rules | 4 |
3 files changed, 68 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4a16997..3ca4fff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,62 @@ +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa4) karmic; urgency=low + + * debian/control: Adding in a build dep on libindicate-gtk-dev + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 17:54:44 +0100 + +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa3) karmic; urgency=low + + * Changes for the changing libindicate stuff. + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 17:46:17 +0100 + +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa2) karmic; urgency=low + + * Forgot to run ./autogen.sh + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 17:38:41 +0100 + +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa1) karmic; urgency=low + + * Merge in the dbusmenu changes from the dbusmenu branch + * debian/control: Adding in a build dependency on libdbusmenu-glib and + libdbusmenu-gtk to catch up with the merge. + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 12:50:10 +0100 + +indicator-messages (0.2.0~bzr120-0ubuntu1) jaunty; urgency=low + + * Fix to track the timer. (LP: #365187) + + -- Ted Gould <ted@ubuntu.com> Wed, 13 May 2009 09:56:20 -0500 + +indicator-messages (0.2.0~bzr119-0ubuntu1) jaunty; urgency=low + + * Upstream update + + -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 23:34:21 -0500 + +indicator-messages (0.2.0~bzr116-0ubuntu3) jaunty; urgency=low + + * debian/rules: Adding a rule to remove the .la/.a clutter + + -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 16:46:59 -0500 + +indicator-messages (0.2.0~bzr116-0ubuntu2) jaunty; urgency=low + + * debian/control: libindicator-dev to ~bzr301 + + -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:58:45 -0500 + +indicator-messages (0.2.0~bzr116-0ubuntu1) jaunty; urgency=low + + * Upstream release + * Bug fixes + * Update API to new libindicator + * debian/control: Adding new dependency on libindicator-dev + + -- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 15:45:21 -0500 + indicator-messages (0.1.6-0ubuntu1) jaunty; urgency=low * New upstream version diff --git a/debian/control b/debian/control index f403ed8..32b0ae9 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,11 @@ Build-Depends: debhelper (>= 5.0), gnome-doc-utils, scrollkeeper, intltool, - libindicate-dev (>= 0.1.5) + libindicate-dev (>= 0.2.0~bzr298), + libindicate-gtk-dev (>= 0.2.0~bzr298), + libindicator-dev (>= 0.2.0~bzr301), + libdbusmenu-gtk-dev, + libdbusmenu-glib-dev Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/messages-ubuntu diff --git a/debian/rules b/debian/rules index 1c64b91..e813915 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,7 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed +binary-install/indicator-messages:: + # remove .a/.la clutter + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a + rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la |