# HG changeset patch # User greg # Date 1235982562 -3600 # Node ID c9291298c5b838c1865fb352dcabf5ceae36c45f # Parent 9266d1e6e3d47d2323c9e5ed4e6e25c2bfac417a updated : debian package scripts diff -r 9266d1e6e3d4 -r c9291298c5b8 debian/changelog --- a/debian/changelog Wed Feb 25 16:39:39 2009 +0100 +++ b/debian/changelog Mon Mar 02 09:29:22 2009 +0100 @@ -1,4 +1,4 @@ -plcopeneditor (1.0-1) unstable; urgency=low +plcopeneditor (2009.0-%DATEVERSION%) unstable; urgency=low * Initial release (Closes: #nnnn) diff -r 9266d1e6e3d4 -r c9291298c5b8 debian/control --- a/debian/control Wed Feb 25 16:39:39 2009 +0100 +++ b/debian/control Mon Mar 02 09:29:22 2009 +0100 @@ -7,7 +7,7 @@ Package: plcopeneditor Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libwxgtk2.8-0, libwxbase2.8-0 +Depends: libwxgtk2.8-0, libwxbase2.8-0, xmlclass, docutils Description: The PLCopen Editor saves and loads XML projects accordingly to PLCopen TC6-XML Schemes. Edits all 5 of the IEC-61131-3 languages : - FBD -> Function Block Diagram diff -r 9266d1e6e3d4 -r c9291298c5b8 debian/plcopeneditor.desktop --- a/debian/plcopeneditor.desktop Wed Feb 25 16:39:39 2009 +0100 +++ b/debian/plcopeneditor.desktop Mon Mar 02 09:29:22 2009 +0100 @@ -4,7 +4,7 @@ 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 -Icon=/usr/share/plcopeneditor/plcopeneditor.png +Icon=/usr/share/plcopeneditor/Images/poe.png Terminal=false MultipleArgs=false Type=Application diff -r 9266d1e6e3d4 -r c9291298c5b8 debian/plcopeneditor.png Binary file debian/plcopeneditor.png has changed diff -r 9266d1e6e3d4 -r c9291298c5b8 debian/rules --- a/debian/rules Wed Feb 25 16:39:39 2009 +0100 +++ b/debian/rules Mon Mar 02 09:29:22 2009 +0100 @@ -51,15 +51,19 @@ ### Installing the data files # should be copied to /usr/local/objdictedit - cp -r examples Images graphics plcopen snapshots minixsv \ - $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor + cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor + 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 *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor + rm -rf `find .|grep CVS` + rm -rf `find .|grep .cvsignore` chmod -R a+r $(CURDIR)/debian/plcopeneditor ### Installing menufile # Now copy the file with the menu entry into /usr/share/applications. cp debian/plcopeneditor.desktop $(CURDIR)/debian/plcopeneditor/usr/share/applications/ - cp debian/plcopeneditor.png $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor/plcopeneditor.png # Build architecture-independent files here. binary-indep: build install