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

./packages/openofficeorg/3.0/experimental r1066: m11



------------------------------------------------------------
revno: 1066
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Tue 2008-05-06 10:42:12 +0200
message:
  m11
modified:
  changelog
  control
  openoffice.org-pdf-import.preinst.in
  openoffice.org-pdf-import.prerm.in
  rules
=== modified file 'changelog'
--- a/changelog	2008-05-01 06:43:09 +0000
+++ b/changelog	2008-05-06 08:42:12 +0000
@@ -1,10 +1,10 @@
-openoffice.org (1:3.0.0~bea300~dev300m10-0.1pre) experimental; urgency=low
+openoffice.org (1:3.0.0~dev300m11-0.1pre) experimental; urgency=low
 
-  * OpenOffice 3.0.0 development milestone 10 (DEV300_m10)
+  * OpenOffice 3.0.0 development milestone 11 (DEV300_m11)
     - Base now doesn't quit anymore on "recently used files" in the wizard
       when those got deleted/moved (closes: #452810)
   * ooo-build:
-    - update (r12410)
+    - update (r12472)
   * debian/template.desktop.in: move to ..
   * debian/startcenter.desktop.in: .. this and run ooffice now, which
     will bring us to the new StartCenter. Reuse writers icon.
@@ -13,7 +13,6 @@
   * debian/scripts/installoverrides: remove
   * debian/rules:
     - run dh_lintian
-    - update milestone detection for the 3.0.0~beta~dev300mX format
     - temporarily disable the binfilters again
     - lots of updates for removed $UPD and changed locations
     - bump ant builddep ant (>= 1.7.0) to when we build the mediawiki
@@ -31,8 +30,8 @@
     debian/control.{minimizer,presenter,mediawiki}.in,
     debian/openoffice.org*.{preinst,prerm,postinst}.in,
     debian/openoffice.org*.{script.bug}:
-    - package the new Presenter Screen and Wiki Publisher extensions 
-    - prepare for packaging the new PDF Import extension
+    - package the new Presenter Screen, Wiki Publisher and PDF Import 
+      extensions 
     - update/add Presentation Minimizer conditionals
   * debian/control.in:
     - make impress recommend libxrandr2 as OOo now can detect size
@@ -41,7 +40,7 @@
   * debian/copyright: LGPL v3
   * debian/scripts/vars.*: add PLATFORMID (not kfreebsd-* yet...)
 
- -- Rene Engelhard <rene@debian.org>  Thu, 01 May 2008 01:42:22 +0200
+ -- Rene Engelhard <rene@debian.org>  Tue, 06 May 2008 10:41:35 +0200
 
 openoffice.org (1:2.4.0-5.6pre) unstable; urgency=low
 

=== modified file 'control'
--- a/control	2008-05-01 06:43:09 +0000
+++ b/control	2008-05-06 08:42:12 +0000
@@ -3165,6 +3165,18 @@
    * the current time and/or the elapsed time
    * navigation buttons for going to the previous/next slide 
 
+Package: openoffice.org-pdf-import
+Section: misc
+Priority: extra
+Architecture: i386 powerpc sparc mips mipsel armel s390 amd64 ppc64 ia64
+Depends: ${shlibs:Depends}, openoffice.org-core (>= 1:3.0.0~bea300~dev300m6)
+Description: OpenOffice.org PDF Import extension
+ OpenOffice.org is a full-featured office productivity suite that provides
+ a near drop-in replacement for Microsoft(R) Office.
+ .
+ This package contains an extension to import PDF documents into
+ OpenOffice.org.
+
 Package: ttf-opensymbol
 Section: x11
 Architecture: all

=== modified file 'openoffice.org-pdf-import.preinst.in'
--- a/openoffice.org-pdf-import.preinst.in	2008-04-04 19:50:40 +0000
+++ b/openoffice.org-pdf-import.preinst.in	2008-05-06 08:42:12 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	upgrade)
-		remove_extension com.sun.star.comp.documents.PDFImport
+		remove_extension org.openoffice.PDFImport-$PLATFORMID
 	;;
 esac
 

=== modified file 'openoffice.org-pdf-import.prerm.in'
--- a/openoffice.org-pdf-import.prerm.in	2008-04-04 19:50:40 +0000
+++ b/openoffice.org-pdf-import.prerm.in	2008-05-06 08:42:12 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	remove)
-		remove_extension com.sun.star.comp.documents.PDFImport
+		remove_extension org.openoffice.PDFImport-$PLATFORMID
 	;;
 esac
 

=== modified file 'rules'
--- a/rules	2008-05-01 06:43:09 +0000
+++ b/rules	2008-05-06 08:42:12 +0000
@@ -56,7 +56,7 @@
 unexport LS_COLORS
 
 MWS=DEV300
-MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f3 | sed -e s/$(shell echo $(MWS) | tr A-Z a-z)//)
+MILESTONE:=$(shell echo "$(UPSTREAM_VERSION)" | cut -d~ -f2 | sed -e s/$(shell echo $(MWS) | tr A-Z a-z)//)
 #MILESTONE=m1
 TAG=$(shell echo $(MWS) | tr A-Z a-z)-$(MILESTONE)
 #TAG=$(MWS)_$(MILESTONE)
@@ -160,8 +160,7 @@
 USE_EXTERNAL_WRITER2LATEX=y
 ENABLE_MINIMIZER=y
 ENABLE_PRESENTER_SCREEN=y
-# http://qa.openoffice.org/issues/show_bug.cgi?id=88073
-ENABLE_PDFIMPORT=n
+ENABLE_PDFIMPORT=y
 
 # when we have a package we want to have to be installed on older things with some older
 # C++ ABI (like it was the case with openoffice.org2), we need to set this. Don't touch


Reply to: