[med-svn] r2282 - in trunk/packages/mencal/trunk/debian: . patches
tille at alioth.debian.org
tille at alioth.debian.org
Tue Jul 22 06:08:56 UTC 2008
Author: tille
Date: 2008-07-22 06:08:53 +0000 (Tue, 22 Jul 2008)
New Revision: 2282
Added:
trunk/packages/mencal/trunk/debian/patches/10_daylightsaving.patch
Modified:
trunk/packages/mencal/trunk/debian/changelog
trunk/packages/mencal/trunk/debian/copyright
trunk/packages/mencal/trunk/debian/patches/series
trunk/packages/mencal/trunk/debian/watch
Log:
Fix open bugs
Modified: trunk/packages/mencal/trunk/debian/changelog
===================================================================
--- trunk/packages/mencal/trunk/debian/changelog 2008-07-22 04:46:20 UTC (rev 2281)
+++ trunk/packages/mencal/trunk/debian/changelog 2008-07-22 06:08:53 UTC (rev 2282)
@@ -14,6 +14,12 @@
- quilt to handle patch for executable
- DH_COMPAT=5 -> debian/compat
* Standards-Version: 3.8.0 (no changes needed)
+ * Fixed watch file (thanks to Raphael Geissert <atomo64 at gmail.com>
+ for alternate suggestion)
+ Closes: #449949
+ * Applied patch for daylightsaving (Thanks to Scott Barker
+ <scott at mostlylinux.ca>)
+ Closes: #489203
-- Andreas Tille <tille at debian.org> Mon, 21 Jul 2008 22:27:50 +0200
Modified: trunk/packages/mencal/trunk/debian/copyright
===================================================================
--- trunk/packages/mencal/trunk/debian/copyright 2008-07-22 04:46:20 UTC (rev 2281)
+++ trunk/packages/mencal/trunk/debian/copyright 2008-07-22 06:08:53 UTC (rev 2282)
@@ -5,7 +5,7 @@
Upstream Author: C. McCohy <mccohy at kyberdigi.cz>
-Copyright:
+Copyright: (C) 2001-2003 C. McCohy <mccohy at kyberdigi.cz>
License:
This program is free software, under the GPLv2.
Added: trunk/packages/mencal/trunk/debian/patches/10_daylightsaving.patch
===================================================================
--- trunk/packages/mencal/trunk/debian/patches/10_daylightsaving.patch (rev 0)
+++ trunk/packages/mencal/trunk/debian/patches/10_daylightsaving.patch 2008-07-22 06:08:53 UTC (rev 2282)
@@ -0,0 +1,11 @@
+--- mencal-2.3.orig/mencal
++++ mencal-2.3/mencal
+@@ -184,7 +184,7 @@
+
+ sub markdays {
+ my ($self, $begin, $end, $date, $length) = (shift, shift, shift, shift, shift);
+- my $day = ($date - $begin) / (24 * 3600) + 1;
++ my $day = int(($date - $begin) / (24 * 3600) + 1);
+ my $limit = $date + $length;
+ $limit = $end if ($end < $limit);
+ while ($date < $limit) {
Modified: trunk/packages/mencal/trunk/debian/patches/series
===================================================================
--- trunk/packages/mencal/trunk/debian/patches/series 2008-07-22 04:46:20 UTC (rev 2281)
+++ trunk/packages/mencal/trunk/debian/patches/series 2008-07-22 06:08:53 UTC (rev 2282)
@@ -1 +1,2 @@
10_mencal.patch
+10_daylightsaving.patch
Modified: trunk/packages/mencal/trunk/debian/watch
===================================================================
--- trunk/packages/mencal/trunk/debian/watch 2008-07-22 04:46:20 UTC (rev 2281)
+++ trunk/packages/mencal/trunk/debian/watch 2008-07-22 06:08:53 UTC (rev 2282)
@@ -1,2 +1,5 @@
version=3
http://www.kyberdigi.cz/projects/mencal/english.html mencal-(.*)\.tar\.gz
+
+# Other suggestion by Raphael Geissert <atomo64 at gmail.com> (#449949)
+# http://www.kyberdigi.cz/projects/mencal/mencal-(.*)\.tar\.gz
\ No newline at end of file
More information about the debian-med-commit
mailing list