Changeset 7526 for debian/rules
- Timestamp:
- 10/10/05 14:05:06 (3 years ago)
- Files:
-
- 1 modified
-
debian/rules (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debian/rules
r7524 r7526 9 9 endif 10 10 11 PUGS_BUILD_OPT IONS = $(DEB_BUILD_OPTIONS)11 PUGS_BUILD_OPTS = $(DEB_BUILD_OPTIONS) 12 12 13 13 TESTS='smoke-pugs' … … 26 26 -test $$SKIP_TESTS || $(MAKE) $(TESTS) 27 27 # use DEB_BUILD_OPTIONS="smoke_upload=0" to avoid uploading the smoke file automatically 28 for html in $(CURDIR)/smoke*.html; do \28 -for html in $(CURDIR)/smoke*.html; do \ 29 29 ./util/smokeserv/smokeserv-client.pl $$html; \ 30 30 done; … … 40 40 dh_testdir 41 41 dh_testroot 42 rm -f build-arch-stamp build-indep-stamp configure-stamp debian/pugs.1 debian/pugscc.1 src/Pugs/CodeGen/PIR/Prelude.hi src/Pugs/CodeGen/PIR/Prelude.o ext/Test-Builder/destroy_test.p6 smoke*.html config.yml42 rm -f build-arch-stamp build-indep-stamp configure-stamp install-stamp 43 43 -$(MAKE) realclean 44 rm -f debian/pugscc.1 src/Pugs/CodeGen/PIR/Prelude.hi src/Pugs/CodeGen/PIR/Prelude.o ext/Test-Builder/destroy_test.p6 smoke*.html config.yml tests.yml src/gen_prelude.hi src/gen_prelude.o src/Main.hi src/Main.o 45 find -name Makefile.old -exec rm -f {} \; 44 46 dh_clean 45 47 … … 50 52 $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp 51 53 find $(CURDIR) -exec chmod u+rw {} \; 54 rm -rfv ./usr/share/perl6/5.8/FA/t/ 52 55 dh_installdirs 53 56 dh_install --sourcedir=$(CURDIR)/debian/tmp --list-missing
