r341 - in /packages/mtasc/trunk/debian: changelog rules

pabs at users.alioth.debian.org pabs at users.alioth.debian.org
Sun Jun 28 06:37:10 UTC 2009


Author: pabs
Date: Sun Jun 28 06:37:07 2009
New Revision: 341

URL: http://svn.debian.org/wsvn/?sc=1&rev=341
Log:
Support nocheck in DEB_BUILD_OPTIONS

Modified:
    packages/mtasc/trunk/debian/changelog
    packages/mtasc/trunk/debian/rules

Modified: packages/mtasc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/changelog?rev=341&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/changelog (original)
+++ packages/mtasc/trunk/debian/changelog Sun Jun 28 06:37:07 2009
@@ -1,6 +1,7 @@
 mtasc (1.14-2) UNRELEASED; urgency=low
 
   * Add port-to-hurd.patch to fix FTBFS on hurd-i386
+  * Support nocheck in DEB_BUILD_OPTIONS
 
  -- Paul Wise <pabs at debian.org>  Sun, 28 Jun 2009 13:47:17 +0800
 

Modified: packages/mtasc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/mtasc/trunk/debian/rules?rev=341&op=diff
==============================================================================
--- packages/mtasc/trunk/debian/rules (original)
+++ packages/mtasc/trunk/debian/rules Sun Jun 28 06:37:07 2009
@@ -35,8 +35,10 @@
 build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 	$(MAKE) -f ocaml/mtasc/doc/Makefile C=$(OCAMLC) O=$(OCAMLOBJECT) A=$(OCAMLARCHIVE) CU=$(OCAMLCUSTOM) CP=$(CAMLP4)
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	./ocaml/mtasc/mtasc -v -swf helloworld.swf -main -header 640:480:20 ocaml/mtasc/doc/HelloWorld.as
 	./ocaml/mtasc/mtasc -version 8 -v -swf helloworld.swf -main -header 640:480:20 ocaml/mtasc/doc/HelloWorld.as
+endif
 	cp ocaml/mtasc/doc/CHANGES.txt NEWS
 	touch build-stamp
 




More information about the pkg-flash-devel mailing list