X-Git-Url: http://git.maemo.org/git/?p=mafwsubrenderer;a=blobdiff_plain;f=qmafw-gst-subtitles-renderer%2Fdebian%2Frules;h=e917198f35490107949525cf613ad4bf77f8f675;hp=b681d051754c05f64957fbdbcfe98dbf83e824ce;hb=4a184eeafc73796372693f119578f7dfd6faaa8b;hpb=226d35244df85a27c332d3a3ded1b25b3c7f4951;ds=sidebyside diff --git a/qmafw-gst-subtitles-renderer/debian/rules b/qmafw-gst-subtitles-renderer/debian/rules index b681d05..e917198 100755 --- a/qmafw-gst-subtitles-renderer/debian/rules +++ b/qmafw-gst-subtitles-renderer/debian/rules @@ -23,6 +23,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. qmake PREFIX=/usr MODE=$(MODE) $(APPNAME).pro && $(MAKE) + cd applet && qmake PREFIX=/usr MODE=$(MODE) subtitlesapplet.pro && $(MAKE) && cd .. touch configure-stamp @@ -45,7 +46,9 @@ clean: # Add here commands to clean up after the build process. -rm -f debian/build-stamp + rm -rf debian/qmafw-gst-subtitles-renderer [ ! -f Makefile ] || $(MAKE) distclean + [ ! -f applet/Makefile ] || (cd applet && $(MAKE) distclean && cd ..) dh_clean @@ -57,6 +60,7 @@ install: build # Add here commands to install the package into debian/app_name $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/$(APPNAME) install + cd applet && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/$(APPNAME) install && cd .. # Build architecture-independent files here.