[Debootloaders-devel] r202 - in /trunk/silo/debian: changelog patches/20-silo_ls_fix_date_calc.patch patches/series

jurij at users.alioth.debian.org jurij at users.alioth.debian.org
Wed Aug 15 21:00:55 UTC 2007


Author: jurij
Date: Wed Aug 15 21:00:55 2007
New Revision: 202

URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=202
Log:
Add 20-silo_ls_fix_date_calc.patch to fix the
calculation of the date in SILO's ls output.

Added:
    trunk/silo/debian/patches/20-silo_ls_fix_date_calc.patch
Modified:
    trunk/silo/debian/changelog
    trunk/silo/debian/patches/series

Modified: trunk/silo/debian/changelog
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/changelog?rev=202&op=diff
==============================================================================
--- trunk/silo/debian/changelog (original)
+++ trunk/silo/debian/changelog Wed Aug 15 21:00:55 2007
@@ -3,6 +3,8 @@
   [ Jurij Smakov ]
   * Get rid of the legacy build system, switch to quilt for patch
     management.
+  * Apply a patch by Roland Stigge (slightly modified) to fix
+    date calculation in the ls output. (Closes: #337299)
 
   [ Aurélien GÉRÔME ]
   * Switch to team-maintenance under the Debootloaders project.

Added: trunk/silo/debian/patches/20-silo_ls_fix_date_calc.patch
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/patches/20-silo_ls_fix_date_calc.patch?rev=202&op=file
==============================================================================
--- trunk/silo/debian/patches/20-silo_ls_fix_date_calc.patch (added)
+++ trunk/silo/debian/patches/20-silo_ls_fix_date_calc.patch Wed Aug 15 21:00:55 2007
@@ -1,0 +1,14 @@
+Index: build-tree/second/ls.c
+===================================================================
+--- build-tree.orig/second/ls.c	2007-08-16 08:01:05.000000000 +1200
++++ build-tree/second/ls.c	2007-08-16 08:01:44.000000000 +1200
+@@ -157,7 +157,8 @@
+     if (tab_ambiguous == NULL && ls_opt & LSOPT_L) {
+ 	char mode[11];
+ 	char *q;
+-	unsigned int mtime, day, hour, min, month, year;
++	unsigned int mtime;
++	int day, hour, min, month, year;
+ 	static char *months[] = {
+ 	    "Jan", "Feb", "Mar", "Apr", "May", "Jun",
+ 	    "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" };

Modified: trunk/silo/debian/patches/series
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/patches/series?rev=202&op=diff
==============================================================================
--- trunk/silo/debian/patches/series (original)
+++ trunk/silo/debian/patches/series Wed Aug 15 21:00:55 2007
@@ -1,2 +1,3 @@
 10-silo_new_ufs_superblock.patch
 11-silocheck_non-failure_on_stat.patch
+20-silo_ls_fix_date_calc.patch




More information about the Debootloaders-devel mailing list