Refresh debian/patches.
[navit-package] / debian / patches / remove-ttf-liberation
1 Handles the removal of embedded ttf-liberation from upstream-svn.
2 Index: navit/configure.in
3 ===================================================================
4 --- navit.orig/configure.in     2009-03-14 09:09:44.000000000 +0100
5 +++ navit/configure.in  2009-03-16 22:17:28.000000000 +0100
6 @@ -721,7 +721,6 @@
7  navit/fib-1.1/Makefile
8  navit/font/Makefile
9  navit/font/freetype/Makefile
10 -navit/fonts/Makefile
11  navit/graphics/Makefile
12  navit/graphics/gd/Makefile
13  navit/graphics/gtk_drawing_area/Makefile
14 Index: navit/navit/Makefile.am
15 ===================================================================
16 --- navit.orig/navit/Makefile.am        2009-03-16 22:09:29.000000000 +0100
17 +++ navit/navit/Makefile.am     2009-03-16 22:17:28.000000000 +0100
18 @@ -1,14 +1,10 @@
19  include $(top_srcdir)/Makefile.inc
20 -DIST_SUBDIRS=binding map fib-1.1 font fonts gui graphics osd speech support vehicle xpm maps
21 +DIST_SUBDIRS=binding map fib-1.1 font gui graphics osd speech support vehicle xpm maps
22  SUBDIRS=binding map fib-1.1 font gui graphics osd speech support vehicle xpm
23  if BUILD_SAMPLEMAP
24    SUBDIRS += maps
25  endif
26  
27 -if FONTS
28 -  SUBDIRS += fonts
29 -endif
30 -
31  AM_CPPFLAGS = -I$(top_srcdir)/navit/fib-1.1 @NAVIT_CFLAGS@ @ZLIB_CFLAGS@ -DPREFIX=\"@prefix@\" -DLIBDIR=\"@libdir@\" -DMODULE=navit
32  BUILT_SOURCES = version.h
33  if BUILD_SAMPLEMAP