Bug#205930: marked as done ([PATCH] Adds the text/x-objc mime type, for Objective C source files)

Debian Bug Tracking System owner@bugs.debian.org
Wed, 24 Dec 2003 06:33:21 -0600


Your message dated Wed, 24 Dec 2003 06:02:17 -0500
with message-id <E1AZ6mP-0007x3-00@auric.debian.org>
and subject line Bug#205930: fixed in gnome-mime-data 2.4.1-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Aug 2003 16:29:43 +0000
>From julien.puydt@laposte.net Sun Aug 17 11:29:41 2003
Return-path: <julien.puydt@laposte.net>
Received: from mx.laposte.net [213.30.181.11] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 19oQPU-0003jd-00; Sun, 17 Aug 2003 11:29:41 -0500
Received: from hosts (195.154.39.41) by mx.laposte.net (6.0.053)
        id 3F291E4C0030028E for submit@bugs.debian.org; Sun, 17 Aug 2003 18:29:40 +0200
Subject: [PATCH] Adds the text/x-objc mime type, for Objective C source
	files
From: PUYDT Julien <julien.puydt@laposte.net>
To: submit@bugs.debian.org
Content-Type: text/plain
Message-Id: <1061137806.1892.220.camel@turing.localdomain>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.4 
Date: Sun, 17 Aug 2003 18:30:07 +0200
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-13.3 required=4.0
	tests=BAYES_30,HAS_PACKAGE,PATCH_UNIFIED_DIFF,USER_AGENT_XIMIAN
	autolearn=ham version=2.53-bugs.debian.org_2003_8_15
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_15 (1.174.2.15-2003-03-30-exp)

Package: gnome-mime-data
Version: 2.3.0-1
Severity: minor

All is in the subject... it should probably get applied upstream.

Cordially,

JP

PS the patch:
diff -ur gnome-mime-data-2.3.0.orig/gnome-vfs.applications
gnome-mime-data-2.3.0/gnome-vfs.applications
--- gnome-mime-data-2.3.0.orig/gnome-vfs.applications	2003-08-17
18:10:56.000000000 +0200
+++ gnome-mime-data-2.3.0/gnome-vfs.applications	2003-08-17
18:16:01.000000000 +0200
@@ -68,7 +68,7 @@
 	can_open_multiple_files=true
 	expects_uris=false
 	requires_terminal=false
-	mime_types=text/*,text/html,text/plain,text/x-c,text/x-c++,text/x-c-header,text/x-perl
+	mime_types=text/*,text/html,text/plain,text/x-c,text/x-objc,text/x-c++,text/x-c-header,text/x-perl
 
 eog
 	command=eog
@@ -224,7 +224,7 @@
 	can_open_multiple_files=false
 	expects_uris=false
 	requires_terminal=false
-	mime_types=text/*,text/plain,text/x-c,text/x-c++,text/x-c-header,text/x-perl
+	mime_types=text/*,text/plain,text/x-c,text/x-objc,text/x-c++,text/x-c-header,text/x-perl
 
 java
 	command=java
@@ -256,7 +256,7 @@
 	can_open_multiple_files=true
 	expects_uris=false
 	requires_terminal=false
-	mime_types=text/*,text/html,text/plain,text/x-c,text/x-c++,text/x-c-header
+	mime_types=text/*,text/html,text/plain,text/x-c,text/x-objc,text/x-c++,text/x-c-header
 
 killustrator
 	command=killustrator
@@ -409,7 +409,7 @@
 	can_open_multiple_files=false
 	expects_uris=false
 	requires_terminal=true
-	mime_types=text/*,text/html,text/plain,text/x-c,text/x-c++,text/x-c-header,text/x-perl
+	mime_types=text/*,text/html,text/plain,text/x-c,text/x-objc,text/x-c++,text/x-c-header,text/x-perl
 
 plaympeg
 	command=plaympeg
@@ -458,7 +458,7 @@
 	can_open_multiple_files=false
 	expects_uris=false
 	requires_terminal=true
-	mime_types=text/*,text/plain,text/x-c,text/x-c-header,text/x-c++,text/x-perl
+	mime_types=text/*,text/plain,text/x-c,text/x-c-header,text/x-objc,text/x-c++,text/x-perl
 
 vlc
 	command=vlc
@@ -498,7 +498,7 @@
 	can_open_multiple_files=true
 	expects_uris=false
 	requires_terminal=false
-	mime_types=text/*,text/html,text/plain,text/x-c,text/x-c++,text/x-c-header,text/x-perl
+	mime_types=text/*,text/html,text/plain,text/x-c,text/x-objc,text/x-c++,text/x-c-header,text/x-perl
 
 xfig
 	command=xfig
@@ -514,7 +514,7 @@
 	can_open_multiple_files=true
 	expects_uris=false
 	requires_terminal=false
-	mime_types=text/*,text/plain,text/x-c,text/x-c-header,text/x-c++,text/x-perl
+	mime_types=text/*,text/plain,text/x-c,text/x-c-header,text/x-objc,text/x-c++,text/x-perl
 
 xmms
 	command=xmms
diff -ur gnome-mime-data-2.3.0.orig/gnome-vfs.keys.in
gnome-mime-data-2.3.0/gnome-vfs.keys.in
--- gnome-mime-data-2.3.0.orig/gnome-vfs.keys.in	2003-08-17
18:10:56.000000000 +0200
+++ gnome-mime-data-2.3.0/gnome-vfs.keys.in	2003-08-17
18:13:27.000000000 +0200
@@ -1737,6 +1737,10 @@
 	_category=Software Development/Source Code
 	_description=C source code
 
+text/x-objc
+	_category=Software Development/Source Code
+	_description=Objective C source code
+
 text/x-c++
 	_category=Software Development/Source Code
 	_description=C++ source code
diff -ur gnome-mime-data-2.3.0.orig/gnome-vfs.mime
gnome-mime-data-2.3.0/gnome-vfs.mime
--- gnome-mime-data-2.3.0.orig/gnome-vfs.mime	2003-08-17
18:10:56.000000000 +0200
+++ gnome-mime-data-2.3.0/gnome-vfs.mime	2003-08-17 18:11:30.000000000
+0200
@@ -613,6 +613,9 @@
 text/x-c
 	ext: c
 
+text/x-objc
+	ext: m
+
 text/x-c++
 	ext: cc C cpp c++
 



---------------------------------------
Received: (at 205930-close) by bugs.debian.org; 24 Dec 2003 12:24:39 +0000
>From katie@auric.debian.org Wed Dec 24 06:24:38 2003
Return-path: <katie@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AZ6nx-0002C0-00; Wed, 24 Dec 2003 05:03:53 -0600
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 1AZ6mP-0007x3-00; Wed, 24 Dec 2003 06:02:17 -0500
From: Sebastien Bacher <seb128@debian.org>
To: 205930-close@bugs.debian.org
X-Katie: $Revision: 1.43 $
Subject: Bug#205930: fixed in gnome-mime-data 2.4.1-1
Message-Id: <E1AZ6mP-0007x3-00@auric.debian.org>
Sender: Archive Administrator <katie@auric.debian.org>
Date: Wed, 24 Dec 2003 06:02:17 -0500
Delivered-To: 205930-close@bugs.debian.org

Source: gnome-mime-data
Source-Version: 2.4.1-1

We believe that the bug you reported is fixed in the latest version of
gnome-mime-data, which is due to be installed in the Debian FTP archive:

gnome-mime-data_2.4.1-1.diff.gz
  to pool/main/g/gnome-mime-data/gnome-mime-data_2.4.1-1.diff.gz
gnome-mime-data_2.4.1-1.dsc
  to pool/main/g/gnome-mime-data/gnome-mime-data_2.4.1-1.dsc
gnome-mime-data_2.4.1-1_all.deb
  to pool/main/g/gnome-mime-data/gnome-mime-data_2.4.1-1_all.deb
gnome-mime-data_2.4.1.orig.tar.gz
  to pool/main/g/gnome-mime-data/gnome-mime-data_2.4.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 205930@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Bacher <seb128@debian.org> (supplier of updated gnome-mime-data package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 22 Dec 2003 21:22:48 +0100
Source: gnome-mime-data
Binary: gnome-mime-data
Architecture: source all
Version: 2.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME <kitame@debian.org>
Changed-By: Sebastien Bacher <seb128@debian.org>
Description: 
 gnome-mime-data - base MIME and Application database for GNOME.
Closes: 189259 193977 205717 205930 210956 222235
Changes: 
 gnome-mime-data (2.4.1-1) unstable; urgency=low
 .
   * New upstream release.
     + Make .cpio.gz have precendence over .gz (Closes: #189259).
     + Better heuristics to detect RIFF CDXA video types (Closes: #193977).
     + Use "gimp-remote" in place of "gimp" to allow the use of an existing
       instance (Closes: #205717).
     + Add Objective-C support (Closes: #205930).
     + Don't install the man page, it's outdated (Closes: #210956).
     + Image/svg is now image/svg+xml (Closes: #222235).
   * debian/control.in:
     + Updated Uploaders and Build-Depends-Indep for Gnome Team.
   * debian/patches/01_display_gdesklets.dpatch:
     + Updated.
   * debian/rules:
     + Updated for Gnome Team.
   * Gnome Team Upload.
Files: 
 c0aee068281775a11949ced7251d04c3 1165 misc optional gnome-mime-data_2.4.1-1.dsc
 61df92000bbf42d1b560232223cf90b6 944038 misc optional gnome-mime-data_2.4.1.orig.tar.gz
 397d74672c527061252cae4dc9795b20 17897 misc optional gnome-mime-data_2.4.1-1.diff.gz
 07fc794734446e9a1e62109f19e31b44 551284 misc optional gnome-mime-data_2.4.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/6VvEnDLqtZBL50ERAnlLAKCVTcChrWQgQqur8jXEX/w4wixkvACfR3N4
NrRUXHRy68EZeexv59O34EQ=
=uXKD
-----END PGP SIGNATURE-----