[maemo-commits] [maemo-commits] r17182 - in projects/haf/trunk/gtkfilesystemmemory: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Jan 15 10:17:58 EET 2009
- Previous message: [maemo-commits] r17181 - projects/haf/tags/gtkfilesystemmemory/0.18/debian
- Next message: [maemo-commits] r17183 - in projects/haf/trunk/gtkfilesystemmemory: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: risun Date: 2009-01-15 10:17:57 +0200 (Thu, 15 Jan 2009) New Revision: 17182 Modified: projects/haf/trunk/gtkfilesystemmemory/ChangeLog projects/haf/trunk/gtkfilesystemmemory/debian/rules Log: update rules for build Modified: projects/haf/trunk/gtkfilesystemmemory/ChangeLog =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/ChangeLog 2009-01-15 07:39:05 UTC (rev 17181) +++ projects/haf/trunk/gtkfilesystemmemory/ChangeLog 2009-01-15 08:17:57 UTC (rev 17182) @@ -1,3 +1,9 @@ +2009-01-15 Richard Sun <richard.sun at nokia.com> + + Release 0.18 + + * debian/rules: fix building failure issue + 2007-08-06 Marius Vollmer <marius.vollmer at nokia.com> Released 0.17 Modified: projects/haf/trunk/gtkfilesystemmemory/debian/rules =================================================================== --- projects/haf/trunk/gtkfilesystemmemory/debian/rules 2009-01-15 07:39:05 UTC (rev 17181) +++ projects/haf/trunk/gtkfilesystemmemory/debian/rules 2009-01-15 08:17:57 UTC (rev 17182) @@ -38,7 +38,13 @@ # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-doc-dir=\$${prefix}/share/doc --disable-dependency-tracking --disable-gtk-doc +configure: configure-stamp +configure-stamp: + dh_testdir + ./autogen.sh + touch configure-stamp + build: build-stamp build-stamp: config.status dh_testdir
- Previous message: [maemo-commits] r17181 - projects/haf/tags/gtkfilesystemmemory/0.18/debian
- Next message: [maemo-commits] r17183 - in projects/haf/trunk/gtkfilesystemmemory: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]