Control: tags 925787 + patch Control: tags 925787 + pending Dear maintainer,
I've prepared an NMU for netsend (versioned as 0.0~svnr250-1.3) and uploading it to mentors for sponsorship. Please feel free to tell me if I should remove it from mentors. -- Regards Sudip diff -u netsend-0.0~svnr250/debian/changelog netsend-0.0~svnr250/debian/changelog --- netsend-0.0~svnr250/debian/changelog +++ netsend-0.0~svnr250/debian/changelog @@ -1,3 +1,10 @@ +netsend (0.0~svnr250-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs. (Closes: #925787) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sun, 01 Mar 2020 20:48:09 +0000 + netsend (0.0~svnr250-1.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- netsend-0.0~svnr250.orig/Makefile +++ netsend-0.0~svnr250/Makefile @@ -44,7 +44,7 @@ @bash configure $(TARGET): $(OBJECTS) - $(CC) $(LIBS) $(CFLAGS) -o $(TARGET) $(OBJECTS) + $(CC) $(CFLAGS) -o $(TARGET) $(OBJECTS) $(LIBS) %.o: %.c analyze.h error.h global.h xfuncs.h Makefile $(CC) $(CFLAGS) -c $< -o $@