[osm-gps-map] 132/153: 01-fix_LFS_support.patch added

Ross Gammon ross-guest at moszumanska.debian.org
Tue May 13 19:59:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository osm-gps-map.

commit 3536bba4b7b8edc7d3a73f738b890665f7bac867
Author: David Paleino <dapal at debian.org>
Date:   Sun Dec 15 00:14:06 2013 +0100

    01-fix_LFS_support.patch added
---
 debian/changelog                        |  6 ++++--
 debian/patches/01-fix_LFS_support.patch | 20 ++++++++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 21f9198..4c0a33e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,13 +3,15 @@ osm-gps-map (1.0.1-1) UNRELEASED; urgency=medium
   * New upstream version (Closes: #730733)
   * Bump GTK build-dep to >= 3.0
   * New package gir1.2-osmgpsmap-1.0, new SONAME osmgpsmap-1.0
-  * Patches dropped, no more needed
+  * debian/patches:
+    - 01-fix_python_linking.patch dropped, no more needed
+    - 01-fix_LFS_support.patch added
   * Simplified debian/rules :)
   * Use canonical URLs for Vcs-* fields
   * Mark the debug package Multi-Arch: same
   * Standards-Version bump to 3.9.5, no changes needed
 
- -- David Paleino <dapal at debian.org>  Sun, 15 Dec 2013 00:06:33 +0100
+ -- David Paleino <dapal at debian.org>  Sun, 15 Dec 2013 00:13:03 +0100
 
 osm-gps-map (0.7.3-3) unstable; urgency=low
 
diff --git a/debian/patches/01-fix_LFS_support.patch b/debian/patches/01-fix_LFS_support.patch
new file mode 100644
index 0000000..2c27e6a
--- /dev/null
+++ b/debian/patches/01-fix_LFS_support.patch
@@ -0,0 +1,20 @@
+From: David Paleino <dapal at debian.org>
+Subject: correctly support LFS
+Origin: vendor
+Forwarded: no
+
+---
+ configure.ac |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- osm-gps-map.orig/configure.ac
++++ osm-gps-map/configure.ac
+@@ -17,6 +17,8 @@ AM_PROG_LIBTOOL
+ 
+ AM_SILENT_RULES([yes])
+ 
++AC_SYS_LARGEFILE
++
+ # Library dependencies
+ PKG_CHECK_MODULES(GLIB,     [glib-2.0 >= 2.16])
+ PKG_CHECK_MODULES(GTK,      [gtk+-3.0 >= 3.0])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e22c1ea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-fix_LFS_support.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list