diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2009-11-06 10:25:15 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2009-11-06 10:25:15 -0500 |
commit | b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd (patch) | |
tree | 4b515d8c68ccdf842de3c37766aae928ea47fb0d /debian | |
parent | 5be8ede939efb973da4aa7b864fad188803aa650 (diff) | |
download | ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.tar.gz ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.tar.bz2 ayatana-indicator-session-b9e5bb1a513d0a6f3ba192e6caffecdc48873dbd.zip |
* debian/rules
- removed the extra disable-scrollkeeper arg to configure (LP: #418772)
* debian/control
- removed the build dep for scrollkeeper
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 01116cf..c3f0eec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +indicator-session (0.2.0~dev-0ubuntu1~ppa2) karmic; urgency=low + + * debian/rules + - removed the extra disable-scrollkeeper arg to configure (LP: #418772) + * debian/control + - removed the build dep for scrollkeeper + + -- Ken VanDine <ken.vandine@canonical.com> Fri, 06 Nov 2009 10:24:06 -0500 + indicator-session (0.2.0~dev-0ubuntu1~ppa1) karmic; urgency=low * Updating to the libindicate 0.3.0 API diff --git a/debian/control b/debian/control index a4f2be7..94d6f45 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 5.0), libgconf2-dev, libdbus-glib-1-dev, gnome-doc-utils, - scrollkeeper, libindicator-dev (>= 0.3.0~dev), libdbusmenu-glib-dev (>= 0.1.2), libdbusmenu-gtk-dev (>= 0.1.2), diff --git a/debian/rules b/debian/rules index b632517..8db591a 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk -DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper LDFLAGS += -Wl,-z,defs -Wl,--as-needed DEB_DH_MAKESHLIBS_ARGS = -Xusr/lib/indicators |