Description: destdir support
  dh_auto_build lost prefix support, so add explicit DESTDIR
Author: Mark W. Eichin <eichin@thok.org>

--- lx-gdb-1.03.orig/Makefile
+++ lx-gdb-1.03/Makefile
@@ -5,7 +5,7 @@
 
 VERSION = 1.03
 
-prefix = /usr/local
+prefix = $(DESTDIR)/usr
 BINDIR = $(prefix)/bin
 MANDIR = $(prefix)/share/man/man1
 
