diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-05-10 16:24:08 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-05-10 16:24:08 +0400 |
commit | fdec2465a447a5a6e4d7bc245f22042975b79373 (patch) | |
tree | 058887b737a780355d7ade3d6d9260b680bc2690 | |
parent | 8572a9253c06d58435f0d9a166d6908bd3e9cef6 (diff) | |
download | open-axiom-debian-fdec2465a447a5a6e4d7bc245f22042975b79373.tar.gz |
Removed Encoding key from desktop file
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/open-axiom.desktop | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9001b07..354be8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ open-axiom (1.4.1+svn~2626-1) unstable; urgency=low * Use SBCL where available (currently i386, amd64, kfreebsd-amd64) and GCL otherwheres (Closes: #648877) * Bump standards version 3.9.2 → 3.9.3, no changes + * Rewrote debian/rules (too many overrides) + * Removed Encoding key from desktop file - -- Igor Pashev <pashev.igor@gmail.com> Sat, 21 Apr 2012 01:48:13 +0400 + -- Igor Pashev <pashev.igor@gmail.com> Thu, 10 May 2012 16:23:17 +0400 open-axiom (1.4.1+svn~2299+ds-1) unstable; urgency=low diff --git a/debian/open-axiom.desktop b/debian/open-axiom.desktop index 8053be6..6df5bfd 100644 --- a/debian/open-axiom.desktop +++ b/debian/open-axiom.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=OpenAxiom Type=Application Comment=Open scientific computation platform |