+auf-libreoffice-extension (1404.1) trusty; urgency=medium
+
+ * adaptations pour Trusty qui impose Python 3
+
+ -- Progfou <jean-christophe.andre@auf.org> Tue, 27 Oct 2015 22:12:17 -0400
+
auf-libreoffice-extension (1204.5) precise; urgency=low
* calc2moin :
Priority: optional
Maintainer: Progfou <jean-christophe.andre@auf.org>
Build-Depends: debhelper (>= 5)
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
Package: auf-libreoffice-extension
Architecture: all
-Depends: ${misc:Depends}, libreoffice-core (>= 1:3.3~), python3-uno (>= 4.0~) | python-uno
+Depends: ${misc:Depends}, libreoffice-core (>= 1:3.3~), python3-uno (>= 4.0~)
Recommends: libreoffice-calc
Description: installation de l'extension LibreOffice de l'AUF
Ce paquet fournit une extension LibreOffice pour effectuer quelques réglages
"com.sun.star.frame.Desktop", ctx)
curdoc = desktop.getCurrentComponent()
if not curdoc.supportsService("com.sun.star.sheet.SpreadsheetDocument"):
- raise RuntimeError, u"Ce n'est pas un document de type Spreadsheet (Calc)."
+ raise RuntimeError(u"Ce n'est pas un document de type Spreadsheet (Calc).")
controller = curdoc.getCurrentController()
sheet = controller.getActiveSheet()
#open('/tmp/calc2moin.log','a').write('sheet=[%s]\n' % ', '.join(dir(sheet)))
<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.auf.openoffice.macros" />
- <version value="1204.5" />
+ <version value="1404.1" />
<platform value="all" />
<dependencies>