--- a/debian/plcopeneditor.desktop Mon Oct 19 15:58:20 2009 +0200
+++ b/debian/plcopeneditor.desktop Wed Oct 28 13:51:32 2009 +0100
@@ -1,6 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
-Name=PlcOpenEditor
+Name=PLCOpen IEC-61131-3 Editor
+Name[fr]=Editeur PLCOpen IEC-61131-3
Comment=Editor for all 5 of the IEC-61131-3 languages
Comment[fr]=Editeur pour les 5 langages de l'IEC-61131-3
Exec=/usr/bin/plcopeneditor
--- a/debian/rules Mon Oct 19 15:58:20 2009 +0200
+++ b/debian/rules Wed Oct 28 13:51:32 2009 +0100
@@ -55,7 +55,8 @@
cp -r Images $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
cp -r graphics $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
cp -r plcopen $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
- cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
+ cp -r locale $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
+ cp -r dialogs $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor
rm -rf `find .|grep CVS`
rm -rf `find .|grep .cvsignore`