------------------------------------------------------------
revno: 1944
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Sun 2010-04-18 03:23:30 +0200
message:
  fix langpacks target to actually remove extra LICENSE* and README* files again
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2010-04-17 11:08:37 +0000
+++ b/changelog 2010-04-18 01:23:30 +0000
@@ -1,3 +1,11 @@
+openoffice.org (1:3.2.0-9) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - fix langpacks target to actually remove extra LICENSE* and README*
+      files again
+
+ -- Rene Engelhard <[email protected]>  Sun, 18 Apr 2010 03:22:52 +0200
+
 openoffice.org (1:3.2.0-8) unstable; urgency=low
 
   * Brown paper bag release.

=== modified file 'rules'
--- a/rules     2010-04-15 07:34:23 +0000
+++ b/rules     2010-04-18 01:23:30 +0000
@@ -2248,14 +2248,14 @@
 
        # remove extra license files
        for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
-               rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/licenses; \
-               rm -f $(PKGDIR)-l10n-$$iso/$(OODIR)/share/readme/LICENSE*; \
+               rm -rf $(PKGDIR)-l10n-$$iso/$(OOBRANDDIR)/licenses; \
+               rm -f $(PKGDIR)-l10n-$$iso/$(OOBRANDDIR)/share/readme/LICENSE*; 
\
        done
 
        # remove extra readme files
        for iso in `echo $(LANGPACKISOS) | tr A-Z a-z`; do \
-               rm -rf $(PKGDIR)-l10n-$$iso/$(OODIR)/readmes; \
-               rm -f $(PKGDIR)-l10n-$$iso/$(OODIR)/share/readme/README*; \
+               rm -rf $(PKGDIR)-l10n-$$iso/$(OOBRANDDIR)/readmes; \
+               rm -f $(PKGDIR)-l10n-$$iso/$(OOBRANDDIR)/share/readme/README*; \
        done
 
        # remove empty help directories

Reply via email to