r25624 - in /desktop/unstable/gcalctool/debian: changelog patches/ patches/01_tanhh.patch rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Nov 21 10:07:31 UTC 2010


Author: joss
Date: Sun Nov 21 10:07:28 2010
New Revision: 25624

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=25624
Log:
* Use simple-patchsys.
* 01_tanhh.patch: patch from 	Alexander E. Patrakov to fix incorrect 
  tanh results. Closes: #604032.

Added:
    desktop/unstable/gcalctool/debian/patches/
    desktop/unstable/gcalctool/debian/patches/01_tanhh.patch
Modified:
    desktop/unstable/gcalctool/debian/changelog
    desktop/unstable/gcalctool/debian/rules

Modified: desktop/unstable/gcalctool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcalctool/debian/changelog?rev=25624&op=diff
==============================================================================
--- desktop/unstable/gcalctool/debian/changelog [utf-8] (original)
+++ desktop/unstable/gcalctool/debian/changelog [utf-8] Sun Nov 21 10:07:28 2010
@@ -1,3 +1,11 @@
+gcalctool (5.30.2-2) unstable; urgency=low
+
+  * Use simple-patchsys.
+  * 01_tanhh.patch: patch from 	Alexander E. Patrakov to fix incorrect 
+    tanh results. Closes: #604032.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 21 Nov 2010 11:03:31 +0100
+
 gcalctool (5.30.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Added: desktop/unstable/gcalctool/debian/patches/01_tanhh.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcalctool/debian/patches/01_tanhh.patch?rev=25624&op=file
==============================================================================
--- desktop/unstable/gcalctool/debian/patches/01_tanhh.patch (added)
+++ desktop/unstable/gcalctool/debian/patches/01_tanhh.patch [utf-8] Sun Nov 21 10:07:28 2010
@@ -1,0 +1,10 @@
+--- src/mp-trigonometric.c.orig	2010-11-21 11:00:23.703621366 +0100
++++ src/mp-trigonometric.c	2010-11-21 11:01:56.807613132 +0100
+@@ -524,6 +524,7 @@
+     } else {
+         mp_epowy(&t, &t);
+         mp_add_integer(&t, 1, z);
++        mp_add_integer(&t, -1, &t);
+         mp_divide(&t, z, z);
+     }
+ 

Modified: desktop/unstable/gcalctool/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gcalctool/debian/rules?rev=25624&op=diff
==============================================================================
--- desktop/unstable/gcalctool/debian/rules [utf-8] (original)
+++ desktop/unstable/gcalctool/debian/rules [utf-8] Sun Nov 21 10:07:28 2010
@@ -3,6 +3,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/gnome.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 




More information about the pkg-gnome-commits mailing list