From a74264a996f89ed4bcd6cc3210c8c8ba51c3908d Mon Sep 17 00:00:00 2001 From: seb128 Date: Mon, 16 Mar 2009 23:23:33 +0100 Subject: updated shlibs version --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 1c64b91..27b72eb 100755 --- a/debian/rules +++ b/debian/rules @@ -5,4 +5,4 @@ include /usr/share/cdbs/1/class/gnome.mk DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed - +DEB_DH_MAKESHLIBS_ARGS_libindicate0 += -V 'libindicate0 (>= 0.1.2)' -- cgit v1.2.3 From 0bbf4909324ed0503dfaf7dabf260d2b0cf05349 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Mar 2009 10:50:47 +0100 Subject: retroactively mark 0.1.1-0ubuntu2 as uploaded --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1493ee..283e2c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,7 +10,7 @@ indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low -- Ted Gould Sun, 15 Mar 2009 08:58:20 -0500 -indicator-applet (0.1.1-0ubuntu2) UNRELEASED; urgency=low +indicator-applet (0.1.1-0ubuntu2) jaunty; urgency=low * src/applet-main.c, applet_fill_cb(): Do not show anything if we are running under a stracciatella GNOME session (i. e. without -- cgit v1.2.3 From 2a0f3ae6d2a4492673dee702a02a7f84a147ae15 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Mar 2009 10:51:56 +0100 Subject: Add debian/watch. --- debian/changelog | 6 ++++++ debian/watch | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog index 283e2c8..35d8580 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low + + * Add debian/watch. + + -- Martin Pitt Tue, 17 Mar 2009 10:51:46 +0100 + indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low * New upstream version diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e8ab1bd --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://launchpad.net/indicator-applet/+download .*/indicator-applet-([0-9.]+)\.tar\.gz -- cgit v1.2.3 From f5f204aa14310950b76a939d80a966f442b7c6d8 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Mar 2009 10:54:24 +0100 Subject: Add bzr-builddeb configuration (merge mode). Fortunately this doesn't insist on having *only* debian/ in bzr. This gives us the best of both worlds, bzd-bd auto-downloading orig.tar.gz and merging in the pre-generated autoconf stuff, and retaining the possibility of merging directly from trunk, since we keep the full upstream source in this branch. --- .bzr-builddeb/default.conf | 2 ++ debian/changelog | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 .bzr-builddeb/default.conf diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf new file mode 100644 index 0000000..3165e05 --- /dev/null +++ b/.bzr-builddeb/default.conf @@ -0,0 +1,2 @@ +[BUILDDEB] +merge = True diff --git a/debian/changelog b/debian/changelog index 35d8580..c342d79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,11 @@ indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low * Add debian/watch. + * Add bzr-builddeb configuration (merge mode). Fortunately this doesn't + insist on having *only* debian/ in bzr. This gives us the best of both + worlds, bzd-bd auto-downloading orig.tar.gz and merging in the + pre-generated autoconf stuff, and retaining the possibility of merging + directly from trunk, since we keep the full upstream source in this branch. -- Martin Pitt Tue, 17 Mar 2009 10:51:46 +0100 -- cgit v1.2.3 From 78eda239bdefc57d766417d48eb46f5a844ab956 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 17 Mar 2009 10:55:22 +0100 Subject: debian/copyright: Fix download location. --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c342d79..de24a5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low worlds, bzd-bd auto-downloading orig.tar.gz and merging in the pre-generated autoconf stuff, and retaining the possibility of merging directly from trunk, since we keep the full upstream source in this branch. + * debian/copyright: Fix download location. -- Martin Pitt Tue, 17 Mar 2009 10:51:46 +0100 diff --git a/debian/copyright b/debian/copyright index 9326fc7..074097c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by Ted Gould on Wed, 11 Feb 2009 15:41:06 -0600. -It was downloaded from +It was downloaded from Upstream Author: -- cgit v1.2.3