[maemo-commits] [maemo-commits] r18421 - projects/haf/trunk/osso-af-utils/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon May 18 17:05:48 EEST 2009
Author: schulhof
Date: 2009-05-18 17:05:43 +0300 (Mon, 18 May 2009)
New Revision: 18421

Modified:
   projects/haf/trunk/osso-af-utils/debian/changelog
   projects/haf/trunk/osso-af-utils/debian/rules
Log:
Set sysconfdir to etc

Modified: projects/haf/trunk/osso-af-utils/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-18 12:23:23 UTC (rev 18420)
+++ projects/haf/trunk/osso-af-utils/debian/changelog	2009-05-18 14:05:43 UTC (rev 18421)
@@ -1,3 +1,9 @@
+osso-af-utils (2.4-3) unstable; urgency=low
+
+  * Add --sysconfdir=/etc to configure in debian/rules
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Mon, 18 May 2009 17:03:15 +0300
+
 osso-af-utils (2.4-2) unstable; urgency=low
 
   * Use a different method for installing xsession script

Modified: projects/haf/trunk/osso-af-utils/debian/rules
===================================================================
--- projects/haf/trunk/osso-af-utils/debian/rules	2009-05-18 12:23:23 UTC (rev 18420)
+++ projects/haf/trunk/osso-af-utils/debian/rules	2009-05-18 14:05:43 UTC (rev 18421)
@@ -45,7 +45,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
 
 
 build: build-stamp


More information about the maemo-commits mailing list