aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-07-26 23:50:22 -0500
committerTed Gould <ted@canonical.com>2009-07-26 23:50:22 -0500
commitc8cb2fa603bca212869727db019611c70d46825e (patch)
treea33223dce1f3d35d00f94caddc7355edfbc58565 /debian
parentfdf84c9cad59ae4dff01b95bafdfcfd8139f0af9 (diff)
parenta4ab46afa0aa5f8ae4e66b8ae7ef3592499c5c81 (diff)
downloadayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.tar.gz
ayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.tar.bz2
ayatana-indicator-session-c8cb2fa603bca212869727db019611c70d46825e.zip
Fleshing out significantly. Inital rerelease.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control10
-rwxr-xr-xdebian/rules5
3 files changed, 19 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ed0dab5..e9f4c7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,10 @@
-indicator-fusa (0.1~ppa1) intrepid; urgency=low
+indicator-sus (0.1~ppa3) UNRELEASED; urgency=low
+
+ * Fleshing out significantly. Inital rerelease.
+
+ -- Ted Gould <ted@ubuntu.com> Sun, 26 Jul 2009 23:48:52 -0500
+
+indicator-sus (0.1~ppa1) intrepid; urgency=low
* Initial release
diff --git a/debian/control b/debian/control
index 251112d..5a4dc95 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: indicator-fusa
+Source: indicator-sus
Section: gnome
Priority: optional
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
@@ -8,11 +8,15 @@ Build-Depends: debhelper (>= 5.0),
libdbus-glib-1-dev,
gnome-doc-utils,
scrollkeeper,
+ libindicator-dev,
+ libdbusmenu-glib-dev,
+ libdbusmenu-gtk-dev,
+ libpolkit-gnome-dev,
intltool
Standards-Version: 3.8.0
-Package: indicator-fusa
+Package: indicator-sus
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet
+Depends: ${shlibs:Depends}, ${misc:Depends}, indicator-applet, devicekit-power
Description: Applet for the GNOME panel providing various indicators for
display to users.
diff --git a/debian/rules b/debian/rules
index 1c64b91..22338be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,8 @@ include /usr/share/cdbs/1/class/gnome.mk
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
LDFLAGS += -Wl,-z,defs -Wl,--as-needed
+binary-install/indicator-sus::
+ # remove .a/.la clutter
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.a
+ rm -f debian/$(cdbs_curpkg)/usr/lib/indicators/*/*.la
+