r11833 - in /desktop/unstable/file-roller/debian: changelog control control.in file-roller.mime rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jul 5 20:10:52 UTC 2007


Author: lool
Date: Thu Jul  5 20:10:52 2007
New Revision: 11833

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11833
Log:
* Build-depend on gnome-pkg-tools >= 0.12 and call desktop-check-mime-types
  to check for missing MIME types; add missing MIME types to
  debian/files-roller.mime, but without the full test for the supporting
  binary.

Modified:
    desktop/unstable/file-roller/debian/changelog
    desktop/unstable/file-roller/debian/control
    desktop/unstable/file-roller/debian/control.in
    desktop/unstable/file-roller/debian/file-roller.mime
    desktop/unstable/file-roller/debian/rules

Modified: desktop/unstable/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/changelog?rev=11833&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/changelog (original)
+++ desktop/unstable/file-roller/debian/changelog Thu Jul  5 20:10:52 2007
@@ -1,3 +1,12 @@
+file-roller (2.18.4-2) UNRELEASED; urgency=low
+
+  * Build-depend on gnome-pkg-tools >= 0.12 and call desktop-check-mime-types
+    to check for missing MIME types; add missing MIME types to
+    debian/files-roller.mime, but without the full test for the supporting
+    binary.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 05 Jul 2007 22:06:02 +0200
+
 file-roller (2.18.4-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: desktop/unstable/file-roller/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control?rev=11833&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control (original)
+++ desktop/unstable/file-roller/debian/control Thu Jul  5 20:10:52 2007
@@ -13,7 +13,7 @@
                gettext,
                scrollkeeper,
                libxml-parser-perl,
-               gnome-pkg-tools (>= 0.10),
+               gnome-pkg-tools (>= 0.12),
                gnome-doc-utils (>= 0.3.2),
                libgnomevfs2-dev (>= 2.10.0),
                libglade2-dev (>= 2.4.0)

Modified: desktop/unstable/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control.in?rev=11833&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control.in (original)
+++ desktop/unstable/file-roller/debian/control.in Thu Jul  5 20:10:52 2007
@@ -13,7 +13,7 @@
                gettext,
                scrollkeeper,
                libxml-parser-perl,
-               gnome-pkg-tools (>= 0.10),
+               gnome-pkg-tools (>= 0.12),
                gnome-doc-utils (>= 0.3.2),
                libgnomevfs2-dev (>= 2.10.0),
                libglade2-dev (>= 2.4.0)

Modified: desktop/unstable/file-roller/debian/file-roller.mime
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/file-roller.mime?rev=11833&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/file-roller.mime (original)
+++ desktop/unstable/file-roller/debian/file-roller.mime Thu Jul  5 20:10:52 2007
@@ -14,3 +14,20 @@
 application/x-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" ; priority=5
 application/zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/unzip ; priority=5
 application/x-zoo; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY" -a -e /usr/bin/zoo ; priority=5
+# TODO: check for each supporting binary for these MIME types
+application/x-ace; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-ar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-cpio; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-deb; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-gtar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-lhz; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-zip-compressed; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+multipart/x-zip; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-rpm; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-jar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-war; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-ear; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-cd-image; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-7z-compressed; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-gzpostscript; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5

Modified: desktop/unstable/file-roller/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/rules?rev=11833&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/rules (original)
+++ desktop/unstable/file-roller/debian/rules Thu Jul  5 20:10:52 2007
@@ -17,3 +17,8 @@
 binary-install/file-roller::
 	rm -f debian/file-roller/usr/lib/nautilus/extensions-1.0/*.a
 	rm -f debian/file-roller/usr/lib/nautilus/extensions-1.0/*.la
+
+binary-post-install/file-roller::
+	# check for missing MIME types
+	desktop-check-mime-types
+




More information about the pkg-gnome-commits mailing list