[maemo-commits] [maemo-commits] r9242 - projects/haf/trunk/hildon-fm/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Jan 22 20:33:03 EET 2007
- Previous message: [maemo-commits] r9241 - projects/haf/trunk/hildon-fm/debian
- Next message: [maemo-commits] r9243 - projects/haf/branches/maemo-af-desktop/hildon-desktop/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: marivoll Date: 2007-01-22 20:33:03 +0200 (Mon, 22 Jan 2007) New Revision: 9242 Modified: projects/haf/trunk/hildon-fm/debian/rules Log: Do not configure with --disable-dependency-tracking. Use new name when calling dh_strip. Modified: projects/haf/trunk/hildon-fm/debian/rules =================================================================== --- projects/haf/trunk/hildon-fm/debian/rules 2007-01-22 18:32:08 UTC (rev 9241) +++ projects/haf/trunk/hildon-fm/debian/rules 2007-01-22 18:33:03 UTC (rev 9242) @@ -41,7 +41,7 @@ if [ ! -x configure ]; then ./autogen.sh; fi dh_testdir # 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 + 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-gtk-doc build: build-stamp @@ -103,7 +103,7 @@ # dh_installinfo dh_installman dh_link - dh_strip --dbg-package="hildon-fm1" + dh_strip --dbg-package="libhildonfm2" dh_compress dh_fixperms # dh_perl
- Previous message: [maemo-commits] r9241 - projects/haf/trunk/hildon-fm/debian
- Next message: [maemo-commits] r9243 - projects/haf/branches/maemo-af-desktop/hildon-desktop/src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]