Control: tags 925721 + patch
Control: tags 925721 + pending

Dear maintainer,

I've prepared an NMU for jnettop (versioned as 0.13.0-1.1) and
uploaded it mentors for sponsoring. Please feel free to tell me if I
should remove it.

--
Regards
Sudip

diff -Nru jnettop-0.13.0/debian/changelog jnettop-0.13.0/debian/changelog
--- jnettop-0.13.0/debian/changelog     2010-10-05 02:04:14.000000000 +0100
+++ jnettop-0.13.0/debian/changelog     2020-03-30 22:37:51.000000000 +0100
@@ -1,3 +1,10 @@
+jnettop (0.13.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix ftbfs with GCC. (Closes: #925721)
+
+ -- Sudip Mukherjee <sudipm.mukher...@gmail.com>  Mon, 30 Mar 2020 22:37:51 
+0100
+
 jnettop (0.13.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru jnettop-0.13.0/debian/patches/fix_gcc.patch 
jnettop-0.13.0/debian/patches/fix_gcc.patch
--- jnettop-0.13.0/debian/patches/fix_gcc.patch 1970-01-01 01:00:00.000000000 
+0100
+++ jnettop-0.13.0/debian/patches/fix_gcc.patch 2020-03-30 22:37:30.000000000 
+0100
@@ -0,0 +1,26 @@
+Description: Fix ftbfs with GCC
+
+Author: Sudip Mukherjee <sudipm.mukher...@gmail.com>
+
+---
+
+--- jnettop-0.13.0.orig/Makefile.in
++++ jnettop-0.13.0/Makefile.in
+@@ -135,7 +135,7 @@ am__depfiles_maybe = depfiles
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+       $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ CCLD = $(CC)
+-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
++LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+ DIST_SOURCES = $(jnettop_SOURCES)
+ 
+ NROFF = nroff
+@@ -210,7 +210,7 @@ clean-binPROGRAMS:
+       -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
+ jnettop$(EXEEXT): $(jnettop_OBJECTS) $(jnettop_DEPENDENCIES) 
+       @rm -f jnettop$(EXEEXT)
+-      $(LINK) $(jnettop_LDFLAGS) $(jnettop_OBJECTS) $(jnettop_LDADD) $(LIBS)
++      $(LINK) $(jnettop_LDFLAGS) $(jnettop_OBJECTS) $(jnettop_LDADD) $(LIBS) 
$(AM_LDFLAGS)
+ dist_pkgdataSCRIPT_INSTALL = $(INSTALL_SCRIPT)
+ install-dist_pkgdataSCRIPTS: $(dist_pkgdata_SCRIPTS)
+       @$(NORMAL_INSTALL)
diff -Nru jnettop-0.13.0/debian/patches/series 
jnettop-0.13.0/debian/patches/series
--- jnettop-0.13.0/debian/patches/series        2010-10-05 03:15:02.000000000 
+0100
+++ jnettop-0.13.0/debian/patches/series        2020-03-30 22:33:40.000000000 
+0100
@@ -1,3 +1,4 @@
 0001-Use-64-bit-integers-for-byte-totals-support-bigger-u.patch
 0002-Fix-up-some-help-text.patch
 0003-Add-host-port-aggregation.patch
+fix_gcc.patch

Reply via email to