------------------------------------------------------------ revno: 1185 committer: Rene Engelhard <[EMAIL PROTECTED]> branch nick: debian timestamp: Tue 2008-09-23 18:03:48 +0200 message: - mkdir .../share/samples/<lang> in all langpacks (closes: #496047) modified: changelog rules
=== modified file 'changelog' --- a/changelog 2008-09-23 10:58:20 +0000 +++ b/changelog 2008-09-23 16:03:48 +0000 @@ -15,8 +15,9 @@ me... * debian/rules: - also complain in binary-indep when Mono is disabled + - mkdir .../share/samples/<lang> in all langpacks (closes: #496047) - -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 23 Sep 2008 12:50:16 +0200 + -- Rene Engelhard <[EMAIL PROTECTED]> Tue, 23 Sep 2008 18:01:48 +0200 openoffice.org (1:2.4.1-9) unstable; urgency=medium
=== modified file 'rules' --- a/rules 2008-09-22 15:59:31 +0000 +++ b/rules 2008-09-23 16:03:48 +0000 @@ -1728,6 +1728,12 @@ > l10n.fdupes debian/scripts/cleandupes --base=openoffice.org$(VER) --prefix=debian < l10n.fdupes + # they don't get created by the installer (or not copied?) + for iso in `echo $(LANGPACKISOS)`; do \ + pkgiso=`echo $$iso | tr \[:upper:\] \[:lower:\]`; \ + mkdir -p debian/openoffice.org$(VER)-l10n-$$pkgiso/$(OODIR)/share/samples/$$iso; \ + done + touch $@ native-jars: $(STAMP_NATIVE_JARS)