Attached is the latest debdiff

diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/changelog 
xarchiver-0.5.2+20090319+dfsg/debian/changelog
--- xarchiver-0.5.2+20090319+dfsg/debian/changelog      2012-12-05 
09:06:47.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/changelog      2012-12-05 
09:06:47.000000000 +0100
@@ -1,3 +1,15 @@
+xarchiver (1:0.5.2+20090319+dfsg-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add patch 04-fix-7z-crash.patch and restore the ability to open and view
+    7z archives again. (Closes: #665642)
+  * Remove discouraged MIME type multipart/x-zip from desktop file. 
+    (Closes: #656301)
+  * Don't mention xarchive in the package description because it isn't
+    available in Debian. (Closes: #692261)
+
+ -- Markus Koschany <a...@gambaru.de>  Tue, 04 Dec 2012 06:43:48 +0000
+
 xarchiver (1:0.5.2+20090319+dfsg-4) unstable; urgency=low
 
   [ Daniel Baumann ]
diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/control 
xarchiver-0.5.2+20090319+dfsg/debian/control
--- xarchiver-0.5.2+20090319+dfsg/debian/control        2012-12-05 
09:06:47.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/control        2012-12-05 
09:06:47.000000000 +0100
@@ -5,7 +5,7 @@
 Build-Depends:
  debhelper (>= 7.0.50~), autotools-dev, intltool, libgtk2.0-dev, quilt
 Standards-Version: 3.8.3
-Homepage: http://xarchiver.xfce.org/
+Homepage: http://xarchiver.sourceforge.net/
 
 Package: xarchiver
 Architecture: any
@@ -17,6 +17,4 @@
  7z, arj, bzip2, gzip, rar, tar, zip, and RPM files. It allows you to create
  archives and add, extract, and delete files from them. Password protected
  archives in the arj, 7z, rar, and zip formats are supported.
- .
- Xarchiver uses library package routines, if available. If you need even more
- package formats, try xarchive which uses shell scripts.
+
diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/manpages/xarchiver.1 
xarchiver-0.5.2+20090319+dfsg/debian/manpages/xarchiver.1
--- xarchiver-0.5.2+20090319+dfsg/debian/manpages/xarchiver.1   2012-12-05 
09:06:47.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/manpages/xarchiver.1   2012-12-05 
09:06:47.000000000 +0100
@@ -1,4 +1,4 @@
-.TH XARCHIVER 1 "2009-01-09" "0.5.2" "frontent for compression formats"
+.TH XARCHIVER 1 "2012-12-04" "0.5.2" "frontent for compression formats"
 
 .SH NAME
 xarchiver \- GTK+ frontend for most used compression formats
@@ -8,14 +8,12 @@
 
 .SH DESCRIPTION
 Xarchiver is a Desktop Environment independent GTK+ 2 frontend for 
manipulating 7z, arj, bzip2, gzip, rar, tar, zip, and RPM files. It allows you 
to create archives and add, extract, and delete files from them. Password 
protected archives in the arj, 7z, rar, and zip formats are supported.
-.PP
-Xarchiver uses library package routines, if available. If you need even more 
package formats, try \fIxarchive\fR(1) which uses shell scripts.
 
 .SH OPTIONS
 Xarchiver has no options.
 
 .SH HOMEPAGE
-More information about Xarchiver can be found at 
<\fIhttp://xarchiver.xfce.org/\fR>.
+More information about Xarchiver can be found at 
<\fIhttp://xarchiver.sourceforge.net/\fR>.
 
 .SH AUTHOR
 Xarchiver was written by Giuseppe Torelli <colossu...@gmail.com>.
diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/patches/02-mime-types.patch 
xarchiver-0.5.2+20090319+dfsg/debian/patches/02-mime-types.patch
--- xarchiver-0.5.2+20090319+dfsg/debian/patches/02-mime-types.patch    
2012-12-05 09:06:47.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/patches/02-mime-types.patch    
2012-12-05 09:06:47.000000000 +0100
@@ -9,4 +9,4 @@
  Categories=GTK;Archiving;Utility;
  StartupNotify=true
 
-MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;application/x-lzma-compressed-tar;application/x-lzma;
-+MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;multipart/x-zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;application/x-lzma-compressed-tar;application/x-lzma;application/x-deb;application/deb;
++MimeType=application/x-arj;application/arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-gzip;application/x-rar;application/x-rar-compressed;application/x-tar;application/x-zip;application/x-zip-compressed;application/zip;application/x-7z-compressed;application/x-compressed-tar;application/x-bzip2;application/x-bzip2-compressed-tar;application/x-lzma-compressed-tar;application/x-lzma;application/x-deb;application/deb;
diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/patches/04-fix-7z-crash.patch 
xarchiver-0.5.2+20090319+dfsg/debian/patches/04-fix-7z-crash.patch
--- xarchiver-0.5.2+20090319+dfsg/debian/patches/04-fix-7z-crash.patch  
1970-01-01 01:00:00.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/patches/04-fix-7z-crash.patch  
2012-12-05 09:06:47.000000000 +0100
@@ -0,0 +1,18 @@
+Description: Fix crash when opening 7z archives 
+Author: Markus Koschany <a...@gambaru.de> 
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/665642
+Last-Update: 2012-12-04 
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/7zip.c
++++ b/src/7zip.c
+@@ -72,7 +72,7 @@ void xa_get_7zip_line_content (gchar *li
+ 
+       if (jump_header == FALSE)
+       {
+-              if (line[0] == '-')
++              if ((line[0] == '-') && (line[3] != NULL))
+               {
+                       jump_header = TRUE;
+                       return;
diff -Nru xarchiver-0.5.2+20090319+dfsg/debian/patches/series 
xarchiver-0.5.2+20090319+dfsg/debian/patches/series
--- xarchiver-0.5.2+20090319+dfsg/debian/patches/series 2012-12-05 
09:06:47.000000000 +0100
+++ xarchiver-0.5.2+20090319+dfsg/debian/patches/series 2012-12-05 
09:06:47.000000000 +0100
@@ -1,3 +1,4 @@
 01-desktop-icon.patch
 02-mime-types.patch
 03-html-icon.patch
+04-fix-7z-crash.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to