[Xfce4-commits] r30426 - in xfc/trunk: debian libXFCde/xfc/utils

Bo Lorentsen bl at xfce.org
Sun Aug 2 21:28:25 CEST 2009


Author: bl
Date: 2009-08-02 19:28:25 +0000 (Sun, 02 Aug 2009)
New Revision: 30426

Modified:
   xfc/trunk/debian/control
   xfc/trunk/debian/rules
   xfc/trunk/libXFCde/xfc/utils/config.hh
Log:
fix debian build and a wild inl file

Modified: xfc/trunk/debian/control
===================================================================
--- xfc/trunk/debian/control	2009-08-02 18:26:56 UTC (rev 30425)
+++ xfc/trunk/debian/control	2009-08-02 19:28:25 UTC (rev 30426)
@@ -1,7 +1,7 @@
 Source: xfc
 Priority: extra
 Maintainer: Bo Lorentsen <bl at lue.dk>
-Build-Depends: libgtksourceview-dev (>= 1.8), libglib2.0-0 (>= 2.12), libgtk2.0-0 (>= 2.8), libglade2-dev (>= 2.6), libsigc++-2.0-dev (>= 2.0.17), libatk1.0-0 (>= 1.12), libpango1.0-dev (>= 1.14), debhelper (>= 5), autotools-dev
+Build-Depends: libgtksourceview-dev (>= 1.8), libglib2.0-0 (>= 2.12), libgtk2.0-0 (>= 2.8), libglade2-dev (>= 2.6), libsigc++-2.0-dev (>= 2.0.17), libatk1.0-0 (>= 1.12), libpango1.0-dev (>= 1.14), debhelper (>= 5), autotools-dev, libxfce4util-dev (>= 4.6.0), xfce4-panel-dev (>= 4.6.0), libxfconf-0-dev (>= 4.6.0), libxfce4util4 (>= 4.6.0), xfce4-panel (>= 4.6.0), libxfconf-0-2 (>= 4.6.0), doxygen, graphviz
 Standards-Version: 3.7.2
 Section: libs
 

Modified: xfc/trunk/debian/rules
===================================================================
--- xfc/trunk/debian/rules	2009-08-02 18:26:56 UTC (rev 30425)
+++ xfc/trunk/debian/rules	2009-08-02 19:28:25 UTC (rev 30426)
@@ -32,7 +32,7 @@
 # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
 
 configure: 
-	autogen.sh
+	./autogen.sh
 
 config.status: configure
 	dh_testdir

Modified: xfc/trunk/libXFCde/xfc/utils/config.hh
===================================================================
--- xfc/trunk/libXFCde/xfc/utils/config.hh	2009-08-02 18:26:56 UTC (rev 30425)
+++ xfc/trunk/libXFCde/xfc/utils/config.hh	2009-08-02 19:28:25 UTC (rev 30426)
@@ -127,6 +127,6 @@
     } // namespace De
 } // namespace Xfc
 
-#include <xfc/de/utils/inline/config.inl>
+#include <xfc/utils/inline/config.inl>
 
 #endif




More information about the Xfce4-commits mailing list