[atril] 01/02: debian/patches: Add 0003_bug-tracker-url.patch. Point to the Github issue tracker where atril sources are hosted. (Closes: #780500).

Mike Gabriel sunweaver at debian.org
Thu May 28 16:39:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository atril.

commit df4cbf675913b8d892c5985887572a7e3c4c390c
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu May 28 09:54:58 2015 +0200

    debian/patches: Add 0003_bug-tracker-url.patch. Point to the Github issue tracker where atril sources are hosted. (Closes: #780500).
---
 debian/patches/0003_bug-tracker-url.patch | 104 ++++++++++++++++++++++++++++++
 debian/patches/series                     |   1 +
 2 files changed, 105 insertions(+)

diff --git a/debian/patches/0003_bug-tracker-url.patch b/debian/patches/0003_bug-tracker-url.patch
new file mode 100644
index 0000000..3687540
--- /dev/null
+++ b/debian/patches/0003_bug-tracker-url.patch
@@ -0,0 +1,104 @@
+From 6707c4b0a0b4f549d44a8574d4f783705ed949ec Mon Sep 17 00:00:00 2001
+From: Monsta <monsta at inbox.ru>
+Date: Tue, 17 Mar 2015 16:47:26 +0300
+Subject: [PATCH] corrected bug tracker links everywhere
+
+---
+ NEWS.gnome                        |  2 +-
+ TODO                              |  4 ++--
+ backend/pdf/ev-poppler.cc         | 10 +++++-----
+ libdocument/ev-file-helpers.c     |  2 +-
+ libview/ev-transition-animation.c |  4 ++--
+ shell/ev-window.c                 |  4 ++--
+ 6 files changed, 13 insertions(+), 13 deletions(-)
+
+--- a/NEWS.gnome
++++ b/NEWS.gnome
+@@ -1535,7 +1535,7 @@
+ Important notice for distributors:
+ 
+     * This release overrides document permissions by default. See
+-      http://bugzilla.mate.org/show_bug.cgi?id=382700 for more information
++      http://bugzilla.gnome.org/show_bug.cgi?id=382700 for more information
+       about this.
+     * Ghostscript interface for PostScript documents is now deprecated.
+       Please use libspectre (http://libspectre.freedesktop.org/)
+--- a/TODO
++++ b/TODO
+@@ -1,3 +1,3 @@
+-See our bugzilla for list of entries we are working at
++See our bug tracker for list of issues we are working at
+ 
+-http://bugzilla.mate.org/buglist.cgi?product=atril&bug_status=NEW
+\ No newline at end of file
++https://github.com/mate-desktop/atril/issues
+--- a/libdocument/ev-file-helpers.c
++++ b/libdocument/ev-file-helpers.c
+@@ -197,7 +197,7 @@
+ 
+ /**
+  * This function is copied from
+- * http://bugzilla.mate.org/show_bug.cgi?id=524831
++ * http://bugzilla.gnome.org/show_bug.cgi?id=524831
+  * and renamed from g_mkdtemp to _ev_g_mkdtemp.
+  *
+  * If/when this function gets added to glib, it can be removed from
+--- a/backend/pdf/ev-poppler.cc
++++ b/backend/pdf/ev-poppler.cc
+@@ -1074,8 +1074,8 @@
+ 
+ 	if (unimplemented_dest) {
+ 		g_warning ("Unimplemented destination: %s, please post a "
+-		           "bug report in Atril bugzilla "
+-		           "(http://bugzilla.mate.org) with a testcase.",
++		           "bug report on Atril bugtracker "
++		           "(https://github.com/mate-desktop/atril/issues) with a testcase.",
+ 			   unimplemented_dest);
+ 	}
+ 
+@@ -1139,7 +1139,7 @@
+ 	
+ 	if (unimplemented_action) {
+ 		g_warning ("Unimplemented action: %s, please post a bug report "
+-			   "in Atril bugzilla (http://bugzilla.mate.org) "
++			   "on Atril bug tracker (https://github.com/mate-desktop/atril/issues) "
+ 			   "with a testcase.", unimplemented_action);
+ 	}
+ 	
+@@ -2694,8 +2694,8 @@
+ 
+ 	if (unimplemented_annot) {
+ 		g_warning ("Unimplemented annotation: %s, please post a "
+-		           "bug report in Atril bugzilla "
+-		           "(http://bugzilla.mate.org) with a testcase.",
++		           "bug report on Atril bug tracker "
++		           "(https://github.com/mate-desktop/atril/issues) with a testcase.",
+ 			   unimplemented_annot);
+ 	}
+ 
+--- a/libview/ev-transition-animation.c
++++ b/libview/ev-transition-animation.c
+@@ -591,8 +591,8 @@
+ 		enum_value = g_enum_get_value (g_type_class_peek (EV_TYPE_TRANSITION_EFFECT_TYPE), type);
+ 
+ 		g_warning ("Unimplemented transition animation: '%s', "
+-			   "please post a bug report in Atril bugzilla "
+-			   "(http://bugzilla.mate.org) with a testcase.",
++			   "please post a bug report on Atril bug tracker "
++			   "(https://github.com/mate-desktop/atril/issues) with a testcase.",
+ 			   enum_value->value_nick);
+ 
+ 		/* just paint the destination slide */
+--- a/shell/ev-window.c
++++ b/shell/ev-window.c
+@@ -6086,8 +6086,8 @@
+ 		ev_window_cmd_file_print (NULL, window);
+ 	} else {
+ 		g_warning ("Unimplemented named action: %s, please post a "
+-		           "bug report in Atril bugzilla "
+-		           "(http://bugzilla.mate.org) with a testcase.",
++		           "bug report on Atril bug tracker "
++		           "(https://github.com/mate-desktop/atril/issues) with a testcase.",
+ 			   name);
+ 	}
+ }
diff --git a/debian/patches/series b/debian/patches/series
index 71bdb07..4437a09 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001_open-multiple-files.patch
 0002_forgotten-mutex-unlock.patch
+0003_bug-tracker-url.patch
 2001_omit-gfdl-licensed-help-files.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/atril.git



More information about the pkg-mate-commits mailing list