On Fri, Apr 21, 2006, Mohammed Adnène Trojette wrote:
> Putting everything on the same line seems to fix the issue.
With the correct patch in attachment, this time.
--
adn
Mohammed Adnène Trojette
--- manedit-0.6.1/debian/patches/01_fix_makefile.dpatch 2006-04-21
02:15:56.000000000 +0200
+++ manedit-0.6.1/debian/patches/01_fix_makefile.dpatch.new 2006-04-21
02:13:38.000000000 +0200
@@ -26,7 +26,7 @@
diff -urNad
/home/rene/Debian/Pakete/manedit/manedit-0.5.9/manedit/makefile_append.ini
manedit-0.5.9/manedit/makefile_append.ini
--- /home/rene/Debian/Pakete/manedit/manedit-0.5.9/manedit/makefile_append.ini
2003-04-23 20:01:07.000000000 +0200
+++ manedit-0.5.9/manedit/makefile_append.ini 2003-04-23 20:01:44.000000000
+0200
-@@ -20,33 +20,33 @@
+@@ -20,33 +20,31 @@
OBJ_CPP = $(SRC_CPP:.cpp=.o)
.c.o:
@echo "Compiling module $*.o"
@@ -54,11 +54,11 @@
manpage:
- @echo "Generating manual page $(BIN).1.bz2"
- @-$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
-+ @echo "Generating manual page $(BIN).1.gz"
-+ -$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
+- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
+- s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
- @-$(BZIP2) $(BIN).1.out --stdout > $(BIN).1.bz2
++ @echo "Generating manual page $(BIN).1.gz"
++ -$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; s|%%LOCALBASE%%|${LOCALBASE}|g ;
s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
+ -$(GZIP) $(GZIPFLAGS) $(BIN).1.out --stdout > $(BIN).1.gz
modules: $(OBJ_C) $(OBJ_CPP)