[Python-apps-commits] r208 - in /packages/emma/trunk/debian: changelog control emma.desktop

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Mon Nov 12 21:51:59 UTC 2007


Author: gothicx-guest
Date: Mon Nov 12 21:51:59 2007
New Revision: 208

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=208
Log:
fix .desktop file and bump it to version 1.0

Modified:
    packages/emma/trunk/debian/changelog
    packages/emma/trunk/debian/control
    packages/emma/trunk/debian/emma.desktop

Modified: packages/emma/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/emma/trunk/debian/changelog?rev=208&op=diff
==============================================================================
--- packages/emma/trunk/debian/changelog (original)
+++ packages/emma/trunk/debian/changelog Mon Nov 12 21:51:59 2007
@@ -1,12 +1,18 @@
 emma (0.6-2) UNRELEASED; urgency=low
 
+  [ Piotr Ozarowski ]
   * debian/menu: section changed to "Applications/Data Management"
   * update .desktop file (Version and Categories fields changed)
   * Use quilt to manage patches
   * Change maintainer to PAPT, move myself to Uploaders
   * Changed my address to piotr at debian.org
 
- -- Piotr Ożarowski <piotr at debian.org>  Mon, 12 Nov 2007 21:50:30 +0100
+  [ Marco Rodrigues ]
+  * Bump .desktop Version field to 1.0.
+  * Change Build-Depends from python to python-dev.
+  * Add semicolons in MimeTypes and Categories of .desktop file.
+
+ -- Marco Rodrigues <gothicx at sapo.pt>  Mon, 12 Nov 2007 21:45:28 +0000
 
 emma (0.6-1) unstable; urgency=low
 

Modified: packages/emma/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-apps/packages/emma/trunk/debian/control?rev=208&op=diff
==============================================================================
--- packages/emma/trunk/debian/control (original)
+++ packages/emma/trunk/debian/control Mon Nov 12 21:51:59 2007
@@ -2,8 +2,8 @@
 Section: gnome
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Piotr Ożarowski <piotr at debian.org>
-Build-Depends: python (>= 2.4), python-central (>= 0.5.6), debhelper (>= 5.0.38), quilt (>= 0.40-1)
+Uploaders: Piotr Ożarowski <piotr at debian.org>, Marco Rodrigues <gothicx at sapo.pt>
+Build-Depends: python-dev (>= 2.4), python-central (>= 0.5.6), debhelper (>= 5.0.38), quilt (>= 0.40-1)
 XS-Python-Version: current, >=2.4
 Standards-Version: 3.7.2
 Homepage: http://www.fastflo.de/projects/emma

Modified: packages/emma/trunk/debian/emma.desktop
URL: http://svn.debian.org/wsvn/python-apps/packages/emma/trunk/debian/emma.desktop?rev=208&op=diff
==============================================================================
--- packages/emma/trunk/debian/emma.desktop (original)
+++ packages/emma/trunk/debian/emma.desktop Mon Nov 12 21:51:59 2007
@@ -1,11 +1,11 @@
 [Desktop Entry]
 Name=emma
+Version=1.0
 GenericName=emma - MySQL managing assistant
 Comment=MySQL managing assistant
-Version=0.6
 Exec=Emma
-MimeType=application/x-executable
+MimeType=application/x-executable;
 Terminal=false
 Type=Application
 StartupNotify=true
-Categories=GNOME;GTK;Development;Database
+Categories=GNOME;GTK;Development;Database;




More information about the Python-apps-commits mailing list