[DebianGIS-dev] r1387 - in packages/gpsdrive/trunk/debian: . patches
nd-guest at alioth.debian.org
nd-guest at alioth.debian.org
Tue Feb 26 21:42:01 UTC 2008
Author: nd-guest
Date: 2008-02-26 21:42:01 +0000 (Tue, 26 Feb 2008)
New Revision: 1387
Removed:
packages/gpsdrive/trunk/debian/patches/97-bashism.dpatch
Modified:
packages/gpsdrive/trunk/debian/changelog
packages/gpsdrive/trunk/debian/patches/00list
Log:
removed bashism patch. Script has been removed.
Modified: packages/gpsdrive/trunk/debian/changelog
===================================================================
--- packages/gpsdrive/trunk/debian/changelog 2008-02-26 21:21:45 UTC (rev 1386)
+++ packages/gpsdrive/trunk/debian/changelog 2008-02-26 21:42:01 UTC (rev 1387)
@@ -31,11 +31,9 @@
instead of the embedded lib path. This is suboptimal because
it should be autoconfiscated instead in gpsdrive bulding system.
But it works :)
- * Added 97-bashism.dpatch to fix bashism in geo-nearest.
- (closes: #464982)
* Policy bumped to 3.7.3, without changes.
- -- Francesco Paolo Lovergine <frankie at debian.org> Tue, 26 Feb 2008 22:19:50 +0100
+ -- Andreas Putzo <andreas at putzo.net> Tue, 26 Feb 2008 21:40:17 +0000
gpsdrive (2.10~pre4-1) unstable; urgency=low
Modified: packages/gpsdrive/trunk/debian/patches/00list
===================================================================
--- packages/gpsdrive/trunk/debian/patches/00list 2008-02-26 21:21:45 UTC (rev 1386)
+++ packages/gpsdrive/trunk/debian/patches/00list 2008-02-26 21:42:01 UTC (rev 1387)
@@ -12,4 +12,3 @@
90-usage
95-newapi
96-mapnik-plugins-dir
-97-bashism
Deleted: packages/gpsdrive/trunk/debian/patches/97-bashism.dpatch
===================================================================
--- packages/gpsdrive/trunk/debian/patches/97-bashism.dpatch 2008-02-26 21:21:45 UTC (rev 1386)
+++ packages/gpsdrive/trunk/debian/patches/97-bashism.dpatch 2008-02-26 21:42:01 UTC (rev 1387)
@@ -1,30 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 97-bashism.dpatch by Francesco Paolo Lovergine <frankie at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
-
- at DPATCH@
-diff -urNad gpsdrive-2.10~pre4~/scripts/geo-nearest gpsdrive-2.10~pre4/scripts/geo-nearest
---- gpsdrive-2.10~pre4~/scripts/geo-nearest 2007-09-14 23:47:07.000000000 +0200
-+++ gpsdrive-2.10~pre4/scripts/geo-nearest 2008-02-20 16:07:42.000000000 +0100
-@@ -265,8 +265,8 @@
- filter1=cat
- filter2=cat
- fi
--((start=0))
--while ((start < NUM)); do
-+$((start=0))
-+while $((start < NUM)); do
- #
- # Fetch the page of closest caches and scrape the cache ID's
- #
-@@ -308,7 +308,7 @@
- exit
- fi
-
-- ((start=start+25))
-+ $((start=start+25))
- done
-
- #
More information about the Pkg-grass-devel
mailing list