[Debian-tex-commits] SVN tetex-bin commit + diffs: r2473 - in tetex-bin/branches/etch/debian: . patches

Frank Küster frank at alioth.debian.org
Thu Feb 15 13:11:48 CET 2007


Author: frank
Date: 2007-02-15 13:11:48 +0100 (Thu, 15 Feb 2007)
New Revision: 2473

Modified:
   tetex-bin/branches/etch/debian/changelog
   tetex-bin/branches/etch/debian/patches/patch-dvipdfm-timezone-crash
   tetex-bin/branches/etch/debian/rules
Log:
correct timezone patch.  Still targetted at etch


Modified: tetex-bin/branches/etch/debian/changelog
===================================================================
--- tetex-bin/branches/etch/debian/changelog	2007-02-14 17:22:25 UTC (rev 2472)
+++ tetex-bin/branches/etch/debian/changelog	2007-02-15 12:11:48 UTC (rev 2473)
@@ -1,3 +1,11 @@
+tetex-bin (3.0-30) unstable; urgency=low
+
+  * The timezone patch from the last upload was wrong for 64bit
+    architectures.  Applied corrected patch from upstream, thanks to
+    Martin Michlmayr <tbm at cyrius.com> (closes: #409517) [frank]
+
+ -- Frank Küster <frank at debian.org>  Thu, 15 Feb 2007 12:54:16 +0100
+
 tetex-bin (3.0-29) unstable; urgency=low
 
   * Apply a patch from upstream (Mark A. Wicks) to prevent dvipdfm from

Modified: tetex-bin/branches/etch/debian/patches/patch-dvipdfm-timezone-crash
===================================================================
--- tetex-bin/branches/etch/debian/patches/patch-dvipdfm-timezone-crash	2007-02-14 17:22:25 UTC (rev 2472)
+++ tetex-bin/branches/etch/debian/patches/patch-dvipdfm-timezone-crash	2007-02-15 12:11:48 UTC (rev 2473)
@@ -1,5 +1,11 @@
---- tetex-bin-3.0/texk/dvipdfm/pdfdoc.c.orig	2003-01-28 00:18:05.000000000 +0100
-+++ tetex-bin-3.0/texk/dvipdfm/pdfdoc.c	2007-01-05 16:29:14.000000000 +0100
+---
+ texk/dvipdfm/pdfdoc.c |   34 +++++++++++++++++++++++-----------
+ 1 file changed, 23 insertions(+), 11 deletions(-)
+
+Index: trunk/texk/dvipdfm/pdfdoc.c
+===================================================================
+--- trunk.orig/texk/dvipdfm/pdfdoc.c	2007-02-09 10:39:43.000000000 +0100
++++ trunk/texk/dvipdfm/pdfdoc.c	2007-02-15 12:52:19.000000000 +0100
 @@ -232,13 +232,7 @@
  
  static char *asn_date (void)
@@ -43,7 +49,7 @@
 +    sprintf (date_string, "D:%04d%02d%02d%02d%02d%02d%c%02ld'%02ld'",
 +             bd_time -> tm_year+1900, bd_time -> tm_mon+1, bd_time -> tm_mday,
 +             bd_time -> tm_hour, bd_time -> tm_min, bd_time -> tm_sec,
-+	     (tz_offset>0)? '+':'-', abs(tz_offset)/3600, (abs(tz_offset)/60)%60);
++	     (tz_offset>0)? '+':'-', labs(tz_offset)/3600, (labs(tz_offset)/60)%60);
 +  }
    return date_string;
  }

Modified: tetex-bin/branches/etch/debian/rules
===================================================================
--- tetex-bin/branches/etch/debian/rules	2007-02-14 17:22:25 UTC (rev 2472)
+++ tetex-bin/branches/etch/debian/rules	2007-02-15 12:11:48 UTC (rev 2473)
@@ -309,7 +309,7 @@
 	done
 
 	# needs devscripts in etch or from backports.org
-	debchange --distribution sarge-backports -b --newversion 3.0-27~bpo.1 "Recompiled for sarge."
+	debchange --distribution sarge-backports -b --newversion 3.0-30~bpo.1 "Recompiled for sarge."
 	debchange --append \
 	  "Add a Build-Depends on sarge's xlibs-dev to prevent linking against XOrg"
 	debchange --append \




More information about the Debian-tex-commits mailing list