[Pkg-xfce-commits] r5952 - in desktop/trunk/xfce4-session/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Sep 4 07:51:35 UTC 2011
Author: corsac
Date: 2011-09-04 19:51:35 +0000 (Sun, 04 Sep 2011)
New Revision: 5952
Added:
desktop/trunk/xfce4-session/debian/patches/04_fix-missing-lm.patch
Modified:
desktop/trunk/xfce4-session/debian/changelog
desktop/trunk/xfce4-session/debian/control
desktop/trunk/xfce4-session/debian/patches/series
desktop/trunk/xfce4-session/debian/rules
Log:
* debian/patches:
- 04_fix-missing-lm added, fix FTBFS.
* debian/control:
- add build-dep on xfce4-dev-tools and libtool.
* debian/rules:
- run xdt-autogen before configure.
Modified: desktop/trunk/xfce4-session/debian/changelog
===================================================================
--- desktop/trunk/xfce4-session/debian/changelog 2011-09-04 19:34:07 UTC (rev 5951)
+++ desktop/trunk/xfce4-session/debian/changelog 2011-09-04 19:51:35 UTC (rev 5952)
@@ -3,6 +3,12 @@
* debian/README.Debian updated
- mention LightDM.
- fix path for xfsm-shutdown-helper. closes: #637197
+ * debian/patches:
+ - 04_fix-missing-lm added, fix FTBFS.
+ * debian/control:
+ - add build-dep on xfce4-dev-tools and libtool.
+ * debian/rules:
+ - run xdt-autogen before configure.
-- Yves-Alexis Perez <corsac at debian.org> Tue, 09 Aug 2011 13:59:29 +0200
Modified: desktop/trunk/xfce4-session/debian/control
===================================================================
--- desktop/trunk/xfce4-session/debian/control 2011-09-04 19:34:07 UTC (rev 5951)
+++ desktop/trunk/xfce4-session/debian/control 2011-09-04 19:51:35 UTC (rev 5952)
@@ -7,7 +7,7 @@
fortune-mod, 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
+ intltool (>= 0.31), hardening-includes, xfce4-dev-tools, libtool
Standards-Version: 3.9.2
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-session/
Added: desktop/trunk/xfce4-session/debian/patches/04_fix-missing-lm.patch
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/04_fix-missing-lm.patch (rev 0)
+++ desktop/trunk/xfce4-session/debian/patches/04_fix-missing-lm.patch 2011-09-04 19:51:35 UTC (rev 5952)
@@ -0,0 +1,12 @@
+diff --git a/engines/balou/Makefile.am b/engines/balou/Makefile.am
+index 96ae5c5..0e75249 100644
+--- a/engines/balou/Makefile.am
++++ b/engines/balou/Makefile.am
+@@ -29,6 +29,7 @@ libbalou_la_LDFLAGS = \
+ -module
+
+ libbalou_la_LIBADD = \
++ -lm \
+ $(top_builddir)/libxfsm/libxfsm-4.6.la \
+ $(LIBXFCE4UI_LIBS) \
+ $(XFCONF_LIBS)
Modified: desktop/trunk/xfce4-session/debian/patches/series
===================================================================
--- desktop/trunk/xfce4-session/debian/patches/series 2011-09-04 19:34:07 UTC (rev 5951)
+++ desktop/trunk/xfce4-session/debian/patches/series 2011-09-04 19:51:35 UTC (rev 5952)
@@ -1,4 +1,5 @@
01_correct_shadows.patch
02_fix-fortune-path.patch
03_dont-die-on-dbus-disconnect.patch
+04_fix-missing-lm.patch
05_force-xfsettingsd-start.patch
Modified: desktop/trunk/xfce4-session/debian/rules
===================================================================
--- desktop/trunk/xfce4-session/debian/rules 2011-09-04 19:34:07 UTC (rev 5951)
+++ desktop/trunk/xfce4-session/debian/rules 2011-09-04 19:51:35 UTC (rev 5952)
@@ -11,6 +11,7 @@
override_dh_auto_configure:
+ NOCONFIGURE=1 xdt-autogen
dh_auto_configure
find .pc -type f -name '*.c' -exec echo '{}' >> po/POTFILES.skip \;
More information about the Pkg-xfce-commits
mailing list