~ubuntu-branches/ubuntu/utopic/xarchiver/utopic

« back to all changes in this revision

Viewing changes to debian/patches/new-homepage.patch

  • Committer: Package Import Robot
  • Author(s): Markus Koschany
  • Date: 2014-05-20 11:30:18 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140520113018-ybro6c5fp38x22kt
Tags: 1:0.5.3+dfsg-1
* Imported Upstream version 0.5.3+dfsg. (Closes: #748541)
  - New features:
    + RAR5 support.
    + Full Test/Verify support.
* Drop the following patches. They were merged or fixed upstream.
  - check-for-password-protected-files-on-double-click.patch
  - fix-7z-crash.patch
  - fix-multiextract.patch
  - fix-segfault-non-existent-archive-cmdl-switch-x.patch
  - new-homepage.patch
  - no-donators-menu.patch
  - xz-support.patch
* New patches:
  - open-url.patch: Add support for opening file:// URLs. Thanks to Frederick
    Guerin.
  - disable-donate.patch: Fix GLib-GObject-Warning on startup.
  - fix-rename-and-delete-segfault.patch: Fix a segmentation fault that
    occured when files in tar.xz or tar.bz2 archives were renamed or deleted.
* Add Forwarded headers to all patches.
* debian/control:
  - Remove unrar-free from Suggests. It is RC-buggy and incapable to work with
    modern RAR formats.
* debian/rules:
  - Remove override for dh_auto_clean.
* Drop xarchiver.docs. Do not install TODO anymore. It contains nothing
  noteworthy.
* Add README.source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
From: Markus Koschany <apo@gambaru.de>
2
 
Date: Wed, 23 Jan 2013 09:45:26 +0100
3
 
Subject: new homepage
4
 
 
5
 
---
6
 
 src/window.c | 2 +-
7
 
 1 file changed, 1 insertion(+), 1 deletion(-)
8
 
 
9
 
diff --git a/src/window.c b/src/window.c
10
 
index 7eaf251..d8571b1 100644
11
 
--- a/src/window.c
12
 
+++ b/src/window.c
13
 
@@ -980,7 +980,7 @@ void xa_about (GtkMenuItem *menuitem,gpointer user_data)
14
 
                        "documenters",documenters,
15
 
                        "translator_credits",_("translator-credits"),
16
 
                        "logo_icon_name","xarchiver",
17
 
-                       "website","http://xarchiver.xfce.org",
18
 
+                       "website","http://xarchiver.sourceforge.net",
19
 
                        "license","Copyright \xC2\xA9 2005-2008 Giuseppe Torelli - Colossus <colossus73@gmail.com>\n\n"
20
 
                                        "This is free software; you can redistribute it and/or\n"
21
 
                                        "modify it under the terms of the GNU Library General Public License as\n"