diffstat for xfce4-session-4.8.1 xfce4-session-4.8.1 changelog | 6 ++++++ control | 2 +- rules | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff -Nru xfce4-session-4.8.1/debian/changelog xfce4-session-4.8.1/debian/changelog --- xfce4-session-4.8.1/debian/changelog 2011-05-26 22:37:20.000000000 +0000 +++ xfce4-session-4.8.1/debian/changelog 2011-07-14 17:34:31.000000000 +0000 @@ -1,3 +1,9 @@ +xfce4-session (4.8.1-3stormos0) unstable; urgency=low + + * Package for StormOS. + + -- Andrew Stormont (astormont) Thu, 14 Jul 2011 18:34:01 +0100 + xfce4-session (4.8.1-3) unstable; urgency=low * debian/patches: diff -Nru xfce4-session-4.8.1/debian/control xfce4-session-4.8.1/debian/control --- xfce4-session-4.8.1/debian/control 2011-04-19 14:39:39.000000000 +0000 +++ xfce4-session-4.8.1/debian/control 2011-07-14 18:25:50.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Xfce Maintainers Uploaders: Yves-Alexis Perez , Lionel Le Folgoc Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxml-parser-perl, chrpath, - fortune-mod, libdbus-1-dev, libdbus-glib-1-dev, xfce4-panel-dev (>= 4.8.0), + fortune-mod [!solaris-i386], libdbus-1-dev, libdbus-glib-1-dev, xfce4-panel-dev (>= 4.8.0), libxfce4util-dev (>= 4.8.0), libxfce4ui-1-dev (>= 4.8.0), libwnck-dev, x11-xserver-utils, libxfconf-0-dev (>= 4.8.0), libglade2-dev, intltool (>= 0.31), hardening-includes diff -Nru xfce4-session-4.8.1/debian/rules xfce4-session-4.8.1/debian/rules --- xfce4-session-4.8.1/debian/rules 2011-03-31 09:35:35.000000000 +0000 +++ xfce4-session-4.8.1/debian/rules 2011-07-14 18:38:30.000000000 +0000 @@ -7,6 +7,10 @@ LDFLAGS+=$(HARDENING_LDFLAGS) -Wl,-z,defs -Wl,--as-needed -Wl,-O1 CFLAGS+=$(HARDENING_CFLAGS) +ifeq ($(DEB_HOST_ARCH_OS),solaris) + CFLAGS += -fno-stack-protector +endif + export CFLAGS LDFLAGS @@ -29,8 +33,10 @@ debian/tmp/usr/lib/xfce4/panel/plugins/libxfsm-logout-plugin.so cat debian/debian-tips >> debian/tmp/usr/share/xfce4/tips/tips +ifneq ($(DEB_HOST_ARCH_OS),solaris) strfile debian/tmp/usr/share/xfce4/tips/tips \ debian/tmp/usr/share/xfce4/tips/tips.dat +endif dh_install --fail-missing override_dh_shlibdeps: