On Fri, Apr 21, 2006, Rene Engelhard wrote:
> adn:
> err? I don't have anything against NMUs per se as long you *do* follow
> the procedure. Which you didn't in this case.
I am sorry I didn't send the complete patch and let you some more time
to ACK the patch. Here is a real NMU patch.
> acid:
>
> err? You sponsored a NMU without making sure the NMUer followed
> the usual procedures? Sponsors have to check the packages and this
> *is* one check you have to do when sponsoring NMUs.
I should have been more careful. Sorry again.
--
adn
Mohammed Adnène Trojette
diff -ruN manedit-0.6.1/debian/changelog manedit-0.6.1.1/debian/changelog
--- manedit-0.6.1/debian/changelog 2006-04-21 13:19:21.000000000 +0200
+++ manedit-0.6.1.1/debian/changelog 2006-04-21 13:18:20.000000000 +0200
@@ -1,3 +1,10 @@
+manedit (0.6.1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * 01_fix_makefile.dpatch : correct sed substitution (closes: #361575)
+
+ -- Mohammed Adnène Trojette <[EMAIL PROTECTED]> Fri, 21 Apr 2006 02:10:12
+0200
+
manedit (0.6.1-1) unstable; urgency=low
* New upstream release
diff -ruN manedit-0.6.1/debian/patches/01_fix_makefile.dpatch
manedit-0.6.1.1/debian/patches/01_fix_makefile.dpatch
--- manedit-0.6.1/debian/patches/01_fix_makefile.dpatch 2006-04-21
13:19:21.000000000 +0200
+++ manedit-0.6.1.1/debian/patches/01_fix_makefile.dpatch 2006-04-21
13:18:20.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)