r15165 - in /desktop/unstable/file-roller/debian: changelog control.in copyright file-roller.mime

rfrancoise at users.alioth.debian.org rfrancoise at users.alioth.debian.org
Sat Mar 15 13:25:58 UTC 2008


Author: rfrancoise
Date: Sat Mar 15 13:25:58 2008
New Revision: 15165

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15165
Log:
* New upstream stable release, adds support for lzma archives
  (closes: #455666).
* debian/control.in:
  + Add recommends on lzma.
  + Update long description accordingly.
* debian/file-roller.mime: Add 'application/x-lzma' and
  'application/x-lzma-compressed-tar'.
* debian/copyright: Add copyright notice.

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

Modified: desktop/unstable/file-roller/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/changelog?rev=15165&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/changelog (original)
+++ desktop/unstable/file-roller/debian/changelog Sat Mar 15 13:25:58 2008
@@ -1,3 +1,16 @@
+file-roller (2.22.0-1) unstable; urgency=low
+
+  * New upstream stable release, adds support for lzma archives
+    (closes: #455666).
+  * debian/control.in:
+    + Add recommends on lzma.
+    + Update long description accordingly.
+  * debian/file-roller.mime: Add 'application/x-lzma' and
+    'application/x-lzma-compressed-tar'.
+  * debian/copyright: Add copyright notice.
+
+ -- Romain Francoise <rfrancoise at debian.org>  Sat, 15 Mar 2008 13:48:29 +0100
+
 file-roller (2.20.3-1) unstable; urgency=low
 
   * New upstream bugfix release with translation updates:

Modified: desktop/unstable/file-roller/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/control.in?rev=15165&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/control.in (original)
+++ desktop/unstable/file-roller/debian/control.in Sat Mar 15 13:25:58 2008
@@ -43,7 +43,8 @@
             unace,
             cpio,
             gnome-icon-theme (>= 2.18),
-            arj
+            arj,
+            lzma
 Suggests: lha,
           unrar
 Description: an archive manager for GNOME
@@ -57,14 +58,14 @@
  File-roller supports the following formats:
   * Tar (.tar) archives, including those compressed with
     gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
-    compress (.tar.Z, .taz) and lzop (.tar.lzo, .tzo)
+    compress (.tar.Z, .taz), lzop (.tar.lzo, .tzo) and lzma (.tar.lzma)
   * Zip archives (.zip)
   * Jar archives (.jar, .ear, .war)
   * 7z archives (.7z)
   * iso9660 CD images (.iso)
   * Lha archives (.lzh)
   * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
-    compress (.Z) and lzop (.lzo)
+    compress (.Z), lzop (.lzo) and lzma (.lzma)
  .
  File-roller doesn't perform archive operations by itself, but relies on
  standard tools for this.

Modified: desktop/unstable/file-roller/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/file-roller/debian/copyright?rev=15165&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/copyright (original)
+++ desktop/unstable/file-roller/debian/copyright Sat Mar 15 13:25:58 2008
@@ -4,6 +4,10 @@
 It was downloaded from http://ftp.gnome.org/pub/gnome/sources/file-roller/
 
 Upstream Author: Paolo Bacchilega <paolo.bacch at tin.it>
+
+Copyright notice:
+
+    Copyright (C) 2001-2007 Free Software Foundation, Inc.
 
 License:
 

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=15165&op=diff
==============================================================================
--- desktop/unstable/file-roller/debian/file-roller.mime (original)
+++ desktop/unstable/file-roller/debian/file-roller.mime Sat Mar 15 13:25:58 2008
@@ -31,3 +31,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
+application/x-lzma; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5
+application/x-lzma-compressed-tar; /usr/bin/file-roller '%s'; test=test -n "$DISPLAY"; priority=5




More information about the pkg-gnome-commits mailing list