New patch to remove bashism from autogen.sh
authorGilles Filippini <gilles.filippini@free.fr>
Sat, 3 Oct 2009 20:11:47 +0000 (22:11 +0200)
committerGilles Filippini <gilles.filippini@free.fr>
Sat, 3 Oct 2009 20:11:47 +0000 (22:11 +0200)
debian/changelog
debian/patches/autogen.sh [new file with mode: 0644]
debian/patches/series

index 37c44aa..3d2d57f 100644 (file)
@@ -17,6 +17,7 @@ navit (0.2.0~svn2609+dfsg.1-1) UNRELEASED; urgency=low
     + remove-libpng: adapt to embedded libpng removal
     + remove-espeak: adapt to embedded libespeak removal
     + remove-support: no more need for a Makefile in navit/support
+    + autogen.sh: remove bashism
   * Update patches:
     + default_to_gui_internal
     + distclean_graphics_qt_qpainter
@@ -46,7 +47,7 @@ navit (0.2.0~svn2609+dfsg.1-1) UNRELEASED; urgency=low
     + Remove versionning issue since it isn't needed anymore
     + Remove endianness from TO-DOs 
 
- -- Gilles Filippini <gilles.filippini@free.fr>  Thu, 01 Oct 2009 23:40:02 +0200
+ -- Gilles Filippini <gilles.filippini@free.fr>  Sat, 03 Oct 2009 22:10:38 +0200
 
 navit (0.1.1.0+dfsg.1-2) unstable; urgency=low
 
diff --git a/debian/patches/autogen.sh b/debian/patches/autogen.sh
new file mode 100644 (file)
index 0000000..1b15739
--- /dev/null
@@ -0,0 +1,12 @@
+Remove bashism from autogen.sh
+Index: navit/autogen.sh
+===================================================================
+--- navit.orig/autogen.sh      2009-10-03 21:53:56.000000000 +0200
++++ navit/autogen.sh   2009-10-03 21:54:14.000000000 +0200
+@@ -1,5 +1,5 @@
+ #!/bin/sh
+-if [ `uname` == Darwin ]; then
++if [ `uname` = Darwin ]; then
+       LIBTOOL=glibtool
+ else
+       LIBTOOL=libtool
index de10fb9..a5e340e 100644 (file)
@@ -1,3 +1,4 @@
+autogen.sh
 default_to_gui_internal
 distclean_graphics_qt_qpainter
 remove-ttf-liberation