[texmaker] 43/103: New upstream release -- refreshing patches

Andreas Tille tille at debian.org
Sun Sep 10 17:38:28 UTC 2017


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

tille pushed a commit to branch master
in repository texmaker.

commit 3ddfdd739a1d0edc09ea3fe7fe433f7ee37c5a4c
Author: Ruben Molina <rmolina at udea.edu.co>
Date:   Wed Feb 9 04:25:49 2011 +0000

    New upstream release -- refreshing patches
---
 debian/changelog                              |  7 ++++++
 debian/patches/10_spelling_dict.patch         |  6 +++--
 debian/patches/spelling-error-in-binary.patch | 32 +++++++++++++--------------
 3 files changed, 27 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 128fb25..b866fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+texmaker (2.2.1-1) unstable; urgency=low
+
+  * New upstream version
+  * Refreshing patches
+
+ -- Ruben Molina <rmolina at udea.edu.co>  Tue, 08 Feb 2011 22:47:54 -0500
+
 texmaker (2.1-1) unstable; urgency=low
 
   * New upstream version
diff --git a/debian/patches/10_spelling_dict.patch b/debian/patches/10_spelling_dict.patch
index cb67c24..faf8b16 100644
--- a/debian/patches/10_spelling_dict.patch
+++ b/debian/patches/10_spelling_dict.patch
@@ -1,8 +1,10 @@
 Author: Andreas Tille <tille at debian.org>
 Purpose: Adapt default search directory for spelling dictionaries to Debian default
 Closes: #591340
---- texmaker-2.0.orig/configdialog.cpp
-+++ texmaker-2.0/configdialog.cpp
+Index: texmaker-2.2.1/configdialog.cpp
+===================================================================
+--- texmaker-2.2.1.orig/configdialog.cpp	2011-02-08 22:47:16.407228050 -0500
++++ texmaker-2.2.1/configdialog.cpp	2011-02-08 22:47:23.244230026 -0500
 @@ -116,7 +116,7 @@
  void ConfigDialog::browseAspell()
  {
diff --git a/debian/patches/spelling-error-in-binary.patch b/debian/patches/spelling-error-in-binary.patch
index 3e41d53..046de1f 100644
--- a/debian/patches/spelling-error-in-binary.patch
+++ b/debian/patches/spelling-error-in-binary.patch
@@ -1,11 +1,11 @@
 Description: Fixing some spelling errors
 Author: Ruben Molina <rmolina at udea.edu.co>
 Last-Update: 2010-12-13
-Index: texmaker-2.1/texmaker.cpp
+Index: texmaker-2.2.1/texmaker.cpp
 ===================================================================
---- texmaker-2.1.orig/texmaker.cpp	2010-12-13 08:16:57.050604176 -0500
-+++ texmaker-2.1/texmaker.cpp	2010-12-13 08:17:51.794603120 -0500
-@@ -3675,7 +3675,7 @@
+--- texmaker-2.2.1.orig/texmaker.cpp	2011-02-08 22:47:12.723226809 -0500
++++ texmaker-2.2.1/texmaker.cpp	2011-02-08 22:47:28.980244875 -0500
+@@ -3839,7 +3839,7 @@
  tag+="}\n";
  InsertTag(tag,9,0);
  OutputTextEdit->insertLine("Bib fields - Article in Journal");
@@ -14,7 +14,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib2()
  {
-@@ -3700,7 +3700,7 @@
+@@ -3864,7 +3864,7 @@
  tag+="}\n";
  InsertTag(tag,15,0);
  OutputTextEdit->insertLine("Bib fields - Article in Conference Proceedings");
@@ -23,7 +23,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib3()
  {
-@@ -3727,7 +3727,7 @@
+@@ -3891,7 +3891,7 @@
  tag+="}\n";
  InsertTag(tag,14,0);
  OutputTextEdit->insertLine("Bib fields - Article in a Collection");
@@ -32,7 +32,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib4()
  {
-@@ -3753,7 +3753,7 @@
+@@ -3917,7 +3917,7 @@
  InsertTag(tag,8,0);
  OutputTextEdit->insertLine("Bib fields - Chapter or Pages in a Book");
  OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
@@ -41,7 +41,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib5()
  {
-@@ -3774,7 +3774,7 @@
+@@ -3938,7 +3938,7 @@
  tag+="}\n";
  InsertTag(tag,13,0);
  OutputTextEdit->insertLine("Bib fields - Conference Proceedings");
@@ -50,7 +50,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib6()
  {
-@@ -3797,7 +3797,7 @@
+@@ -3961,7 +3961,7 @@
  InsertTag(tag,6,0);
  OutputTextEdit->insertLine("Bib fields - Book");
  OutputTextEdit->insertLine( "ALT.... : you have the choice between these two fields");
@@ -59,7 +59,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib7()
  {
-@@ -3814,7 +3814,7 @@
+@@ -3978,7 +3978,7 @@
  tag+="}\n";
  InsertTag(tag,9,0);
  OutputTextEdit->insertLine("Bib fields - Booklet");
@@ -68,7 +68,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib8()
  {
-@@ -3832,7 +3832,7 @@
+@@ -3996,7 +3996,7 @@
  tag+="}\n";
  InsertTag(tag,11,0);
  OutputTextEdit->insertLine("Bib fields - PhD. Thesis");
@@ -77,7 +77,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib9()
  {
-@@ -3850,7 +3850,7 @@
+@@ -4014,7 +4014,7 @@
  tag+="}\n";
  InsertTag(tag,15,0);
  OutputTextEdit->insertLine("Bib fields - Master's Thesis");
@@ -86,7 +86,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib10()
  {
-@@ -3869,7 +3869,7 @@
+@@ -4033,7 +4033,7 @@
  tag+="}\n";
  InsertTag(tag,12,0);
  OutputTextEdit->insertLine("Bib fields - Technical Report");
@@ -95,7 +95,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib11()
  {
-@@ -3887,7 +3887,7 @@
+@@ -4051,7 +4051,7 @@
  tag+="}\n";
  InsertTag(tag,8,0);
  OutputTextEdit->insertLine("Bib fields - Technical Manual");
@@ -104,7 +104,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib12()
  {
-@@ -3902,7 +3902,7 @@
+@@ -4066,7 +4066,7 @@
  tag+="}\n";
  InsertTag(tag,13,0);
  OutputTextEdit->insertLine("Bib fields - Unpublished");
@@ -113,7 +113,7 @@ Index: texmaker-2.1/texmaker.cpp
  }
  void Texmaker::InsertBib13()
  {
-@@ -3918,7 +3918,7 @@
+@@ -4082,7 +4082,7 @@
  tag+="}\n";
  InsertTag(tag,6,0);
  OutputTextEdit->insertLine("Bib fields - Miscellaneous");

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/texmaker.git



More information about the debian-science-commits mailing list