r9998 - in /packages/unstable/shared-mime-info/debian: ./ patches/

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Mon Apr 16 00:37:21 UTC 2007


Author: slomo
Date: Mon Apr 16 00:37:21 2007
New Revision: 9998

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9998
Log:
* upload shared-mime-info to unstable

Added:
    packages/unstable/shared-mime-info/debian/patches/151_no-rox.patch
    packages/unstable/shared-mime-info/debian/patches/152_detect_iso9660.patch
Removed:
    packages/unstable/shared-mime-info/debian/patches/100_m3u_fix.patch
    packages/unstable/shared-mime-info/debian/patches/151_make-magic.patch
    packages/unstable/shared-mime-info/debian/patches/152_bzip2-mime.patch
    packages/unstable/shared-mime-info/debian/patches/153_pgp-mimetypes.patch
    packages/unstable/shared-mime-info/debian/patches/154_wavpack-mimetype.patch
    packages/unstable/shared-mime-info/debian/patches/156_monkeys-audio-mimetype.patch
    packages/unstable/shared-mime-info/debian/patches/157_java-parentclass.patch
    packages/unstable/shared-mime-info/debian/patches/200_use-glog.patch
Modified:
    packages/unstable/shared-mime-info/debian/changelog
    packages/unstable/shared-mime-info/debian/patches/070_x-crw.patch
    packages/unstable/shared-mime-info/debian/shared-mime-info.doc-base

Modified: packages/unstable/shared-mime-info/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/changelog?rev=9998&op=diff
==============================================================================
--- packages/unstable/shared-mime-info/debian/changelog (original)
+++ packages/unstable/shared-mime-info/debian/changelog Mon Apr 16 00:37:21 2007
@@ -1,9 +1,40 @@
-shared-mime-info (0.19-3) UNRELEASED; urgency=low
-
+shared-mime-info (0.20-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- Sebastian Dröge <slomo at debian.org>  Mon, 16 Apr 2007 02:05:16 +0200
+
+shared-mime-info (0.20-1) experimental; urgency=low
+
+  [ Loic Minier ]
   * Drop patch 155_musepack, the audio/x-musepack MIME type is already
     declared upstream; thanks Daniel Leidert; closes: #410469.
 
- -- Loic Minier <lool at dooz.org>  Sun, 11 Feb 2007 09:10:25 +0100
+  [ Sebastian Dröge ]
+  * New upstream release:
+    - Drop patch 100_m3u_fix, merged upstream.
+    - Drop patch 151_make-magic, merged upstream.
+    - Drop patch 152_bzip2-mime, merged upstream.
+    - Drop patch 153_pgp-mimetypes, merged upstream.
+    - Drop patch 154_wavpack-mimetype, merged upstream.
+    - Drop patch 156_monkeys-audio-mimetype, merged upstream.
+    - Drop patch 157_java-parentclass, merged upstream.
+    - Drop patch 200_use-glog, merged upstream.
+    - Adds mimetype image/vnd.wap.wbmp; closes: #408103.
+    - Fixes Ogg Theora files misdetected as Ogg Vorbis files; closes: #255580.
+    - Fixes TGA images misdetected as Lotus Spreadsheets; closes: #245262.
+  * Updated patch 070_x-crw:
+    - Only add an alias to the already existing mimetype instead of adding a
+      new one with the same glob patterns.
+  * New patch 151_no-rox:
+    - ROX has no relevance to this package. Don't list rox(1) under "See also"
+      in the manpage of update-mime-database; closes: #394427.
+  * New patch 152_detect_iso9660:
+    - Also detect *.iso9660 as ISO CD images; closes: #338150.
+  * shared-mime-info-spec.pdf.gz is not gzipped anymore. Change this in
+    shared-mime-info.doc-base.
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 28 Feb 2007 23:35:06 +0100
 
 shared-mime-info (0.19-2) unstable; urgency=low
 

Modified: packages/unstable/shared-mime-info/debian/patches/070_x-crw.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/patches/070_x-crw.patch?rev=9998&op=diff
==============================================================================
--- packages/unstable/shared-mime-info/debian/patches/070_x-crw.patch (original)
+++ packages/unstable/shared-mime-info/debian/patches/070_x-crw.patch Mon Apr 16 00:37:21 2007
@@ -1,13 +1,10 @@
-diff -ru shared-mime-info-0.16.old/freedesktop.org.xml.in shared-mime-info-0.16/freedesktop.org.xml.in
---- shared-mime-info-0.16.old/freedesktop.org.xml.in	2005-04-30 15:55:06.000000000 +0200
-+++ shared-mime-info-0.16/freedesktop.org.xml.in	2005-04-30 15:55:07.000000000 +0200
-@@ -2649,4 +2649,9 @@
-     </magic>
-     <glob pattern="*.movie"/>
+--- freedesktop.org.xml.in.old	2007-02-28 23:44:02.409311205 +0100
++++ freedesktop.org.xml.in	2007-02-28 23:44:38.127346660 +0100
+@@ -2328,6 +2328,7 @@
+     <comment>Canon raw image</comment>
+     <glob pattern="*.crw"/>
+     <glob pattern="*.cr2"/>
++    <alias type="application/x-crw"/>
    </mime-type>
-+  <mime-type type="application/x-crw">
-+    <_comment>Canon RAW File</_comment>
-+    <glob pattern="*.crw" />
-+    <glob pattern="*.cr2" />
-+  </mime-type>
- </mime-info>
+   <mime-type type="image/x-nikon-nef">
+     <comment>Nikon raw image</comment>

Added: packages/unstable/shared-mime-info/debian/patches/151_no-rox.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/patches/151_no-rox.patch?rev=9998&op=file
==============================================================================
--- packages/unstable/shared-mime-info/debian/patches/151_no-rox.patch (added)
+++ packages/unstable/shared-mime-info/debian/patches/151_no-rox.patch Mon Apr 16 00:37:21 2007
@@ -1,0 +1,13 @@
+--- update-mime-database.1.old	2007-02-28 23:58:39.067269095 +0100
++++ update-mime-database.1	2007-02-28 23:58:52.284022275 +0100
+@@ -48,10 +48,6 @@
+ Filip Van Raemdonck (mechanix at debian.org) wrote this manpage for the
+ Debian GNU/Linux project, but it may be used by others.
+ 
+-.SH SEE ALSO
+-.BR rox
+-(1)
+-
+ .SH LICENCE
+ Copyright (C) 2002 Thomas Leonard.
+ .br

Added: packages/unstable/shared-mime-info/debian/patches/152_detect_iso9660.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/patches/152_detect_iso9660.patch?rev=9998&op=file
==============================================================================
--- packages/unstable/shared-mime-info/debian/patches/152_detect_iso9660.patch (added)
+++ packages/unstable/shared-mime-info/debian/patches/152_detect_iso9660.patch Mon Apr 16 00:37:21 2007
@@ -1,0 +1,10 @@
+--- freedesktop.org.xml.in.old	2007-03-01 00:02:22.976028930 +0100
++++ freedesktop.org.xml.in	2007-03-01 00:02:40.949053153 +0100
+@@ -739,6 +739,7 @@
+   <mime-type type="application/x-cd-image">
+     <_comment>raw CD image</_comment>
+     <glob pattern="*.iso"/>
++    <glob pattern="*.iso9660"/>
+   </mime-type>
+   <mime-type type="application/x-cgi">
+     <sub-class-of type="text/plain"/>

Modified: packages/unstable/shared-mime-info/debian/shared-mime-info.doc-base
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/shared-mime-info/debian/shared-mime-info.doc-base?rev=9998&op=diff
==============================================================================
--- packages/unstable/shared-mime-info/debian/shared-mime-info.doc-base (original)
+++ packages/unstable/shared-mime-info/debian/shared-mime-info.doc-base Mon Apr 16 00:37:21 2007
@@ -5,7 +5,7 @@
 Section: Standards
 
 Format: pdf
-Files: /usr/share/doc/shared-mime-info/shared-mime-info-spec.pdf.gz
+Files: /usr/share/doc/shared-mime-info/shared-mime-info-spec.pdf
 
 Format: html
 Index: /usr/share/doc/shared-mime-info/shared-mime-info-spec.html/index.html




More information about the pkg-gnome-commits mailing list