r45964 - in /packages/bibus/trunk/debian: changelog patches/fix-finalize-with-LO4.patch patches/series

beathovn-guest at users.alioth.debian.org beathovn-guest at users.alioth.debian.org
Sun May 26 19:14:38 UTC 2013


Author: beathovn-guest
Date: Sun May 26 19:14:38 2013
New Revision: 45964

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45964
Log:
Add a patch to make finalizing work with LibreOffice 4. Taken from bibus 1.5.3, which is only published in Pierre Martineaus Ubuntu PPA.

Added:
    packages/bibus/trunk/debian/patches/fix-finalize-with-LO4.patch
Modified:
    packages/bibus/trunk/debian/changelog
    packages/bibus/trunk/debian/patches/series

Modified: packages/bibus/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/changelog?rev=45964&op=diff
==============================================================================
--- packages/bibus/trunk/debian/changelog (original)
+++ packages/bibus/trunk/debian/changelog Sun May 26 19:14:38 2013
@@ -1,3 +1,9 @@
+bibus (1.5.2-2) unstable; urgency=low
+
+  * Add a patch from upstream to enable finalizing with LibreOffice 4
+
+ -- Jan Beyer <jan at beathovn.de>  Sat, 25 May 2013 20:37:05 +0200
+
 bibus (1.5.2-1) unstable; urgency=low
 
   * New upstream release

Added: packages/bibus/trunk/debian/patches/fix-finalize-with-LO4.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/patches/fix-finalize-with-LO4.patch?rev=45964&op=file
==============================================================================
--- packages/bibus/trunk/debian/patches/fix-finalize-with-LO4.patch (added)
+++ packages/bibus/trunk/debian/patches/fix-finalize-with-LO4.patch Sun May 26 19:14:38 2013
@@ -1,0 +1,16 @@
+Author: Pierre Martineau (pmartino) <pmartino at users.sourceforge.net>
+Copyright: Copyright 2013 Pierre Martineau
+License: The same as the Bibus packaging.
+Description: Make bibus' finalize work with LibreOffice 4
+
+--- bibus-1.5.2/bibOOo/bibOOoBase.py	2011-11-28 20:26:19.000000000 +0000
++++ bibus-1.5.3/bibOOo/bibOOoBase.py	2013-05-03 22:20:38.000000000 +0000
+@@ -764,7 +764,7 @@
+ 			self.tfm = self.model.createInstance("com.sun.star.text.FieldMaster.Bibliography")
+ 		self.stylesList = self.model.getStyleFamilies()	# styles XIndexAccess (XStyleFamiliesSupplier interface)
+ 		# we define a name and we but it in the DocumentInfo Title => in the Windows title
+-		self.model.DocumentInfo.Title='%s-formatted' %name
++		self.model.Title='%s-formatted' %name
+ 		#
+ 		return True
+

Modified: packages/bibus/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/bibus/trunk/debian/patches/series?rev=45964&op=diff
==============================================================================
--- packages/bibus/trunk/debian/patches/series (original)
+++ packages/bibus/trunk/debian/patches/series Sun May 26 19:14:38 2013
@@ -1,3 +1,3 @@
 fix-img-tags.patch
 install-screenshots.patch
-
+fix-finalize-with-LO4.patch




More information about the debian-science-commits mailing list