Merge lp:~bilalakhtar/ubuntu/maverick/gpsdrive/gpsdrive-fix-325288 into lp:ubuntu/maverick/gpsdrive

Proposed by Bilal Akhtar
Status: Merged
Merged at revision: 19
Proposed branch: lp:~bilalakhtar/ubuntu/maverick/gpsdrive/gpsdrive-fix-325288
Merge into: lp:ubuntu/maverick/gpsdrive
Diff against target: 45 lines (+25/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/00list (+1/-0)
debian/patches/103-lp-325288.dpatch (+17/-0)
To merge this branch: bzr merge lp:~bilalakhtar/ubuntu/maverick/gpsdrive/gpsdrive-fix-325288
Reviewer Review Type Date Requested Status
Stefano Rivera Approve
Review via email: mp+29196@code.launchpad.net

Description of the change

To post a comment you must log in.
20. By Bilal Akhtar

Added description for patch 103-lp-325388

Revision history for this message
Stefano Rivera (stefanor) wrote :

This really is a workaround rather than a fix. Have you forwarded it upstream?

Revision history for this message
Bilal Akhtar (bilalakhtar) wrote :

Ok, doing it now.

Revision history for this message
Stefano Rivera (stefanor) wrote :

I can't see this in the upstream bug tracker, please link to the lp bug when you have filed upstream.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2010-04-16 11:31:32 +0000
3+++ debian/changelog 2010-07-05 15:45:40 +0000
4@@ -1,3 +1,10 @@
5+gpsdrive (2.10~pre4-6.dfsg-3ubuntu5) lucid; urgency=low
6+
7+ * scripts/geo-code: Changed executing environment from /bin/sh
8+ to /bin/bash (LP: #325288)
9+
10+ -- Bilal Akhtar <bilalakhtar96@yahoo.com> Mon, 05 Jul 2010 13:50:55 +0300
11+
12 gpsdrive (2.10~pre4-6.dfsg-3ubuntu4) lucid; urgency=low
13
14 * debian/control: Rebuild with libmysqlclient16-dev.
15
16=== modified file 'debian/patches/00list'
17--- debian/patches/00list 2009-06-11 19:26:06 +0000
18+++ debian/patches/00list 2010-07-05 15:45:40 +0000
19@@ -18,3 +18,4 @@
20 100-fix-insecure-tempfiles
21 101-signalposreq
22 102-unittest
23+103-lp-325288
24
25=== added file 'debian/patches/103-lp-325288.dpatch'
26--- debian/patches/103-lp-325288.dpatch 1970-01-01 00:00:00 +0000
27+++ debian/patches/103-lp-325288.dpatch 2010-07-05 15:45:40 +0000
28@@ -0,0 +1,17 @@
29+#! /bin/sh /usr/share/dpatch/dpatch-run
30+## 103-lp-325288.dpatch by Bilal Akhtar <bilalakhtar96@yahoo.com>
31+##
32+## All lines beginning with `## DP:' are a description of the patch.
33+## DP: This patch fixes launchpad bug 325288 by changing the runtime
34+## DP: environment of file scripts/geo-code from /bin/sh to /bin/bash.
35+
36+@DPATCH@
37+diff -urNad gpsdrive~/scripts/geo-code gpsdrive/scripts/geo-code
38+--- gpsdrive~/scripts/geo-code 2010-07-05 13:13:11.334553356 +0300
39++++ gpsdrive/scripts/geo-code 2010-07-05 13:13:19.202560140 +0300
40+@@ -1,4 +1,4 @@
41+-#!/bin/sh
42++#!/bin/bash
43+
44+ #
45+ # geo-code: Convert a street address into a latitude/longitude

Subscribers

People subscribed via source and target branches

to all changes: