[Pkg-utopia-commits] r629 - packages/experimental/gnome-power-manager/debian

Michael Biebl mbiebl-guest at costa.debian.org
Tue Feb 21 06:49:16 UTC 2006


Author: mbiebl-guest
Date: 2006-02-21 06:49:15 +0000 (Tue, 21 Feb 2006)
New Revision: 629

Modified:
   packages/experimental/gnome-power-manager/debian/control
   packages/experimental/gnome-power-manager/debian/rules
Log:
./configure differed from configure.in. While configure checks for X11/Intrinsic.h it rather should be X11/Xlib.h as specific in configure.in. So I had to update configure. For this I added autoconf to build-dep and DEB_AUTO_UPDATE_AUTOCONF="yes" to debian/rules. Otherwise the check for dpms support failes and dpms support is not activated. 


Modified: packages/experimental/gnome-power-manager/debian/control
===================================================================
--- packages/experimental/gnome-power-manager/debian/control	2006-02-21 02:59:02 UTC (rev 628)
+++ packages/experimental/gnome-power-manager/debian/control	2006-02-21 06:49:15 UTC (rev 629)
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Riccardo Setti <giskard at autistici.org>
-Build-Depends: debhelper (>= 5), cdbs, libtool, libgnomeui-dev, libglade2-dev, libhal-dev (>= 0.5.6), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libxml-parser-perl, libxext-dev, libx11-dev, libgtk2.0-dev, libwnck-dev, docbook-to-man, intltool, libnotify-dev (>= 0.3.0), docbook-utils, libxres-dev, gnome-doc-utils
+Build-Depends: debhelper (>= 5), cdbs, libtool, autoconf, libgnomeui-dev, libglade2-dev, libhal-dev (>= 0.5.6), libdbus-1-dev (>= 0.60), libdbus-glib-1-dev (>= 0.60), libxml-parser-perl, libxext-dev, libx11-dev, libgtk2.0-dev, libwnck-dev, docbook-to-man, intltool, libnotify-dev (>= 0.3.0), docbook-utils, libxres-dev, gnome-doc-utils
 Standards-Version: 3.6.2
 
 Package: gnome-power-manager

Modified: packages/experimental/gnome-power-manager/debian/rules
===================================================================
--- packages/experimental/gnome-power-manager/debian/rules	2006-02-21 02:59:02 UTC (rev 628)
+++ packages/experimental/gnome-power-manager/debian/rules	2006-02-21 06:49:15 UTC (rev 629)
@@ -4,6 +4,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 				
+DEB_AUTO_UPDATE_AUTOCONF = "yes"
+
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--without-gconf-source \
 			--enable-libnotify \




More information about the Pkg-utopia-commits mailing list