r10071 - /desktop/unstable/libbonoboui/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Apr 16 19:57:07 UTC 2007


Author: lool
Date: Mon Apr 16 19:57:07 2007
New Revision: 10071

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10071
Log:
* Fix check rule.

Modified:
    desktop/unstable/libbonoboui/debian/rules

Modified: desktop/unstable/libbonoboui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libbonoboui/debian/rules?rev=10071&op=diff
==============================================================================
--- desktop/unstable/libbonoboui/debian/rules (original)
+++ desktop/unstable/libbonoboui/debian/rules Mon Apr 16 19:57:07 2007
@@ -10,12 +10,13 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-common-build-arch common-build-indep:: debian/stamp-check
+common-build-arch common-build-indep:: debian/stamp-makefile-check
+debian/stamp-makefile-check: debian/stamp-makefile-build
 	# ignore failure of testsuite
 	-xvfb-run $(MAKE) check
 	touch $@
 
-clean::
-	rm -f debian/stamp-check
+makefile-clean::
+	rm -f debian/stamp-makefile-check
 endif
 




More information about the pkg-gnome-commits mailing list