[Demudi-commits] r1370 - in audacity/trunk/debian: . patches

free-guest at alioth.debian.org free-guest at alioth.debian.org
Thu May 17 08:56:05 UTC 2007


Author: free-guest
Date: 2007-05-17 08:56:05 +0000 (Thu, 17 May 2007)
New Revision: 1370

Modified:
   audacity/trunk/debian/audacity.mime
   audacity/trunk/debian/changelog
   audacity/trunk/debian/patches/desktop_file.patch
Log:
* debian/patches:
   - desktop_file.patch: fixed broken Category entry
* debian/audacity.mime:
   - added entry for application/x-audacity-project

Modified: audacity/trunk/debian/audacity.mime
===================================================================
--- audacity/trunk/debian/audacity.mime	2007-05-17 08:43:34 UTC (rev 1369)
+++ audacity/trunk/debian/audacity.mime	2007-05-17 08:56:05 UTC (rev 1370)
@@ -6,3 +6,4 @@
 audio/x-wav; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""; priority=2
 application/x-flac; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""; priority=2
 audio/x-flac; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""; priority=2
+application/x-audacity-project; audacity '%s'; edit=audacity '%s'; test=test "$DISPLAY" != ""; priority=2

Modified: audacity/trunk/debian/changelog
===================================================================
--- audacity/trunk/debian/changelog	2007-05-17 08:43:34 UTC (rev 1369)
+++ audacity/trunk/debian/changelog	2007-05-17 08:56:05 UTC (rev 1370)
@@ -1,3 +1,12 @@
+audacity (1.3.2-4) unstable; urgency=low
+
+  * debian/patches:
+     - desktop_file.patch: fixed broken Category entry
+  * debian/audacity.mime:
+     - added entry for application/x-audacity-project
+
+ -- Free Ekanayaka <freee at debian.org>  Thu, 17 May 2007 02:36:41 +0200
+
 audacity (1.3.2-3) unstable; urgency=low
 
   [ Joost Yervante Damad ]

Modified: audacity/trunk/debian/patches/desktop_file.patch
===================================================================
--- audacity/trunk/debian/patches/desktop_file.patch	2007-05-17 08:43:34 UTC (rev 1369)
+++ audacity/trunk/debian/patches/desktop_file.patch	2007-05-17 08:56:05 UTC (rev 1370)
@@ -1,6 +1,12 @@
---- old/src/audacity.desktop	2006-10-29 01:05:29.000000000 +0200
-+++ new/src/audacity.desktop	2007-05-12 09:06:08.000000000 +0200
-@@ -8,13 +8,13 @@
+--- src/audacity.desktop.orig	2006-11-11 01:19:26.000000000 +0100
++++ src/audacity.desktop	2006-11-11 01:19:47.000000000 +0100
+@@ -1,4 +1,4 @@
+-[Desktop Entry]
++[Desktop Entry]
+ Encoding=UTF-8
+ 
+ Name=Audacity Sound Editor
+@@ -8,13 +8,12 @@
  GenericName[de]=Audio-Editor
  GenericName[ru]=Редактор звуковых файлов
  Comment=Record and edit audio files
@@ -9,12 +15,12 @@
  Comment[ru]=Запись и редактирование звуковых файлов
 -
 -Icon=/usr/share/audacity/audacity.xpm
-+
 +Icon=audacity
  
  Type=Application
 -Categories=Application;AudioVideo;Audio;Multimedia;
-+Categories=AudioVideo;Audio;Recorder;
++Categories=Application;AudioVideo;Audio;Recorder;
  
  Exec=audacity
  StartupNotify=false
+




More information about the Demudi-commits mailing list