r37307 - in /packages/texmaker/trunk/debian: changelog patches/10_spelling_dict.patch patches/spelling-error-in-binary.patch

rmolina-guest at users.alioth.debian.org rmolina-guest at users.alioth.debian.org
Wed Feb 9 04:25:59 UTC 2011


Author: rmolina-guest
Date: Wed Feb  9 04:25:49 2011
New Revision: 37307

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37307
Log:
New upstream release -- refreshing patches

Modified:
    packages/texmaker/trunk/debian/changelog
    packages/texmaker/trunk/debian/patches/10_spelling_dict.patch
    packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch

Modified: packages/texmaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/changelog?rev=37307&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/changelog (original)
+++ packages/texmaker/trunk/debian/changelog Wed Feb  9 04:25:49 2011
@@ -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

Modified: packages/texmaker/trunk/debian/patches/10_spelling_dict.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/10_spelling_dict.patch?rev=37307&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/10_spelling_dict.patch (original)
+++ packages/texmaker/trunk/debian/patches/10_spelling_dict.patch Wed Feb  9 04:25:49 2011
@@ -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()
  {

Modified: packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch?rev=37307&op=diff
==============================================================================
--- packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch (original)
+++ packages/texmaker/trunk/debian/patches/spelling-error-in-binary.patch Wed Feb  9 04:25:49 2011
@@ -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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  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 @@
  }
  void Texmaker::InsertBib13()
  {
-@@ -3918,7 +3918,7 @@
+@@ -4082,7 +4082,7 @@
  tag+="}\n";
  InsertTag(tag,6,0);
  OutputTextEdit->insertLine("Bib fields - Miscellaneous");




More information about the debian-science-commits mailing list