[maemo-commits] [maemo-commits] r10319 - in projects/haf/branches/maemo-af-desktop/python-hildondesktop: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Mar 2 14:19:52 EET 2007
- Previous message: [maemo-commits] r10318 - in projects/haf/trunk/hildon-desktop: . background-manager data
- Next message: [maemo-commits] r10320 - projects/haf/tags/python-hildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-03-02 14:19:50 +0200 (Fri, 02 Mar 2007) New Revision: 10319 Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/changelog Log: 2007-03-02 Lucas Rocha <lucas.rocha at nokia.com> * configure.ac: build dependency fixes. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-02 12:11:43 UTC (rev 10318) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/ChangeLog 2007-03-02 12:19:50 UTC (rev 10319) @@ -1,3 +1,7 @@ +2007-03-02 Lucas Rocha <lucas.rocha at nokia.com> + + * configure.ac: build dependency fixes. + 2007-02-15 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildondesktop.defs: update to match API changes. Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac 2007-03-02 12:11:43 UTC (rev 10318) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/configure.ac 2007-03-02 12:19:50 UTC (rev 10319) @@ -26,15 +26,15 @@ # Hildon Desktop #++++++++++++++++ -PKG_CHECK_MODULES(LIBHILDONDESKTOP, libhildondesktop >= 0.1) +PKG_CHECK_MODULES(LIBHILDONDESKTOP, libhildondesktop) AC_SUBST(LIBHILDONDESKTOP_LIBS) AC_SUBST(LIBHILDONDESKTOP_CFLAGS) -PKG_CHECK_MODULES(LIBHILDONWM, libhildonwm >= 0.1) +PKG_CHECK_MODULES(LIBHILDONWM, libhildonwm) AC_SUBST(LIBHILDONWM_LIBS) AC_SUBST(LIBHILDONWM_CFLAGS) -PKG_CHECK_MODULES(HILDONDESKTOP, hildon-desktop >= 0.1) +PKG_CHECK_MODULES(HILDONDESKTOP, hildon-desktop) AC_SUBST(HILDONDESKTOP_CFLAGS) hildondesktopincludedir=`pkg-config libhildondesktop --variable=includedir` Modified: projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/changelog =================================================================== --- projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/changelog 2007-03-02 12:11:43 UTC (rev 10318) +++ projects/haf/branches/maemo-af-desktop/python-hildondesktop/debian/changelog 2007-03-02 12:19:50 UTC (rev 10319) @@ -1,3 +1,9 @@ +python-hildondesktop (0.0.0-3) unstable; urgency=low + + * Build dependency fixes. + + -- Lucas Rocha <lucas.rocha at nokia.com> Fri, 02 Mar 2007 14:18:12 +0200 + python-hildondesktop (0.0.0-2) unstable; urgency=low * Several updates to match API changes.
- Previous message: [maemo-commits] r10318 - in projects/haf/trunk/hildon-desktop: . background-manager data
- Next message: [maemo-commits] r10320 - projects/haf/tags/python-hildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]