aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog26
-rw-r--r--debian/control7
-rw-r--r--debian/patches/debian-changes40
-rw-r--r--debian/patches/series1
-rwxr-xr-xdebian/rules1
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options1
7 files changed, 72 insertions, 5 deletions
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 <evgeni@debian.org> 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 <ken.vandine@canonical.com> Thu, 07 Jul 2011 10:18:04 -0400
+libindicator (0.3.22-1) unstable; urgency=low
+
+ * Merge new upstream from Ubuntu.
+
+ -- Evgeni Golov <evgeni@debian.org> 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 <ted@ubuntu.com> 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 <evgeni@debian.org> 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 <ubuntu-devel-discuss@lists.ubuntu.com>
-XSBC-Original-Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
+Maintainer: The Ayatana Packagers <pkg-ayatana-devel@lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni@debian.org>, Kartik Mistry <kartik@debian.org>
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: <short summary of the patch>
+ 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 <evgeni@debian.org>
+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: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- 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