------------------------------------------------------------ revno: 1092 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Sun 2008-05-04 00:18:43 +0200 message: update for new xulrunner 1.9 packaging using iceape-dev modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-05-03 12:51:02 +0000 +++ b/changelog 2008-05-03 22:18:43 +0000 @@ -1,3 +1,12 @@ +openoffice.org (1:2.4.0-6.7pre) unstable; urgency=low + + * ooo-build: + - update (r12452) + * debian/rules: + - update for new xulrunner 1.9 packaging using iceape-dev + + -- Rene Engelhard <[EMAIL PROTECTED]> Sat, 03 May 2008 23:53:50 +0200 + openoffice.org (1:2.4.0-6) unstable; urgency=low * ooo-build:
=== modified file 'rules' --- a/rules 2008-04-30 12:52:42 +0000 +++ b/rules 2008-05-03 22:18:43 +0000 @@ -589,7 +589,11 @@ ifeq "$(MOZILLA)" "libxul" BUILD_DEPS+= , xulrunner-dev-static [$(OOO_MOZILLA_ARCHS)], libnss3-dev [$(OOO_MOZILLA_ARCHS)] else + ifeq "$(MOZILLA)" "iceape" + BUILD_DEPS += , $(MOZILLA)-dev (>= 1.1.9-5) [$(OOO_MOZILLA_ARCHS)] + else BUILD_DEPS += , $(MOZILLA)-dev [$(OOO_MOZILLA_ARCHS)] + endif endif DBG_DBG_SUGGESTS+= , libnss3-1d-dbg, libnspr4-0d-dbg endif