~ubuntu-branches/ubuntu/oneiric/gpsdrive/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/103-no-textquery.dpatch

  • Committer: Stefano Rivera
  • Date: 2010-08-01 20:37:07 UTC
  • mfrom: (19.1.1 gpsdrive)
  • Revision ID: stefanor@ubuntu.com-20100801203707-0tahn2alke3c1gdg
Tags: 2.10~pre4-6.dfsg-5ubuntu1
* Merge from Debian unstable (LP: #605350), remaining changes:
  - scripts/geo-code: Changed executing environment from /bin/sh
    to /bin/bash.
  - Dropped changes:
    + Build with libmysqlclient16-dev.
* Added 103-no-textquery patch to remove Text::Query use. Removed
  dependency on the libtext-query-perl package.
  Thanks Jonathan Yu.
* Revised debian/control for a better layout.
* Vcs-* fields now point the trunk branch.
* Do not depend on versioned python.
* Policy bumped to 3.8.4.
* Moved to libmysqlclient-dev build-dep.
* Now suggests postgresql-8.4-postgis.
* Debhelper level moved to 7.
* Removed superfluous config.{guess,sub} override.
* Added me as an uploader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 103-no-textquery.dpatch by Francesco Paolo Lovergine <frankie@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' gpsdrive-2.10pre7~/scripts/osm/perl_lib/Geo/Gpsdrive/getstreet.pm gpsdrive-2.10pre7/scripts/osm/perl_lib/Geo/Gpsdrive/getstreet.pm
 
9
--- gpsdrive-2.10pre7~/scripts/osm/perl_lib/Geo/Gpsdrive/getstreet.pm   2009-06-14 15:57:25.000000000 +0200
 
10
+++ gpsdrive-2.10pre7/scripts/osm/perl_lib/Geo/Gpsdrive/getstreet.pm    2010-03-08 10:47:16.000000000 +0100
 
11
@@ -2,7 +2,6 @@
 
12
 #noch nicht alle variablen angepasst
 
13
 use LWP::UserAgent;
 
14
 use WWW::Mechanize;
 
15
-use Text::Query;
 
16
 use Getopt::Long; #maybe not needed any more
 
17
 use Pod::Usage;
 
18
 use DBI;