build:
sed -i '/^ <version /s/="[^"]*"/="'$(VERSION)'"/' extension/description.xml
-install:
+install: build
install -m 0755 -d $(DESTDIR)/usr/lib/libreoffice/share/extensions/$(PACKAGE)
cp -a extension/* $(DESTDIR)/usr/lib/libreoffice/share/extensions/$(PACKAGE)/
clean:
-deb:
+deb: build
debuild -I.git -I*.ex -us -uc -b && \
echo -e "\n\n==> Lancer \"sudo debi\" pour tester l'installation.\n"
+auf-libreoffice-extension (1204.3) precise; urgency=low
+
+ * configuration par défaut du « Client de messagerie » à "thunderbird"
+ (Outils > Options > Internet > E-Mail) pour que les envois de documents
+ comme pièce jointe au courriel puissent fonctionner
+ * activation par défaut des « tâches d'impression uniques pour les sorties
+ assemblées » (Fichier > Imprimer > Options) pour que les copies multiples
+ sortent bien assemblées ensemble
+
+ -- Progfou <jean-christophe.andre@auf.org> Thu, 22 May 2014 13:42:58 -0400
+
auf-libreoffice-extension (1204.2) precise; urgency=low
* correction du dossier de l'extension
<manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="rdesktop.xcu"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="macrosecurity.xcu"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="systemfiledialog.xcu"/>
+ <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="externalmailer.xcu"/>
+ <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="printing.xcu"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="OptionsDialog.xcu"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="DialogHandler.py"/>
<manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Python" manifest:full-path="CODA.py"/>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Common" oor:package="org.openoffice.Office">
+ <node oor:name="ExternalMailer">
+ <prop oor:name="Program" oor:type="xs:string">
+ <value>thunderbird</value>
+ </prop>
+ </node>
+</oor:component-data>
--- /dev/null
+<?xml version="1.0" encoding="UTF-8"?>
+<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="VCL" oor:package="org.openoffice">
+ <node oor:name="Settings">
+ <node oor:name="org.openoffice.VCL:ConfigurableSettings['PrintDialog']" oor:op="replace">
+ <prop oor:name="CollateSingleJobs" oor:type="xs:string" oor:op="replace">
+ <value>false</value>
+ </prop>
+ </node>
+ </node>
+</oor:component-data>