------------------------------------------------------------ revno: 1182 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Mon 2008-09-22 17:59:31 +0200 message: mention debian-2-4-1 merges, also complain in binary-indep when Mono is disabled modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-09-16 21:05:43 +0000 +++ b/changelog 2008-09-22 15:59:31 +0000 @@ -1,3 +1,17 @@ +openoffice.org (1:2.4.1-9.10pre) unstable; urgency=medium + + * ooo-build: + - update (r13943) + - more ko translation fixes + - sc-skip-overlapped-cells.diff: check the vadility of row numbers + (closes: #499374) + - math-draw-generic-name.diff: add GenericName for + Draw (closes: #498922) and Math (closes: #498924) + * debian/rules: + - also complain in binary-indep when Mono is disabled + + -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 18 Sep 2008 14:40:15 +0200 + openoffice.org (1:2.4.1-9) unstable; urgency=medium * debian/control.reportdesign.in:
=== modified file 'rules' --- a/rules 2008-09-16 21:05:43 +0000 +++ b/rules 2008-09-22 15:59:31 +0000 @@ -2929,6 +2929,11 @@ echo "For uploads with binary-all packages, please use arches where Java is enabled!!!!!" echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" endif +ifneq ($(ARCH),$(findstring $(ARCH),$(OOO_MONO_ARCHS))) + echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + echo "For uploads with binary-all packages, please use arches where Mono is enabled!!!!!" + echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" +endif dh_testdir dh_testroot