diff -Nru zita-rev1-0.2.1/debian/changelog zita-rev1-0.2.1/debian/changelog --- zita-rev1-0.2.1/debian/changelog 2016-12-27 15:29:59.000000000 +0000 +++ zita-rev1-0.2.1/debian/changelog 2019-01-11 11:19:52.000000000 +0000 @@ -1,3 +1,10 @@ +zita-rev1 (0.2.1-5.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix build without freetype-config. (Closes: #916129) + + -- Adrian Bunk Fri, 11 Jan 2019 13:19:52 +0200 + zita-rev1 (0.2.1-5) unstable; urgency=medium * Set dh/compat 10. diff -Nru zita-rev1-0.2.1/debian/patches/no-freetype-config.patch zita-rev1-0.2.1/debian/patches/no-freetype-config.patch --- zita-rev1-0.2.1/debian/patches/no-freetype-config.patch 1970-01-01 00:00:00.000000000 +0000 +++ zita-rev1-0.2.1/debian/patches/no-freetype-config.patch 2019-01-11 11:19:52.000000000 +0000 @@ -0,0 +1,15 @@ +Description: freetype-config was removed, use pkg-config instead. +Author: Adrian Bunk +Bug-Debian: https://bugs.debian.org/916129 + +--- zita-rev1-0.2.1.orig/source/Makefile ++++ zita-rev1-0.2.1/source/Makefile +@@ -30,7 +30,7 @@ CPPFLAGS += -O2 -ffast-math -Wall -MMD - + all: zita-rev1 + + ZITA-REV1_O = zita-rev1.o styles.o jclient.o mainwin.o png2img.o guiclass.o rotary.o reverb.o pareq.o +-zita-rev1: CPPFLAGS += -I/usr/X11R6/include `freetype-config --cflags` ++zita-rev1: CPPFLAGS += -I/usr/X11R6/include `pkg-config --cflags xft` + zita-rev1: LDLIBS += -lcairo -lclxclient -lclthreads -ljack -lpng -lXft -lX11 -lrt + zita-rev1: LDFLAGS += -pthread + zita-rev1: LDFLAGS += -L/usr/X11R6/lib diff -Nru zita-rev1-0.2.1/debian/patches/series zita-rev1-0.2.1/debian/patches/series --- zita-rev1-0.2.1/debian/patches/series 2013-08-12 20:56:40.000000000 +0000 +++ zita-rev1-0.2.1/debian/patches/series 2019-01-11 11:19:52.000000000 +0000 @@ -1 +1,2 @@ 0001-makefile.patch +no-freetype-config.patch