------------------------------------------------------------
revno: 1367
committer: Rene Engelhard <[email protected]>
branch nick: debian
timestamp: Wed 2009-01-07 03:39:39 +0100
message:
  - remove empty .../ure/lib dir in -common
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog 2009-01-07 01:54:22 +0000
+++ b/changelog 2009-01-07 02:39:39 +0000
@@ -7,6 +7,7 @@
     - install libsalalloc_malloc.so.3 into -qa-tools
     - remove rest of if(n)eq ETCH_BACKPORT conditionals
     - fix extra license/readme file removal
+    - remove empty .../ure/lib dir in -common
   * debian/control.reportdesign.in:
     - add missing Depends: on ${java-runtime-depends}
   * debian/control.in:
@@ -20,7 +21,7 @@
   * debian/presubj: point to OpenOffice.orgs README sections
     ("Problems During Program Startup" and "File Locking"). 
 
- -- Rene Engelhard <[email protected]>  Wed, 07 Jan 2009 02:53:42 +0100
+ -- Rene Engelhard <[email protected]>  Wed, 07 Jan 2009 03:38:13 +0100
 
 openoffice.org (1:3.0.1~rc1-2) experimental; urgency=low
 

=== modified file 'rules'
--- a/rules     2009-01-07 01:54:22 +0000
+++ b/rules     2009-01-07 02:39:39 +0000
@@ -2795,6 +2795,10 @@
        rm -f $(PKGDIR)-common/$(OOBRANDDIR)/README.html
        rm -f $(PKGDIR)-common/$(OOBRANDDIR)/README
 
+       # URE got moved to /usr/lib, so this is obsolete
+       rmdir $(PKGDIR)-common/$(OOBRANDDIR)/ure/lib
+       rmdir $(PKGDIR)-common/$(OOBRANDDIR)/ure
+
        # install ooo-build desktop icons
        for r in 16x16 22x22 24x24 32x32 48x48; do \
                mkdir -p $(PKGDIR)-common/usr/share/icons/hicolor/$$r/apps; \

Reply via email to