------------------------------------------------------------ revno: 1271 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Sun 2008-10-05 21:00:15 +0200 message: create symlink .config -> .dll.config modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-10-02 22:13:55 +0000 +++ b/changelog 2008-10-05 19:00:15 +0000 @@ -2,7 +2,7 @@ * OpenOffice.org 3.0 release branch milestone 9 (OOO300_m9) * ooo-build: - - update (r14191) + - update (r14207) - unxsplash-rework.diff: don't run the external oosplash with -nologo (no splash anyway) and with the (new) -no-oosplash * debian/*.mime: run with -no-oosplash (closes: #396276) @@ -11,8 +11,11 @@ openoffice.org-report-builder-bin as the libs contained there are in the standard OOo install and the SRB needs it (even more when installed not from the deb) + * debian/rules: + - create symlinks cli_xyz.config -> cli_xyz.dll.config as policy*dll + apparently references the former - -- Rene Engelhard <[EMAIL PROTECTED]> Thu, 02 Oct 2008 21:54:16 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Sun, 05 Oct 2008 18:56:19 +0200 openoffice.org (1:3.0.0~rc3-1) experimental; urgency=high
=== modified file 'rules' --- a/rules 2008-10-02 19:11:02 +0000 +++ b/rules 2008-10-05 19:00:15 +0000 @@ -1690,6 +1690,8 @@ debian/tmp/pkg/$$i/usr/lib/cli/uno-`echo $$i | perl -pi -e 's/.*(\d.\d).*/$$1/'`; \ mv debian/tmp/pkg/$$p/$$d/`echo $$i | sed -e "s/libuno-//" | sed -e "s/-cil$$//" | sed -e "s/-/_/" | perl -pi -e 's/\d.\d//'`.config \ debian/tmp/pkg/$$i/usr/lib/cli/uno-`echo $$i | perl -pi -e 's/.*(\d.\d).*/$$1/'`/`echo $$i | sed -e "s/libuno-//" | sed -e "s/-cil$$//" | sed -e "s/-/_/" | perl -pi -e 's/\d.\d//'`.dll.config; \ + ln -s `echo $$i | sed -e "s/libuno-//" | sed -e "s/-cil$$//" | sed -e "s/-/_/" | perl -pi -e 's/\d.\d//'`.dll.config \ + debian/tmp/pkg/$$i/usr/lib/cli/uno-`echo $$i | perl -pi -e 's/.*(\d.\d).*/$$1/'`/`echo $$i | sed -e "s/libuno-//" | sed -e "s/-cil$$//" | sed -e "s/-/_/" | perl -pi -e 's/\d.\d//'`.config; \ mv debian/tmp/pkg/$$p/$$d/policy.*.`echo $$i | sed -e "s/libuno-//" | sed -e "s/-cil$$//" | sed -e "s/-/_/" | perl -pi -e 's/\d.\d//'`.dll \ debian/tmp/pkg/$$i/usr/lib/cli/uno-`echo $$i | perl -pi -e 's/.*(\d.\d).*/$$1/'`; \ done