Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv5035
Modified Files: changelog rules Log Message: fix typo and substiture missed variables in setsdkenv_unix generation Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- changelog 21 Dec 2004 15:40:25 -0000 1.406 +++ changelog 24 Dec 2004 18:40:54 -0000 1.407 @@ -18,8 +18,9 @@ - don't special case buildd user for built languages (not needed since the binary-arch/indep split and breaks Ubuntu) [CH] - don't add splashscreen on Ubuntu [CH] + - fix typo and substiute missed variables in setsdkenv_unix generation [RE] - -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 21 Dec 2004 16:37:41 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Fri, 24 Dec 2004 19:37:32 +0100 openoffice.org (1.1.3-3) unstable; urgency=low Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.249 retrieving revision 1.250 diff -u -d -r1.249 -r1.250 --- rules 6 Dec 2004 16:29:04 -0000 1.249 +++ rules 24 Dec 2004 18:40:55 -0000 1.250 @@ -1065,7 +1065,9 @@ sed -e s,@OO_SDK_HOME@,$(OPENOFFICEDIR)/sdk, \ -e s,@OO_SDK_MAKE_HOME@,/usr/bin, \ -e s,@OO_SDK_CPP_HOME@,/usr/bin, \ - -e s,@SDK_AUTO_DELOPYMENT@,NO, \ + -e s,@SDK_AUTO_DEPLOYMENT@,NO, \ + -e s,@OFFICE_HOME@,$(OPENOFFICEDIR), \ + -e s,@OO_SDK_NAME@,OpenOffice.org$(OOVERSIONNO)_SDK, \ < odk/setsdkenv_unix.in \ > $(MAINPKGDIR)-dev/$(OPENOFFICEDIR)/sdk/setsdkenv_unix && \ chmod 755 $(MAINPKGDIR)-dev/$(OPENOFFICEDIR)/sdk/setsdkenv_unix