From f1c0aaffe06a3a367f9eeda6e0a78a08c670ed35 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Tue, 22 Nov 2011 14:37:23 -0500 Subject: releasing version 0.4.1-1 --- debian/changelog | 26 ++++++++++++++++++++++++++ debian/control | 7 +++---- debian/patches/debian-changes | 40 ++++++++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + debian/rules | 1 - debian/source/format | 1 + debian/source/options | 1 + 7 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 debian/patches/debian-changes create mode 100644 debian/patches/series create mode 100644 debian/source/format create mode 100644 debian/source/options diff --git a/debian/changelog b/debian/changelog index acc3613..be00b80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +libindicator (0.4.1-1) experimental; urgency=low + + * Merge from Ubuntu. + + Re-enable GTK3 packages. + + Link to libm to prevent FTBFS. + Closes: #640459 + * Set single-debian-patch in debian/source/options. + + -- Evgeni Golov Sun, 02 Oct 2011 15:08:46 +0200 + libindicator (0.4.1-0ubuntu1) oneiric; urgency=low * New upstream release. @@ -77,6 +87,12 @@ libindicator (0.3.90-0ubuntu1) oneiric; urgency=low -- Ken VanDine Thu, 07 Jul 2011 10:18:04 -0400 +libindicator (0.3.22-1) unstable; urgency=low + + * Merge new upstream from Ubuntu. + + -- Evgeni Golov Tue, 29 Mar 2011 10:07:03 +0200 + libindicator (0.3.22-0ubuntu2) oneiric; urgency=low * debian/libindicator3-dev.install @@ -95,6 +111,16 @@ libindicator (0.3.22-0ubuntu1) natty; urgency=low -- Ted Gould Wed, 23 Mar 2011 13:21:49 -0500 +libindicator (0.3.21-1) unstable; urgency=low + + * Merge new upstream from Ubuntu. + * debian/control: + + Improve descriptions of the GTK3 packages. + + Standards-Version: 3.9.1 + * Disable GTK3 packages until libgtk-3-dev is in unstable. + + -- Evgeni Golov Sun, 20 Mar 2011 15:58:35 +0100 + libindicator (0.3.21-0ubuntu1) natty; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 06ee081..1dc79b8 100644 --- a/debian/control +++ b/debian/control @@ -1,8 +1,7 @@ Source: libindicator Section: libs Priority: optional -Maintainer: Ubuntu Core Developers -XSBC-Original-Maintainer: The Ayatana Packagers +Maintainer: The Ayatana Packagers Uploaders: Evgeni Golov , Kartik Mistry Build-Depends: debhelper (>= 5.0), cdbs (>= 0.4.41), @@ -15,8 +14,8 @@ Build-Depends: debhelper (>= 5.0), dh-autoreconf Standards-Version: 3.9.2 Homepage: https://launchpad.net/libindicator -Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/libindicator/ubuntu -Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-desktop/libindicator/ubuntu +Vcs-Bzr: http://bzr.debian.org/bzr/pkg-ayatana/libindicator/debian +Vcs-Browser: http://bzr.debian.org/loggerhead/pkg-ayatana/libindicator/debian Package: libindicator6 Section: libs diff --git a/debian/patches/debian-changes b/debian/patches/debian-changes new file mode 100644 index 0000000..91e0322 --- /dev/null +++ b/debian/patches/debian-changes @@ -0,0 +1,40 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + libindicator (0.4.1-1) experimental; urgency=low + . + * Merge from Ubuntu. + + Re-enable GTK3 packages. + + Link to libm to prevent FTBFS. + Closes: #640459 + * Set single-debian-patch in debian/source/options. +Author: Evgeni Golov +Bug-Debian: http://bugs.debian.org/640459 + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- libindicator-0.4.1.orig/tools/Makefile.am ++++ libindicator-0.4.1/tools/Makefile.am +@@ -19,6 +19,7 @@ indicator_loader_SOURCES = \ + indicator_loader_CFLAGS = \ + -Wall -Werror \ + $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \ ++ -Wall -Werror \ + -DBUILD_DIR="\"$(builddir)\"" + + indicator_loader_LDADD = \ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..7bb8252 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +debian-changes diff --git a/debian/rules b/debian/rules index 66b1948..da650c3 100755 --- a/debian/rules +++ b/debian/rules @@ -23,4 +23,3 @@ debian/stamp-autotools/gtk3: cdbs_configure_flags += $(DEB_CONFIGURE_FLAGS_gtk3) common-install-arch:: find debian/tmp -name \*.la -delete cd po; intltool-update --pot --verbose - diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..7423a2d --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +single-debian-patch -- cgit v1.2.3