[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.1.1/unstable r1798: fix cut'n'paste error



------------------------------------------------------------
revno: 1798
committer: Rene Engelhard <rene@debian.org>
branch nick: unstable
timestamp: Sat 2009-12-19 18:15:24 +0100
message:
  fix cut'n'paste error
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2009-12-18 22:13:51 +0000
+++ b/changelog	2009-12-19 17:15:24 +0000
@@ -19,7 +19,7 @@
     - move libcalc??.so into -base as it actually is a db driver, not a
       calc component. Makes Base start up without -calc installed now... 
 
- -- Rene Engelhard <rene@debian.org>  Fri, 18 Dec 2009 23:07:39 +0100
+ -- Rene Engelhard <rene@debian.org>  Sat, 19 Dec 2009 18:05:14 +0100
 
 openoffice.org (1:3.1.1-10) unstable; urgency=low
 

=== modified file 'rules'
--- a/rules	2009-12-18 22:13:51 +0000
+++ b/rules	2009-12-19 17:15:24 +0000
@@ -2301,8 +2301,9 @@
 	done
 endif
 	mv $(PKGDIR)-core/$(OODIR)/program/libflat*so \
-		$(PKGDIR)-base/$(OODIR)/program; \
-	mv $(PKGDIR)-core/$(OODIR)/program/libcalc*so \
+		$(PKGDIR)-base/$(OODIR)/program
+	# http://www.openoffice.org/issues/show_bug.cgi?id=107779
+	mv $(PKGDIR)-calc/$(OODIR)/program/libcalc*so \
 		$(PKGDIR)-base/$(OODIR)/program; \
 
 	# move vba stuff into -calc, they are calc-only and linked to


Reply to: