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

./packages/openofficeorg/3.0/experimental r1091: update for m13; update extension ids for PDF Import and Presenter Screen



------------------------------------------------------------
revno: 1091
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Mon 2008-05-19 10:19:28 +0200
message:
  update for m13; update extension ids for PDF Import and Presenter Screen
modified:
  changelog
  openoffice.org-pdfimport.preinst.in
  openoffice.org-pdfimport.prerm.in
  openoffice.org-presenter-screen.preinst.in
  openoffice.org-presenter-screen.prerm.in
=== modified file 'changelog'
--- a/changelog	2008-05-15 11:54:35 +0000
+++ b/changelog	2008-05-19 08:19:28 +0000
@@ -1,6 +1,6 @@
-openoffice.org (1:3.0.0~dev300m12-0.1pre) experimental; urgency=low
+openoffice.org (1:3.0.0~dev300m13-0.1pre) experimental; urgency=low
 
-  * OpenOffice 3.0.0 development milestone 12 (DEV300_m12)
+  * OpenOffice 3.0.0 development milestone 13 (DEV300_m13)
     - Base now doesn't quit anymore on "recently used files" in the wizard
       when those got deleted/moved (closes: #452810)
   * ooo-build:

=== modified file 'openoffice.org-pdfimport.preinst.in'
--- a/openoffice.org-pdfimport.preinst.in	2008-05-13 14:23:39 +0000
+++ b/openoffice.org-pdfimport.preinst.in	2008-05-19 08:19:28 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	upgrade)
-		remove_extension org.openoffice.PDFImport-$PLATFORMID
+		remove_extension com.sun.star.PDFImport-$PLATFORMID
 	;;
 esac
 

=== modified file 'openoffice.org-pdfimport.prerm.in'
--- a/openoffice.org-pdfimport.prerm.in	2008-05-13 14:23:39 +0000
+++ b/openoffice.org-pdfimport.prerm.in	2008-05-19 08:19:28 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	remove)
-		remove_extension org.openoffice.PDFImport-$PLATFORMID
+		remove_extension com.sun.star.PDFImport-$PLATFORMID
 	;;
 esac
 

=== modified file 'openoffice.org-presenter-screen.preinst.in'
--- a/openoffice.org-presenter-screen.preinst.in	2008-04-03 21:18:38 +0000
+++ b/openoffice.org-presenter-screen.preinst.in	2008-05-19 08:19:28 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	upgrade)
-		remove_extension org.openoffice.PresenterScreen
+		remove_extension com.sun.PresenterScreen-$PLATFORMID
 	;;
 esac
 

=== modified file 'openoffice.org-presenter-screen.prerm.in'
--- a/openoffice.org-presenter-screen.prerm.in	2008-04-03 21:18:38 +0000
+++ b/openoffice.org-presenter-screen.prerm.in	2008-05-19 08:19:28 +0000
@@ -11,7 +11,7 @@
 
 case "$1" in
 	remove)
-		remove_extension org.openoffice.PresenterScreen
+		remove_extension com.sun.PresenterScreen-$PLATFORMID
 	;;
 esac
 


Reply to: