From daaa9a5b435f75e242fef31cd3b436cad5d02943 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 5 Aug 2009 00:23:53 +0100 Subject: tidy changelog for release --- debian/changelog | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/debian/changelog b/debian/changelog index d49dfa2..a9e5498 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,24 +1,6 @@ -indicator-applet (0.2.0~bzr319-0ubuntu1~ppa4) karmic; urgency=low - - * Upstream fix to PC file. - - -- Ted Gould Tue, 04 Aug 2009 12:29:39 +0100 - -indicator-applet (0.2.0~bzr319-0ubuntu1~ppa3) karmic; urgency=low - - * debian/control: Fixing the library reference of - libindicate-gtk-dev - - -- Ted Gould Tue, 04 Aug 2009 10:53:48 +0100 - -indicator-applet (0.2.0~bzr319-0ubuntu1~ppa2) karmic; urgency=low - - * Forgot to autogen.sh - - -- Ted Gould Tue, 04 Aug 2009 10:51:47 +0100 - -indicator-applet (0.2.0~bzr319-0ubuntu1~ppa1) karmic; urgency=low +indicator-applet (0.2.0~bzr319-0ubuntu1) karmic; urgency=low + [ Ted Gould ] * Merging in upstream code to split out libindicate-gtk * debian/control: * Changing the version number of libindcate to 2 to match @@ -31,7 +13,7 @@ indicator-applet (0.2.0~bzr319-0ubuntu1~ppa1) karmic; urgency=low * Modified libindicate-dev to be more specific about the header files that it grabs. - -- Ted Gould Tue, 04 Aug 2009 10:27:31 +0100 + -- Jonathan Riddell Wed, 05 Aug 2009 00:22:54 +0100 indicator-applet (0.2.0~bzr309-0ubuntu3) karmic; urgency=low -- cgit v1.2.3 From 07a83fac483904cc7fdfe242c64b3a80968807b5 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 5 Aug 2009 00:41:16 +0100 Subject: Run ./autogen.sh before upload --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index a9e5498..f73f46b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.2.0~bzr319-0ubuntu2) karmic; urgency=low + + * Run ./autogen.sh before upload + + -- Jonathan Riddell Wed, 05 Aug 2009 00:40:52 +0100 + indicator-applet (0.2.0~bzr319-0ubuntu1) karmic; urgency=low [ Ted Gould ] -- cgit v1.2.3 From bff1218cd071d1c27e7fc6bc17c55251cbb6f956 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 5 Aug 2009 09:50:42 +0100 Subject: indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low * debian/rules - added --enable-gtk-doc to build the docs -- Ken VanDine Wed, 05 Aug 2009 09:50:17 +0100 --- debian/changelog | 7 +++++++ debian/rules | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f73f46b..d2f8ca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low + + * debian/rules + - added --enable-gtk-doc to build the docs + + -- Ken VanDine Wed, 05 Aug 2009 09:50:17 +0100 + indicator-applet (0.2.0~bzr319-0ubuntu2) karmic; urgency=low * Run ./autogen.sh before upload diff --git a/debian/rules b/debian/rules index 3025b6a..27ff7f1 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --disable-gobject-introspection --enable-gtk-doc LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS_libindicate0 += -V 'libindicate0 (>= 0.1.2)' -- cgit v1.2.3 From 8223eb61915a7ee010d4ac754066ea36a1db50e1 Mon Sep 17 00:00:00 2001 From: Jonathan Riddell Date: Wed, 5 Aug 2009 11:29:13 +0100 Subject: Add build-dep on gtk-doc-tools --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d2f8ca2..26c8aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.2.0~bzr319-0ubuntu4) karmic; urgency=low + + * Add build-dep on gtk-doc-tools + + -- Jonathan Riddell Wed, 05 Aug 2009 11:28:57 +0100 + indicator-applet (0.2.0~bzr319-0ubuntu3) karmic; urgency=low * debian/rules diff --git a/debian/control b/debian/control index 23e0158..4281a15 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: debhelper (>= 5.0), libgnomeui-dev, libtool, intltool, - libxml2-dev + libxml2-dev, + gtk-doc-tools Standards-Version: 3.8.0 Homepage: https://launchpad.net/indicator-applet Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/indicator-applet/ubuntu -- cgit v1.2.3