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
=== modified file 'debian/changelog'
--- debian/changelog 2010-04-16 11:31:32 +0000
+++ debian/changelog 2010-07-05 15:45:40 +0000
@@ -1,3 +1,10 @@
1gpsdrive (2.10~pre4-6.dfsg-3ubuntu5) lucid; urgency=low
2
3 * scripts/geo-code: Changed executing environment from /bin/sh
4 to /bin/bash (LP: #325288)
5
6 -- Bilal Akhtar <bilalakhtar96@yahoo.com> Mon, 05 Jul 2010 13:50:55 +0300
7
1gpsdrive (2.10~pre4-6.dfsg-3ubuntu4) lucid; urgency=low8gpsdrive (2.10~pre4-6.dfsg-3ubuntu4) lucid; urgency=low
29
3 * debian/control: Rebuild with libmysqlclient16-dev.10 * debian/control: Rebuild with libmysqlclient16-dev.
411
=== modified file 'debian/patches/00list'
--- debian/patches/00list 2009-06-11 19:26:06 +0000
+++ debian/patches/00list 2010-07-05 15:45:40 +0000
@@ -18,3 +18,4 @@
18100-fix-insecure-tempfiles18100-fix-insecure-tempfiles
19101-signalposreq19101-signalposreq
20102-unittest20102-unittest
21103-lp-325288
2122
=== added file 'debian/patches/103-lp-325288.dpatch'
--- debian/patches/103-lp-325288.dpatch 1970-01-01 00:00:00 +0000
+++ debian/patches/103-lp-325288.dpatch 2010-07-05 15:45:40 +0000
@@ -0,0 +1,17 @@
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## 103-lp-325288.dpatch by Bilal Akhtar <bilalakhtar96@yahoo.com>
3##
4## All lines beginning with `## DP:' are a description of the patch.
5## DP: This patch fixes launchpad bug 325288 by changing the runtime
6## DP: environment of file scripts/geo-code from /bin/sh to /bin/bash.
7
8@DPATCH@
9diff -urNad gpsdrive~/scripts/geo-code gpsdrive/scripts/geo-code
10--- gpsdrive~/scripts/geo-code 2010-07-05 13:13:11.334553356 +0300
11+++ gpsdrive/scripts/geo-code 2010-07-05 13:13:19.202560140 +0300
12@@ -1,4 +1,4 @@
13-#!/bin/sh
14+#!/bin/bash
15
16 #
17 # geo-code: Convert a street address into a latitude/longitude

Subscribers

People subscribed via source and target branches

to all changes: