tags 473934 + patch
usertag 473934 + proposed-patch
thanks

Hello!

Fixing a minor error in dapfs/Makefile and adding debhelper compatability
level 4 in debian/compat fixes the build for me.

Patch attached.

-- 
Regards,
Andreas Henriksson
diff -uriNp dnprogs-2.41.orig/dapfs/Makefile dnprogs-2.41/dapfs/Makefile
--- dnprogs-2.41.orig/dapfs/Makefile	2008-03-31 07:41:28.000000000 +0000
+++ dnprogs-2.41/dapfs/Makefile	2008-04-02 14:02:22.000000000 +0000
@@ -13,7 +13,7 @@ all: $(PROG1)
 CFLAGS=-I../include -I ../librms -Wall $(DFLAGS)
 
 $(PROG1): $(PROG1OBJS) $(DEPLIBS)
-	g++ -o$(PROG1) $(LDFLAGS) $(PROG1OBJS) $(LIBDAP) -L../librms -lrms  -lfuse
+	g++ -o$(PROG1) $(LDFLAGS) $(PROG1OBJS) $(LIBS) -L../librms -lrms  -lfuse
 
 install:
 	install -d $(rootprefix)/sbin
diff -uriNp dnprogs-2.41.orig/debian/compat dnprogs-2.41/debian/compat
--- dnprogs-2.41.orig/debian/compat	1970-01-01 00:00:00.000000000 +0000
+++ dnprogs-2.41/debian/compat	2008-04-02 14:02:27.000000000 +0000
@@ -0,0 +1 @@
+5

Reply via email to