aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzr-builddeb/default.conf2
-rw-r--r--debian/changelog46
-rw-r--r--debian/compat1
-rw-r--r--debian/control24
-rw-r--r--debian/copyright33
-rwxr-xr-xdebian/rules6
-rw-r--r--debian/watch2
7 files changed, 114 insertions, 0 deletions
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
new file mode 100644
index 0000000..25a6af5
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,46 @@
+libindicator (0.2.1-0ubuntu1~ppa1) UNRELEASED; urgency=low
+
+ * Upstream release 0.2.1
+ * Puts a copyright header on the header file. Should have
+ been there all along.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 08 Oct 2009 10:15:56 -0400
+
+libindicator (0.2.0-0ubuntu1) karmic; urgency=low
+
+ * Upstream release 0.2.0 (LP: #427443):
+ - Use silent automake mode.
+ - Tag for final release.
+
+ -- Ted Gould <ted@ubuntu.com> Thu, 10 Sep 2009 20:22:45 +0200
+
+libindicator (0.2.0~bzr325-0ubuntu1) karmic; urgency=low
+
+ [ Ted Gould ]
+ * New version (LP: #417039)
+ * Merging in the seperation from indicator-applet
+ * debian/* Removing all of the indicator-applet stuff
+ * Setting the icon path in the .pc file.
+ * Merging onto the main packaging branch.
+ * Renaming the second Bonobo server description file to match that
+ of the FastUserSwitchApplet.
+ * Upstream merge for better naming of the applet.
+ * Updating from upstream with two (count them) two applets
+ installed in the source.
+ * debian/control: Adding information on indicator-applet-sus which
+ is a different applet for the SUS indicator.
+ * debian/indicator-applet.install: Making it more specific so that
+ it doesn't grab the directories that now have additional files
+ created by indicator-applet-sus existing.
+ * debian/indicator-applet-sus.install: List files that are now
+ used by the new binary package.
+
+ [ Ken VanDine ]
+ * debian/control:
+ - Set both Vcs-Bzr and Vcs-Bzr-Browser, with ~ubuntu-desktop
+
+ [ Martin Pitt ]
+ * Flush changelog.
+ * debian/control: Fix Vcs-* links.
+
+ -- Ken VanDine <ken.vandine@canonical.com> Tue, 25 Aug 2009 08:35:00 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9f0f009
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: libindicator
+Section: libs
+Priority: optional
+Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+Build-Depends: debhelper (>= 5.0),
+ cdbs (>= 0.4.41),
+ libtool
+Standards-Version: 3.8.0
+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
+
+Package: libindicator-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libgtk2.0-dev (>= 2.12.0)
+Description: GNOME panel indicator applet - shared library
+ This library contains information to build indicators to go into
+ the indicator applet.
+ .
+ This package contains files that are needed to build applications.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ca1ebdd
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+This package was debianized by Ted Gould <ted@canonical.com> on
+Wed, 11 Feb 2009 15:41:06 -0600.
+
+It was downloaded from <http://launchpad.net/indicator-applet/>
+
+Upstream Author:
+
+ Ted Gould <ted@canonical.com>
+
+Copyright:
+
+ Copyright (C) 2009 Canonical Ltd.
+
+License:
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, version 3 of the License.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is (C) 2009, Canonical Ltd. and
+is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..744b984
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/gnome.mk
+
+LDFLAGS += -Wl,-z,defs -Wl,--as-needed
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..16f79e0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://launchpad.net/libindicator/+download .*/libindicator-([0-9.]+)\.tar\.gz